eBay Scraper — Product Listings, Prices & Seller Data avatar

eBay Scraper — Product Listings, Prices & Seller Data

Pricing

from $10.00 / 1,000 results

Go to Apify Store
eBay Scraper — Product Listings, Prices & Seller Data

eBay Scraper — Product Listings, Prices & Seller Data

Fast eBay scraper to extract product listings, prices, seller ratings, shipping details, and item conditions. Search by keyword or product category. Structured JSON output for market research, price monitoring, and e-commerce analytics.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

eBay Scraper — Extract Product Listings, Prices & Seller Data

A powerful eBay scraper that extracts product listing metadata including titles, prices, conditions, seller ratings, shipping details, and buying formats. Search by keyword or product category. Ideal for market research, price monitoring, competitive analysis, and e-commerce data collection.

Features

  • Lightning fast results — 50 listings scraped in ~15 seconds
  • Rich product metadata — titles, prices, conditions, seller ratings, feedback counts, shipping costs, item locations
  • Price tracking — monitor listing prices with numeric values ready for analysis and charting
  • Seller intelligence — extract seller names, ratings, feedback counts, and Top Rated status
  • Buying format detection — distinguish between Auction and Buy It Now listings
  • Condition filtering — narrow results by New, Used, Refurbished, or other conditions
  • Multi-query support — search multiple product keywords in a single run
  • Advanced filtering — filter by free shipping, Top Rated sellers only
  • Automatic pagination — fetches up to 200 results per query with intelligent page handling
  • Structured JSON output — clean, well-formatted data ready for analysis, databases, or AI pipelines

Use Cases

  • Market research — track pricing trends, popular products, and market saturation across categories
  • Competitive intelligence — monitor competitor listings, pricing strategies, and seller performance
  • Price monitoring — track price changes over time for specific products or categories
  • Product sourcing — find profitable items for resale by comparing listing prices and conditions
  • Seller analysis — evaluate seller reputation, feedback patterns, and inventory breadth
  • E-commerce analytics — feed structured listing data into BI tools, dashboards, and data warehouses
  • AI & machine learning — build product recommendation engines, price prediction models, and market analysis tools
  • Dropshipping intelligence — identify trending products, optimal price points, and reliable suppliers

Input

FieldTypeDefaultDescription
searchQueriesstring[]["iPhone 15 Pro"]Product keywords to search on eBay
maxResultsinteger50Max listings per query (1–200)
conditionstring"all"Filter by "all", "New", "Used", or "Refurbished"
buyingFormatstring"all"Filter by "all", "Auction", or "Buy It Now"
freeShippingbooleanfalseOnly show items with free shipping
topRatedOnlybooleanfalseOnly show items from Top Rated sellers
maxRequestRetriesinteger5Max retry attempts for failed requests (1–10)

Output

Each listing record includes 17 fields of structured metadata:

FieldTypeDescription
titlestringFull eBay listing title
pricenumber|nullCurrent item price as a number
currencystringCurrency code: USD, EUR, or GBP
conditionstring|nullItem condition: New, Used, Refurbished, Open Box, etc.
buyingFormatstring|nullListing type: Auction or Buy It Now
itemUrlstringDirect eBay URL to the listing
imageUrlstring|nullPrimary listing image URL when available
sellerstring|nulleBay seller username
sellerRatingnumber|nullSeller positive feedback percentage (0–100)
sellerFeedbackinteger|nullTotal number of seller feedback ratings
shippingCostnumber|nullShipping cost (0 = free shipping)
itemLocationstring|nullGeographic location where the item ships from
bidsinteger|nullNumber of bids placed (auction listings only)
timeLeftstring|nullTime remaining on auction listings
isTopRatedSellerboolean|nullWhether the seller has Top Rated status
scrapedAtstringISO 8601 timestamp of when data was scraped
searchQuerystringThe original search query that produced this result

Example Usage

{
"searchQueries": ["iPhone 15 Pro", "MacBook Pro M3"],
"maxResults": 50
}

Filtered Search by Condition and Format

{
"searchQueries": ["Sony PlayStation 5"],
"maxResults": 50,
"condition": "New",
"buyingFormat": "BuyItNow",
"freeShipping": true,
"topRatedOnly": true
}

Quick Auction Test Run

{
"searchQueries": ["vintage rolex watch"],
"maxResults": 20,
"buyingFormat": "Auction"
}

Pricing

This actor uses a pay-per-result pricing model at $0.01 per listing scraped.

ResultsCost
20 listings$0.20
50 listings$0.50
100 listings$1.00
200 listings$2.00

Fast, reliable, and cost-effective eBay data extraction. No additional infrastructure or API keys required.

Example Output

{
"title": "Apple iPhone 15 Pro Max 256GB - Natural Titanium - Unlocked",
"price": 999.99,
"currency": "USD",
"condition": "New",
"buyingFormat": "Buy It Now",
"itemUrl": "https://www.ebay.com/itm/123456789012",
"imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l500.jpg",
"seller": "techworld2024",
"sellerRating": 99.7,
"sellerFeedback": 5423,
"shippingCost": 0,
"itemLocation": "Los Angeles, CA, United States",
"bids": null,
"timeLeft": null,
"isTopRatedSeller": true,
"scrapedAt": "2026-05-04T12:00:00.000Z",
"searchQuery": "iPhone 15 Pro"
}

Why Use This eBay Scraper?

  • No setup required — works out of the box with zero configuration
  • No browser or proxy needed — pure API-based extraction is faster and more reliable
  • Consistent structured data — every record follows the same schema for easy processing
  • Built for scale — handle hundreds of queries with automatic rate limiting and retries
  • AI-ready output — clean JSON format perfect for feeding into LLMs, RAG pipelines, or data warehouses
  • Rich seller data — track seller reputation, feedback counts, and Top Rated status for trust evaluation
  • Multi-market support — extract prices in USD, EUR, and GBP from a single actor