Credits
Credit consumption rules and billing information for the Search API.
Credit Consumption
| Endpoint | Path | Credits per Call |
|---|---|---|
| Web Search | /api/search/webSearch | 1 credit |
| Image Search | /api/search/imageSearch | 3 credits |
| Web Fetch | /api/search/webFetch | 2 credits |
Note: Credits are only deducted for successful requests (
success: true). Failed requests do not consume credits.
Rate Limit
Each user is limited to 1000 RPM (1000 requests per minute), shared across all search endpoints.
When the limit is exceeded, the API will return error code 40303. Please reduce your request frequency and retry.