Web Scraper API
POST
https://www.simply.co/api/scraper/
Headers
Name
Type
Description
api-key
string
Authentication token
Request Body
Name
Type
Description
scrapeinfo
string
example of the data to be scraped note : it should be format ex1@@ex2
url
string
url of the website to scraper
{
"scrapeddata": [
"How to execute a program or call a system command from Python",
"What are metaclasses in Python?",
"Does Python have a ternary conditional operator?",
"Convert bytes to a string",
"Does Python have a string 'contains' substring method?",
"How to check version of python modules?"
]
}
Last updated
Was this helpful?