{"id":19315541,"url":"https://github.com/thiti-dev/scraperor-v2","last_synced_at":"2026-04-27T17:32:58.182Z","repository":{"id":125305997,"uuid":"584105048","full_name":"Thiti-Dev/scraperor-v2","owner":"Thiti-Dev","description":"Made scraping easy by the human-understandable $pointer to look for the interested data","archived":false,"fork":false,"pushed_at":"2023-01-01T12:12:02.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T07:06:17.482Z","etag":null,"topics":["dotnet-api","dotnet-core","dotnet7","htmlagilitypack","scraper-api"],"latest_commit_sha":null,"homepage":"https://soon.wait.a.bit","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thiti-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-01T11:40:20.000Z","updated_at":"2024-12-30T14:44:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d84480f-27c1-44b4-a0e4-e310e05ad29b","html_url":"https://github.com/Thiti-Dev/scraperor-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Thiti-Dev/scraperor-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thiti-Dev%2Fscraperor-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thiti-Dev%2Fscraperor-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thiti-Dev%2Fscraperor-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thiti-Dev%2Fscraperor-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thiti-Dev","download_url":"https://codeload.github.com/Thiti-Dev/scraperor-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thiti-Dev%2Fscraperor-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet-api","dotnet-core","dotnet7","htmlagilitypack","scraper-api"],"created_at":"2024-11-10T01:07:22.824Z","updated_at":"2026-04-27T17:32:58.167Z","avatar_url":"https://github.com/Thiti-Dev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🎓 Scraperor-v2 [scraping service]\n\nYou already know what this is\n\n## 💡 Usage\n##### ENDPOINT\n```url\n{{POST}}: ($DOMAIN)/api/scrape\n```\n### Example\n##### Example body -\u003e (Extract the bio-text from github user page)\n```json\n{\n    \"website\": \"https://github.com/Thiti-Dev\",\n    \"pointer\": {\n        \"look_for\": {\n            \"tag\": \"div\",\n            \"has_classes\": [\n                \"user-profile-bio\"\n            ],\n            \"then_look_for\": {\n                \"tag\": \"div\"\n            }\n        }\n    }\n}\n```\n\n###### Response\n```json\n{\n    \"success\": true,\n    \"contents\": [\n        \"My github's bio, it can be any as I can change it anytime lol but for now at this commit date it was `I'm backkkk`\",\n    ]\n}\n```\n\n\n##### Example body -\u003e (Extract the definition from the longdo dict with the word ```kind```)\n```json\n{\n    \"website\": \"https://dict.longdo.com/search/kind\",\n    \"pointer\": {\n        \"look_for\": {\n            \"tag\": \"tr\",\n            \"has_classes\": [\"lang-rows\",\"lang-TH\"],\n            \"then_look_for\": {\n                \"tag\": \"table\",\n                \"has_classes\": [\n                    \"search-result-table\"\n                ],\n                \"then_look_for\": {\n                    \"tag\": \"td\",\n                    \"then_look_for\": {\n                        \"tag\": \"a\"\n                    }\n                }\n            }\n        }\n    }\n}\n```\n\n###### Response\n```json\n{\n    \"success\": true,\n    \"contents\": [\n        \"ใจบุญ\",\n        \"เกื้อกูล\",\n        \"เมตตา\",\n        \"กรุณา\"\n    ]\n}\n```\n\n## 📕 CookBook\n- The ```then_look_for``` prop can be nested infinitely\n- you can exclude the ```tag``` property if you are intending to look for (*)wildcard tag element\n- These 2 is in implementation backlog (too lazy for now, feel free to open PRs)\n   - Custom Attribute-$LOOKUP\n   - ID-$LOOKUP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiti-dev%2Fscraperor-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiti-dev%2Fscraperor-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiti-dev%2Fscraperor-v2/lists"}