Endpoint
Request
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | ApiKey ck_... or Bearer <token> |
Content-Type | Yes | application/json |
Body
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | - | Search query (max 500 characters) |
options.language | string | No | ”tr-TR” | Language code |
options.region | string | No | "" | Region code (e.g., “us-en”, “de-de”) |
options.timeRange | string | No | null | Time filter for results |
options.maxResults | number | No | 30 | Maximum results (1-100) |
Time Range Options
| Value | Description |
|---|---|
null | Any time (default) |
"d" | Past 24 hours |
"w" | Past week |
"m" | Past month |
"y" | Past year |
Region Examples
| Region | Code |
|---|---|
| United States | us-en |
| United Kingdom | uk-en |
| Germany | de-de |
| France | fr-fr |
| Turkey | tr-tr |
| Spain | es-es |
Response
Success (200)
Response Fields
| Field | Type | Description |
|---|---|---|
query | string | Your search query |
totalResults | number | Number of results returned |
results | array | Array of search results |
results[].position | number | Result position (1-based) |
results[].title | string | Page title |
results[].url | string | Page URL |
results[].snippet | string | Text snippet from the page |
timing.total | number | Total search time in milliseconds |
creditsUsed | number | Credits charged (always 1) |
creditsRemaining | number | Your remaining credit balance |
Examples
Basic Search
Search with Time Filter
Get results from the past month only:Search with Region
Search for German results:Limit Results
Get only 10 results:Error Responses
Invalid Query (400)
Unauthorized (401)
Insufficient Credits (402)
Use Cases
Market Research
Find competitors and industry trends
Content Discovery
Find articles and resources on any topic
Lead Generation
Find potential customers and contacts
SEO Analysis
See what ranks for specific keywords
Tips
Use specific queries
Use specific queries
More specific queries return more relevant results. Instead of “shoes”, try “running shoes for beginners”.
Combine with Raw Crawl
Combine with Raw Crawl
Use search to find URLs, then use the Raw Crawl endpoint to fetch the full page content.
Use time filters for news
Use time filters for news
When searching for current events, use
timeRange: "d" or timeRange: "w" to get recent results.