Target product data API
The ShopAPIS Target product data API returns price, promotions, online and store-level availability, ratings, review count, variant matrix and Target Plus marketplace seller details for any Target item (TCIN) — as clean JSON. It covers target.com’s first-party catalog plus the invite-only Target Plus marketplace, giving competitive pricing and assortment visibility on a platform with no open public API.
Target is a top-tier US mass merchant, drawing ~135M+ direct monthly visits (SimilarWeb 2026). Its Target Plus marketplace is invite-only, so there is no open seller API and no third-party way to pull cross-seller pricing or assortment without parsing the public catalog — which is exactly what ShopAPIS does.
Why Target data is hard to get
Target has no public product API and defends its catalog with Akamai/Imperva-class anti-bot. Parse difficulty is medium-high: requests are scored, and the front end is heavily client-rendered, so naive HTML scraping misses price and availability that load from internal endpoints. ShopAPIS resolves the rendered product state — including store-specific stock — and returns it as flat JSON, so you don’t maintain headless browsers or rotate proxies.
Data fields returned
- Identifiers — TCIN (Target.com item number), DPCI, UPC/GTIN, brand model.
- Pricing — current price, regular price, currency, promotion/circle-offer flags.
- Availability — online in-stock, ship-to-store, store-level stock by location.
- Seller — Target first-party vs Target Plus marketplace seller name.
- Ratings — average rating, review count, review samples.
- Variants — size/color/style variants with per-variant price and availability.
- Fulfillment — shipping estimate, same-day delivery / Drive Up eligibility.
- Media — image gallery URLs, highlights/specs, category breadcrumb.
Sample response
{
"platform": "target",
"marketplace": "target.com",
"tcin": "82896800",
"dpci": "058-02-1234",
"title": "Dyson V8 Origin+ Cordless Stick Vacuum",
"brand": "Dyson",
"price": { "amount": 299.99, "currency": "USD", "regular_price": 349.99 },
"promotion": { "circle_offer": true, "label": "Save $50" },
"seller": { "type": "first_party", "name": "Target" },
"availability": { "online": "in_stock", "store_pickup": true, "same_day": true },
"rating": 4.6,
"review_count": 3142,
"variant": { "color": "Nickel/Iron" },
"upc": "0885609025414",
"category_path": ["Appliances", "Vacuums", "Stick Vacuums"],
"images": ["https://target.scene7.com/is/image/Target/GUEST_dyson-v8.jpg"],
"scraped_at": "2026-06-05T11:51:00Z"
}Markets & domains covered
- United States — target.com (USD), including Target Plus marketplace listings and store-level availability nationwide.
Use cases
- Mass-merchant price monitoring — benchmark Target prices and Circle promos against Walmart and Amazon. Feeds price monitoring.
- Target Plus seller intelligence — see which marketplace sellers list your catalog. See competitive intelligence.
- MAP enforcement — flag below-MAP listings, including promotional pricing. See MAP compliance.
- Local availability tracking — monitor store-level stock and pickup. See inventory tracking.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/north-america.md); sources: SimilarWeb 2026. Target Plus is invite-only with no open public API; anti-bot is Akamai/Imperva-class (category estimate).