參考

錯誤與限制

錯誤以帶 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。