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.co for feedback and clarifications.
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 15 requests per minute. Send an email to gtm@crustdata.co to discuss higher limits if needed for your use case.
Documentation Index
Fetch the complete documentation index at: https://docs.crustdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Pass your API key as Authorization: Bearer <your_api_key>.
API version to use. This endpoint currently requires 2025-11-01.
2025-11-01 "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 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 attempt bypassing Cloudflare protection for the search request.
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
[
{
"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.
Show child attributes
Was this page helpful?