Skip to main content
POST
https://api.aisa.one/apis/v1
/
dataforseo
/
serp
/
google
/
organic
/
live
/
regular
Live Google Organic SERP Regular
curl --request POST \
  --url https://api.aisa.one/apis/v1/dataforseo/serp/google/organic/live/regular \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyword": "<string>",
  "location_name": "<string>",
  "location_code": 123,
  "location_coordinate": "<string>",
  "language_name": "<string>",
  "language_code": "<string>",
  "device": "<string>",
  "os": "<string>",
  "depth": 123,
  "max_crawl_pages": 123,
  "tag": "<string>"
}
'
{
  "version": "<string>",
  "status_code": 123,
  "status_message": "<string>",
  "time": "<string>",
  "cost": 123,
  "tasks_count": 123,
  "tasks_error": 123,
  "tasks": "<string>",
  "tasks[].id": "<string>",
  "tasks[].result": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
keyword
string
required

Keyword to search for

location_name
string

Full name of search engine location

location_code
integer

Search engine location code

location_coordinate
string

GPS coordinates of a location

language_name
string

Full name of search engine language

language_code
string

Search engine language code

device
string

Device type: desktop or mobile

os
string

Device operating system

depth
integer

Parsing depth, default 100, max 700

max_crawl_pages
integer

Page crawl limit, max 100

tag
string

User-defined task identifier

Response

Successful response

version
string

API version

status_code
integer

General status code

status_message
string

General informational message

time
string

Execution time

cost
number

Request cost in USD

tasks_count
integer

Number of tasks returned

tasks_error
integer

Number of tasks returned with an error

tasks
string

Array of live task objects

tasks[].id
string

Task identifier

tasks[].result
string

Live SERP regular results