You are viewing the documentation of the new API versions. We would love to hear from you. You can write to use at support@crustdata.tech for feedback and clarifications.
Perform a web search query and return results from multiple sources including web, news, Google Scholar articles, Google Scholar authors, Google AI mode, and social media. Use this endpoint for competitive intelligence, market research, lead generation, and content discovery.
Bearer token authentication. Pass your API key as Authorization: Bearer <your_api_key>.
API version to use for request routing and response shape.
2025-11-01 Search query and optional filters.
Request body for performing a web search.
The search query text. Keep queries concise and specific for better results. Supports standard search operators (e.g., site:, filetype:).
1 - 5000"crustdata"
ISO 3166-1 alpha-2 country code for geolocation targeting. Use this to get region-specific search results. Valid values include US, CA, MX, BR, AR, CL, CO, PE, VE, GB, DE, FR, IT, ES, PT, NL, BE, CH, AT, PL, SE, NO, DK, FI, IE, RU, UA, CZ, GR, TR, RO, HU, JP, CN, KR, IN, ID, TH, VN, MY, SG, PH, TW, HK, SA, AE, IL, EG, AU, NZ, ZA, NG, KE.
"US"
List of search sources to query. If omitted, all sources are searched. Use specific sources to narrow results.
A search source type.
news, web, scholar-articles, scholar-articles-enriched, scholar-author, ai, social ["news", "web"]
Restrict search results to a specific site domain. For example, use "linkedin.com/company" to find company LinkedIn pages, or "site:github.com" for GitHub profiles.
500"example.com"
Unix timestamp (seconds since epoch) for the start date filter. Must be less than endDate if both are provided.
1728259200
Unix timestamp (seconds since epoch) for the end date filter. Must be greater than startDate if both are provided.
1730937600
Whether to attempt bypassing Cloudflare protection on result pages.
false
Number of search result pages to return.
x >= 11
Successful search response with results.
Response object for a web search request.
Whether the search was executed successfully.
true
The original search query that was submitted.
"crustdata"
Unix timestamp in milliseconds when the search was performed.
1762908151599
Array of search result entries.
Show child attributes
[
{
"title": "Crustdata - B2B Data Platform",
"url": "https://www.crustdata.com/",
"snippet": "Crustdata provides high-quality B2B data and APIs for companies",
"position": 1
}
]
Metadata about the search results.
Show child attributes
Was this page helpful?