Scrape Webpage
Scrape the url provided in the request body. Note that a session is automatically created and closed when the scrape is done.
If you need more control over the session creation (i.e proxy, etc.). You should manage the session manually and use the sessions/{session_id}/page/scrape
endpoint.
Last updated