Scrape a URL. Output is returned in the response.
Scrape any webpage URL and get text, html or markdown. A Chrome browser with Javascript enabled is used to ensure every webpage can be scraped. Set advanced_proxy
to true
to enable our advanced scraping proxy which will cicumvent most bot detection and blocking systems (using advanced proxy does not currently cost any extra).
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
URL to scrape & scraping options
The body is of type object
.
Scraped content
The response is of type object
.