cURL
curl --request GET \ --url https://www.fetchserp.com/api/v1/scrape_domain \ --header 'Authorization: Bearer <token>'
{ "domain": "<string>", "web_pages_count": 123, "web_pages": [ { "url": "<string>", "html": "<string>" } ] }
A bearer token that will be supplied within an Authorization header as bearer <token>.
Authorization
bearer <token>
The domain to scrape
The maximum number of pages to scrape (up to 200). Default to 10.
success
The response is of type object.
object