Overview
Your AI products need up-to-date, accurate information to provide trustworthy responses. You.com's APIs provide factual, up-to-date results giving your AI products direct access to current and relevant web and news information with verifiable source attribution.
You.com's APIs deliver real-time, accurate, and relevant web and news data, enabling AI applications to seamlessly integrate current information from across the entire web at enterprise scale. Whether you're enhancing large language models (LLMs) or building custom AI agents, access the entire web with just a few lines of code.
Real-Time Intelligence:
- Live web search with factual, up-to-date results
- News coverage across major publishers
- Real-time web data with citations
- Structured data format optimized for AI consumption and processing
Enterprise-Grade Performance: - 99.9% uptime SLA for mission-critical applications and production deployments
- Proven at enterprise scale - currently serving 1+ billion queries monthly
- Industry-leading performance across latency, accuracy, and reliability metrics
Highlights
- Purpose-built for AI - Real-time web and news intelligence with structured data format optimized for AI model consumption and processing.
- Enterprise-grade reliability - serving 1+ billion queries monthly with 99.9% uptime SLA
- All-in-one web data API - including web search and news coverage
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/month |
---|---|---|
Searches | 31,250 calls per month | $250.00 |
Vendor refund policy
All fees are non-refundable and non-cancellable except as required by law.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
API
Search API Usage Instructions (AWS Marketplace)
Thank you for subscribing to the You.com Search API on AWS Marketplace. These instructions will guide you on how to use the API to integrate our powerful search capabilities into your applications.
Authentication
All API requests must include an API key in the X-API-Key header. You will be able to generate an API Key once you launch the product through AWS and create an account on api.you.com.
Header: X-API-Key: YOUR_API_KEY
Make sure to replace YOUR_API_KEY with the actual key you received.
Search Endpoint
Endpoint: GET <https://api.ydc-index.io/search>
This endpoint performs a web search based on your query and returns a list of relevant results.
You can find extensive documentation and implementation guides for our APIs at documentation.you.com . An API reference has been provided below for convenience as well.
Query Parameters
Parameter | Type | Description |
---|---|---|
query | string | Required. The search query. You can use search operators (see full documentation on docs.you.com) to refine results. |
num_web_results | integer | The maximum number of web results to return. The value must be between 1 and 20. |
freshness | string | Specifies the freshness of results. Valid options are day, week, month, and year. |
offset | integer | The offset for pagination. For example, if num_web_results=10 and offset=1, results 11-20 are returned. The value must be between 0 and 9. |
country | string | A two-letter country code to localize search results (e.g., US, DE). |
safesearch | string | Configures content moderation. Options are off, moderate (default), and strict. |
Search Operators
You can use the following operators in your query to get more specific results:
Operator | Description | Example |
---|---|---|
site | Searches a specific domain and its subdomains. | site:uscourts.gov USA v. Enron |
filetype | Searches for a specific file type. | USA v. Enron filetype:pdf |
lang | Searches for pages in a specific language (ISO 639-1 code). | Modelo lang:es |
+ | Results must contain the term after the +. | Enron +GAAP |
- | Results will not contain the term after the -. | guitar -prs |
AND | Logical operator to combine expressions. | guitar +prs AND +silversky |
OR | Logical operator to combine expressions. | guitar -prs OR -silversky |
NOT | Negates an expression. | USA v. Enron NOT site:uscourts.gov |
Example Request
Here is an example of how to make a request using curl:
curl "<https://api.ydc-index.io/search?query=USA+v.+Enron+filetype:pdf&country=US>" \ -H "X-API-Key: YOUR_API_KEY"Response Schema
The API returns a JSON object with the following structure:
{ "hits": [ { "url": "string", "title": "string", "description": "string", "favicon_url": "string", "thumbnail_url": "string", "snippets": [ "string" ] } ], "latency": "number" }Error Codes
If an error occurs, the API will return a response with an appropriate HTTP status code and a JSON body describing the error.
Status | Meaning |
---|---|
401 | Unauthorized. Your API key is invalid or missing. |
429 | Too Many Requests. You have exceeded your rate limit. |
500 | Server Error. There was an issue on our end. |
Rate Limits
Your API usage is subject to rate limits based on your AWS Marketplace subscription plan. Please refer to your subscription details for information on your specific rate limits. Exceeding the rate limit will result in an HTTP 429 Too Many Requests error.
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products

