Google Scraping
Google Scraping Pricing and Parameters
#Pricing
- 2 credits per request
Credits are only deducted for successful requests.
#Request Example
curl -X POST /v1/google-search \
-H "Authorization: Bearer your-token" \
-H "Content-Type: application/json" \
-d '{
"query": "laravel scraping",
"country": "us",
"page": 1,
"time_range": "month",
"language": "en"
}'
#Request Body
{
"query": "laravel scraping",
"country": "us",
"page": 1,
"time_range": "month",
"language": "en"
}
#Fields
queryrequired stringcountryoptional country code, defaults touspageoptional integer, minimum1time_rangeoptional:hour,day,week,month,yearlanguageoptional:en,ur,es,fr,de,it,pt,ja,ko,zh,ar,hi,ru,tr
#Notes
- results are fixed at 10 per page
- duplicate top URLs are cleaned when the first two parsed results match
- invalid
country,time_range,page, orlanguagereturns422