Target: Search Products
Target via Parse · ecommerce
Full-text search over Target.com product catalog by keyword. Returns paginated product listings with pricing, ratings, brand, and availability metadata. Server-side sort controls result ordering. Pagination uses offset-based addressing where each page holds up to `count` items. An optional client-side title filter narrows results to products whose title contains the given substring (case-insensitive). Search for products on Target.com and check in-store availability at nearby Target locations by zipcode. Fulfilled by Parse from target.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- target
- target-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9935e57e-18c2-4c7c-aebe-bc311e983dc8/search_products
- Interface artifact
- sha256:9d814ca052e764e9fc5adb33cd60b84fbd35ad9ade4f6f639a90b7d9a66bc4cc
- Manifest digest
- sha256:9004c146ccd4be623ad1cc8c81278a714b3e56d66f8c7dd7036ec1e5aa44b147
Request fields
- zip (string): 5-digit US ZIP code for local pricing and store availability
- count (integer): Number of results per page (max 24)
- title (string): Optional substring filter on product titles (case-insensitive). When provided, only products whose title contains this string are returned.
- offset (integer): Offset for pagination (0-based)
- keyword (string, required): Search keyword (e.g. 'airpods', 'nintendo switch')
- sort_by (string): Sort order for results: Allowed values: relevance, Featured, bestselling, newest, PriceLow, PriceHigh
Example queries
- {"zip":"10001","count":"5","title":"Max","offset":"0","keyword":"airpods","sort_by":"relevance"}