POST
/
google
/
search
curl --request POST \
  --url https://api.scrapetable.com/google/search \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "search_query": "dogecoin"
}'
{}

This endpoint costs 1 credit per search.

Authorizations

api-key
string
header
required

Body

application/json
search_query
string
Example:

"dogecoin"

Response

200 - application/json
Successful response

The response is of type object.