Cocos (Keeling) Islands Google Search API country flag

The complete tutorial for using the Cocos (Keeling) Islands SERP API to retrieve Google Search Results from any locations.


01. Create Task
curl --request POST 'https://app.booapi.com/api/v1.1.0/google-serp/task/?key=APIKEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "keywords": ["hello world"],
    "googleId": 2166,
    "hl": ""
}'
                    
02. Check Status
curl --request GET 'https://app.booapi.com/api/v1.1.0/google-serp/task/status/TASKID?key=APIKEY'
03. Get Results
curl --request GET 'https://app.booapi.com/api/v1.1.0/google-serp/task/results/TASKID?key=APIKEY&limit=1'