cURL
curl --request GET \ --url https://www.fetchserp.com/api/v1/scrape \ --header 'Authorization: Bearer <token>'
{ "data": { "web_page": { "html": "<string>" } } }
A bearer token that will be supplied within an Authorization header as bearer <token>.
Authorization
bearer <token>
The url to scrap
success
The response is of type object.
object