ConsoleCatalog
Sign in
Target logo

Target

target.comShoppingno auth

Product search, categories, details, pricing, and store locator.

Category Browse

ASYNCREADNo auth

Returns products for a category ID with pagination, pricing, availability, and available filters.

ParametersFormJSON

Category ID from the Target URL N-param, e.g. "sg5cj" from /c/computers-tablets-deals/-/N-sg5cj. The "N-" prefix is stripped automatically. Use tg_category_sitemap to discover category IDs

Results per page, maximum 24

Pagination offset

Sort order. Supported values: relevance, pricelow, pricehigh, newest, bestselling, rating

ZIP code for local pricing and availability

Two-letter US state code matching zip

Store ID for in-store pricing. Comes from tg_store_locator results

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "tg_category_browse",
    "params": {
      "category_id": "sg5cj"
    }
  }'