Parameters
The Search API accepts the following parameters in the JSON request body.
Required Parameters
| Parameter | Type | Description |
|---|---|---|
query | string | The search query to execute. Must be between 1 and 500 characters. |
Example
{
"query": "best project management tools"
}Query Tips
- Be specific -- more detailed queries return more relevant results
- Avoid overly broad single-word queries like "software" or "tools"
- You can use natural language -- the API handles query parsing automatically
- Queries are case-insensitive
Future Parameters
We are actively working on additional parameters to give you more control over search results. Planned additions include:
num_results-- control the number of results returnedcountry-- localize results to a specific countrylanguage-- filter results by languagesafe_search-- enable or disable safe search filtering
Check our changelog for updates as new parameters become available.