GET
/
api
/
v1
/
scrape
curl --request GET \
  --url https://www.fetchserp.com/api/v1/scrape \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "web_page": {
      "html": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Query Parameters

url
string
required

The url to scrap

Response

200
application/json

success

The response is of type object.