cURL
curl --request POST \ --url https://exscrapeolate/scrape/url
{ "content": "This is could be **your** scraped data", "timings": { "total": 0.5, "download": 0.4, "parse": 0.1 } }
URL to scrape
Scraped Data Response
Human and machine readable cleaned markdown text of the scraped data
"This is could be **your** scraped data"
Show child attributes
Total time taken to scrape the data in seconds
0.5
Time taken to download the data in seconds
0.4
Time taken to parse the data in seconds
0.1