/scraperor

scraping service for public usage but with some catch xD

Primary LanguageGo

CircleCI

🎓 Scraperor [scraping service]

A free services that helps you in seeking any information/data of any website in the world

💡 Usage

GRAPHQL
https://scraperor.herokuapp.com/query
Example
mutation{
  scrapeNow(input:{
    pointer: ".user-profile-bio div",
    target_url: "https://github.com/Thiti-Dev"
  }){
    elements
  }
}
API-ENDPOINT
{{POST}}: https://scraperor.herokuapp.com/scrape
Example body
{
    "target_url": "https://github.com/Thiti-Dev",
    "pointer": ".user-profile-bio div"
}

📕 Important notes

  • This is an alpha version so you can use our scraping engine without any registration required
  • In the official version, you will have to make a registration before using our service and we'll collect all of the data ex. transmission data from host -> target , collected elements, etc . . .