eBay & Target Scraper
Pricing
Pay per usage
Go to Apify Store

eBay & Target Scraper
Scrape eBay and Target product listings in one run. Get titles, prices, conditions, ratings, images, and shipping details. Compare marketplace (eBay) vs retail (Target) pricing. Fast HTTP-only extraction.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
kane liu
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
E-commerce Scraper
Scrape product listings from eBay (marketplace) and Target (retail) in one run. Compare prices across marketplace and retail, track products, and analyze competition.
Sites
- eBay — New, used, refurbished, and auction listings from millions of sellers. Prices, conditions, ratings, shipping details.
- Target — New retail products with fixed pricing, brand info, ratings, and availability.
Features
- Multi-site search — Compare the same product across marketplace and retail in one run
- Price comparison — eBay (used from $100) vs Target (new at $800) for the same product
- Rich filters — Condition, Buy It Now, price range, sort order (eBay)
- Fast — HTTP-only extraction with proxy rotation, no browser needed
- Structured output — Consistent schema across both sites with source field
Output Fields
eBay Listings
| Field | Type | Description |
|---|---|---|
itemId | string | eBay item ID |
title | string | Product title |
price | number | Price in USD |
condition | string | Brand New, Refurbished, Pre-Owned, etc. |
imageUrl | string | Product image URL |
itemUrl | string | eBay listing URL |
rating | number | Star rating (out of 5) |
reviewCount | number | Number of reviews |
shipping | string | Shipping cost or "Free shipping" |
freeShipping | boolean | Free shipping flag |
isSponsored | boolean | Sponsored listing flag |
acceptsOffers | boolean | Best Offer accepted |
listingType | string | buy_it_now or auction |
source | string | "ebay" |
Target Listings
| Field | Type | Description |
|---|---|---|
itemId | string | Target TCIN product ID |
title | string | Product title |
price | number | Current price in USD |
regularPrice | number | Regular (non-sale) price |
brand | string | Brand name |
imageUrl | string | Product image URL |
itemUrl | string | Target.com product URL |
rating | number | Average rating |
reviewCount | number | Number of reviews |
category | string | Product category |
description | string | Product description |
inStock | boolean | Online availability |
source | string | "target" |
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
keyword | string | required | Search term |
sites | array | ["ebay","target"] | Which sites to search |
maxResults | integer | 60 | Max listings (split across sites) |
condition | string | any | eBay: new, refurbished, used |
buyItNow | boolean | false | eBay: exclude auctions |
minPrice | number | — | Min price filter (all sites) |
maxPrice | number | — | Max price filter (all sites) |
sortBy | string | best_match | eBay sort order |
Example
{"keyword": "sony headphones","sites": ["ebay", "target"],"maxResults": 40,"condition": "new"}
Use Cases
- Price comparison — Find the best deal across marketplace and retail
- Product research — Analyze pricing, conditions, and availability
- Reselling — Find underpriced items on eBay vs retail
- Market analysis — Track product pricing trends
- Dropshipping research — Compare supplier prices across platforms
Performance
| Site | Method | Speed |
|---|---|---|
| eBay | HTML parsing + proxy rotation | ~3-5 seconds per page |
| Target | Redsky API (JSON) | ~1-2 seconds per page |