Skip to content
All sites
Data API

Target Data API

Products, prices, categories, reviews and store data from Target.

5endpointsAkamai · Rate Limit handled for you
target.comGET/target/catego…GET/target/productGET/target/reviews{ } JSON

Target Data API

Extract product search, product detail, category browse, reviews and store locations from Target as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/target/{action}

Key Features

Structured JSON

Clean, normalized records for product search, product detail, category browse, reviews and store locations. No HTML parsing on your side.

5 endpoints

Across 2 categories, all under one base path.

Anti-bot handled

Akamai, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Global coverage. Results are returned for the default locale.

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/target/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "query": "test",
    "page": 1,
    "per_page": 24,
    "in_stock": false,
    "zip": "23230"
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/target/categoryBrowse CategoryProducts1 credit / run
/v1/data/target/productProduct DetailProducts1 credit / run
/v1/data/target/reviewsProduct ReviewsProducts1 credit / run
/v1/data/target/searchSearch ProductsProducts1 credit / run
/v1/data/target/storesStore LocatorStores1 credit / run