ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Target

Target Search API

Search Target.com, the US retailer, and get back structured product rows: price and regular price, sale and savings, ratings, DPCI and TCIN, brand, images, badges and promotions, plus the facet tree Target offers for the query. Prices and availability reflect the store you pass in store_id. Costs 1 credit per request.

POST/api/v1/target/search

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
keywordstringrequired

Search keyword, 1-500 characters.

Example: airpods

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, so 28 is a hard ceiling rather than a soft one.

Example: 28

sortenum<string>default:relevance

Result sort order. The response echoes the applied sort back as sort_by.

  • relevance — Target's default keyword relevance.
  • 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. Unlike Walmart, this is a real request parameter here: the store is the caller's choice.

Example: 3991

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.target.search("airpods", count=28)
print(results)

Response

"keyword": "airpods",
"category_id": null,
"page": 1,
"offset": 0,
"sort_by": "relevance",
"total_results": 456,
"total_pages": 19,
"count": 24,
"breadcrumb": [],
"related_categories": [],
"related_searches": [],
},
"response_time": 22163,
"credits_used": 1,
"credits_remaining": 4820
}
PreviouseBay SellerNextTarget Category
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