Skip to content
ANY//
//Source · Marketplaces

Target API — The Catalog, Down to the Q&A

Target’s site holds full spec sheets, variant trees, per-star rating breakdowns, and community Q&A — behind a session-based storefront with no developer access. These 6 endpoints return it all as clean JSON, no Target account or approval.

Start for free7-day free trial

What You Can Pull From Target

/api/target/categories/productsProducts in a Target category by N-id or category URL — lightweight product cards with title, brand, price, list price, sale flag, image, rating, and TCIN. Sort by featured, price, rating, newest, or bestselling
/api/target/productsFull product detail by TCIN or product URL — title, brand, price, list price, images, videos, rating and per-star breakdown, review count, Q&A count, specifications, features, color/size/style variants, and shipping info
/api/target/products/questionsCustomer Q&A for a product by TCIN — each question with its text, author, helpful/unhelpful counts, timestamps, and all answers with the same fields
/api/target/products/recommendationsProduct recommendations for a TCIN — alternatives, also-viewed, complementary, deals, top performers, or new arrivals, as lightweight cards with title, price, sale flag, badges, and rating
/api/target/products/reviewsCustomer reviews for a product by TCIN — each review with its rating, title, text, author, syndication flag, source, and submission and update timestamps
/api/target/products/searchKeyword search across the Target catalog — lightweight product cards with title, brand, price, list price, sale flag, image, and rating. Sort by relevance, price, rating, newest, bestselling, or featured

What Comes Back

{
  "tcin": "91466170",
  "title": "Wireless noise-cancelling headphones",
  "brand": "JBL",
  "price": 79.99,
  "list_price": 99.99,
  "on_sale": true,
  "rating": 4.5,
  "review_count": 2318,
  "variants": [
    { "color": "black" },
    { "color": "sand" }
  ]
}

Every TCIN, Review, and Answer

Connect over MCP or the API and read Target’s shelf — prices, variants, and customer voices — as it is right now. 7-day free trial.

Common Questions

No. You authenticate with your Anysite key only — there’s no Target account, OAuth flow, or approval process behind any of these endpoints.