Target · Example Payload
Target Search Products Example
Fortune 100E-CommerceRetailProductInventoryStoresOrder
Target Search Products Example is an example object payload from Target, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.target.com/products/v3/search",
"headers": {
"Authorization": "Bearer {token}",
"Accept": "application/json"
},
"parameters": {
"q": "wireless headphones",
"category": "Electronics",
"price_max": 100,
"sort_by": "rating",
"limit": 5,
"offset": 0
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"total": 142,
"limit": 5,
"offset": 0,
"products": [
{
"tcin": "80779750",
"title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
"brand": "Sony",
"price": {
"current_retail": 279.99,
"regular_retail": 349.99,
"is_on_sale": true,
"currency": "USD"
},
"rating": {
"average": 4.9,
"count": 8721
}
},
{
"tcin": "77661234",
"title": "Beats Studio Pro Wireless Headphones",
"brand": "Beats",
"price": {
"current_retail": 199.99,
"regular_retail": 349.99,
"is_on_sale": true,
"currency": "USD"
},
"rating": {
"average": 4.7,
"count": 4320
}
}
],
"facets": [
{
"name": "brand",
"values": [
{"value": "Sony", "count": 28},
{"value": "Beats", "count": 19},
{"value": "JBL", "count": 17},
{"value": "Bose", "count": 14}
]
},
{
"name": "price",
"values": [
{"value": "Under $25", "count": 12},
{"value": "$25-$50", "count": 31},
{"value": "$50-$100", "count": 47},
{"value": "$100+", "count": 52}
]
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/target-search-products-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.