cURL
curl --request POST \ --url https://api.scrapetable.com/google/search \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "search_query": "dogecoin" }'
{}
Successful response
The response is of type object.
object