ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Target

Target Reviews API

Target.com guest reviews for a product: the full rating statistics - average, 1-to-5 star breakdown, recommended and not-recommended counts, per-attribute averages such as quality and value - plus guest photos and the review bodies themselves. Target publishes eight review bodies anonymously and offers no paging, so eight is the ceiling. Costs 1 credit per request.

POST/api/v1/target/reviews

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
tcinstringrequired

Target catalog id (TCIN) - the number after A- in a target.com /p/ URL.

Example: 83780372

limitinteger

Trim the returned review bodies to at most this many. Minimum 1. This ONLY trims: Target serves eight and there is no page or offset parameter to ask for more.

Example: 3

store_idstringdefault:3991

Numeric Target store id used for the underlying product request. 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")
reviews = client.target.reviews("83780372")
print(reviews["data"]["rating_breakdown"])
print(reviews["data"]["reviews"])

Response

"tcin": "83780372",
"title": "Costway Executive Leather Office Chair Adjustable Computer Desk Chair w/ Armrest",
"average_rating": 4.36,
"rating_count": 155,
"review_count": 119,
"recommended_count": 70,
"not_recommended_count": 19,
"recommended_percentage": 78,
"question_count": 19,
"has_verified_reviews": true,
"count": 8,
},
"response_time": 3158,
"credits_used": 1,
"credits_remaining": 4817
}
PreviousTarget ProductNextHome Depot Search
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