参考

错误与限制

错误以带 HTTP 状态的 JSON 对象返回;请求按 API 密钥限流。

Every error response is { "error": "code" }. Common codes:

FieldTypeDescription
api_key_required401The request was not authenticated with an API key.
unauthorized401The API key is missing, invalid, or disabled.
insufficient_scope403The key lacks the scope this endpoint requires.
subscription_required402No active plan or trial.
insufficient_credits402Not enough credits to start the job.
not_found404The resource does not exist or isn't yours.
job_not_deletable409Only failed jobs can be deleted.
invalid_request400The request body or query failed validation.
rate_limited429Too many requests — see Retry-After.
internal_error500Unexpected server error.

Requests are rate limited per API key (120/minute by default). When throttled, the response is 429 with a Retry-After header (seconds). Successful responses include x-ratelimit-remaining.

今天就开始提取线索

一分钟内完成首次搜索。结果可导出为 CSV、Excel 或 JSON。