Skip to main content
POST
/
v1
/
aeo
/
llm-scraper
/
chatgpt
LLM scraper (live)
curl --request POST \
  --url https://api.usenaive.ai/v1/aeo/llm-scraper/chatgpt \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "tasks": [
    {}
  ],
  "cost": 123,
  "time": "<string>",
  "credits_used": 123,
  "credits_remaining": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json

Opaque DataForSEO task parameters, forwarded upstream as-is. See https://docs.dataforseo.com for per-endpoint fields.

Response

OK.

DataForSEO passthrough envelope.

tasks
object[]
cost
number
time
string
credits_used
number

Present on billed POST/live endpoints.

credits_remaining
number

Present on billed POST/live endpoints.