Search
Perform a web search query and return results from multiple sources including web, news, academic articles, academic author profiles, deep research results, and social media. Use this endpoint for competitive intelligence, market research, lead generation, and content discovery.
Default rate-limit is 10 requests per minute. Send an email to gtm@crustdata.co to discuss higher limits if needed for your use case.
Authorizations
Bearer token authentication. Pass your API key as Authorization: Bearer <your_api_key>.
Headers
API version to use. This endpoint currently requires 2025-11-01.
2025-11-01 "2025-11-01"
Body
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 location 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 developer profiles.
500"example.com"
Unix timestamp (seconds since epoch) for the start date filter. Must be less than end_date if both are provided.
1728259200
Unix timestamp (seconds since epoch) for the end date filter. Must be greater than start_date if both are provided.
1730937600
Whether to use a browser-like retrieval path when standard access is blocked.
false
Number of search result pages to return.
x >= 11
Response
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.
[
{
"source": "web",
"title": "Crustdata: Real-Time B2B Data Broker via API or Data Feed",
"url": "https://crustdata.com/",
"snippet": "Crustdata is a B2B data provider offering real-time company & people datasets.",
"position": 1
}
]
Metadata about the search results.

