Thiti-Dev / scraperor

scraping service for public usage but with some catch xD

Home Page:https://scraperor.herokuapp.com/scrape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 . . .

About

scraping service for public usage but with some catch xD

https://scraperor.herokuapp.com/scrape


Languages

Language:Go 88.0%Language:Batchfile 12.0%