ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Target

Target Category API

List the products in a Target.com category: the same product rows as search, plus the category breadcrumb from the site root down to the category you asked for. Take the category id from the segment after N- in any target.com /c/ URL. Costs 1 credit per request.

POST/api/v1/target/category

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
category_idstringrequired

Target category id: the segment after N- in a target.com /c/ URL. target.com/c/apple/-/N-5xtg6 becomes 5xtg6. Every product row also carries category_id and parent_category_id, so you can walk the tree from a search result.

Example: paw82

pageinteger

Results page, 1-based. Minimum 1. Use it with total_pages from the response.

countintegerdefault:24

Results per page, 1-28. Target rejects anything above 28 outright.

Example: 28

sortenum<string>default:relevance

Result sort order. The response echoes the applied sort back as sort_by, in Target's own casing.

  • relevance — Default ordering.
  • featured — Target's merchandised order.
  • price_low — Price, lowest first.
  • price_high — Price, highest first.
  • rating_high — Guest rating, highest first.
  • best_seller — Best selling first.
  • newest — Newest arrivals first.
store_idstringdefault:3991

Numeric Target store id whose prices and availability the response reflects. 3991 is the store target.com itself uses with no store context.

Example: 3991

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
page = client.target.category("paw82", sort="price_low", count=28)
print(page)

Response

"keyword": null,
"category_id": "paw82",
"page": 1,
"offset": 0,
"sort_by": "Featured",
"total_results": 244,
"total_pages": 11,
"count": 24,
"related_categories": [],
"related_searches": [],
},
"response_time": 29449,
"credits_used": 1,
"credits_remaining": 4819
}
PreviousTarget SearchNextTarget Product
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy