eBay Product Finder by Keyword avatar
eBay Product Finder by Keyword

Pricing

$2.00 / 1,000 results

Go to Store
eBay Product Finder by Keyword

eBay Product Finder by Keyword

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Search eBay by keywords and extract listings, prices, sellers, reviews, and specs in JSON. No login or proxies needed. Pricing: $2/1000 results.

0.0 (0)

Pricing

$2.00 / 1,000 results

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 days ago

eBay Keyword Product Scraper

🧾 Overview

This Apify actor allows you to search and extract detailed product information from eBay based on a list of keywords. It retrieves real-time data about products, including their titles, prices, seller information, specifications, ratings, and more.

🚀 Why choose this actor?

Unlike many competitors, this actor does not rely on proxies, providing a fast and reliable solution out-of-the-box. It is ideal for users who need quick access to eBay product data without complex setups.

Additionally, up to 10 results are FREE for Apify free users, making it an excellent choice for testing and small-scale use cases.

Use Cases

  • Competitive pricing analysis
  • Market research and trend analysis
  • Product monitoring and alerts
  • eCommerce intelligence and analytics
  • Lead generation for resellers

✨ Key Features

  • No login or proxies required
  • Supports up to 100 results per keyword
  • Retrieves full product specifications and seller metadata
  • Automatically adjusts the results to the nearest multiple of 10
  • Optimized for structured JSON outputs

⚙️ How It Works

Provide a list of keywords and an optional max_search_results parameter. The actor will crawl eBay search results, extract product information, and return structured data including price, title, condition, location, ratings, and specifications.

NOTE: max_search_results must be a multiple of 10. If you provide a value like 35, it will round up to 40.

Input Parameters

FieldTypeDescriptionRequiredExample
keywordsarrayList of search keywords to use on eBay (e.g., product names or brands).["Smart TV", "iPhone"]
max_search_resultsintegerMaximum number of results to fetch per keyword (must be a multiple of 10). Default is 20.30

📤 Output (Full Example)

{
"url": "https://www.ebay.com/itm/1234567890",
"product_id": "1234567890",
"title": "SuperVision 55" 4K Smart TV",
"seller_name": "BestDealsOnline",
"seller_reviews": "15732",
"breadcrumbs": [
{"name": "Electronics", "url": "https://www.ebay.com/b/Electronics/bn_7000259124"},
{"name": "TVs", "url": "https://www.ebay.com/b/TVs/11071/bn_738302"}
],
"root_category": "Electronics",
"images": [],
"price": "$399.99",
"currency": "USD",
"condition": "New",
"item_location": "Los Angeles, California, United States",
"ships_to": "Estimated between Jul 11 and Jul 16",
"product_specifications": [
{"specification_name": "Brand", "specification_value": "SuperVision"},
{"specification_name": "Display Technology", "specification_value": "LED"},
{"specification_name": "Screen Size", "specification_value": "55 in"}
],
"seller_total_reviews": 204587,
"item_reviews": 37,
"seller_ratings": [
{"rating_name": "Shipping speed", "rating_value": "5.0"},
{"rating_name": "Accurate description", "rating_value": "4.8"}
],
"product_ratings": 4.7,
"amount_of_stars": [
{"5_stars": "30"},
{"4_stars": "5"},
{"3_stars": "2"},
{"2_stars": "0"},
{"1_star": "0"}
],
"tags": ["Hot Deal", "Best Seller"],
"description_from_the_seller": "Brand-new 55'' smart TV with voice control, multiple HDMI ports, and built-in streaming apps."
}

💰 Pricing

$2 per 1,000 results

This actor is competitively priced and more affordable than many eBay scrapers available on the Apify marketplace, without sacrificing data quality or reliability.

This actor is intended for lawful use only. You are solely responsible for ensuring that your usage complies with eBay’s Terms of Service and applicable data regulations. We do not encourage or endorse any misuse of the extracted data.

🔄 Update Policy

We frequently maintain and upgrade this actor to accommodate changes in eBay’s website structure. Feature updates and bug fixes are applied regularly.

❓ FAQ

Does this actor use proxies?
NO. This actor does not require proxies.

What happens if I set max results to 37?
The actor will round it to the nearest multiple of 10 (in this case, 40).

How many results can I get with a free account?
Apify free users can retrieve up to 10 results per keyword.

Can I search multiple products?
Yes, just include all your keywords in the input list.