eBay Deals Scraper by Country (Pay-per-Result) avatar

eBay Deals Scraper by Country (Pay-per-Result)

Pricing

from $1.45 / 1,000 results

Go to Apify Store
eBay Deals Scraper by Country (Pay-per-Result)

eBay Deals Scraper by Country (Pay-per-Result)

Most affordable and fast - Scrape live eBay deals pages from the US, Italy, Germany, the UK, France, Spain, Canada, Australia, and more. Export deal titles, prices, discounts, shipping info, badges, and product URLs in a clean dataset.

Pricing

from $1.45 / 1,000 results

Rating

0.0

(0)

Developer

Lofomachines

Lofomachines

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

eBay Keyword Search Scraper by Country

Search eBay with keywords instead of complicated page paths.

This Apify Actor is built for no-code users who want a fast way to scrape eBay listings from marketplaces like ebay.com, ebay.it, ebay.de, ebay.co.uk, ebay.fr, ebay.es, ebay.ca, and ebay.com.au. Pick one marketplace, add one or more keywords such as table, desk, or gaming chair, and export clean results with prices, discounts, shipping info, and product URLs.

If you need more control, you can also add optional custom eBay URLs. That means you can keep the main workflow simple for everyday keyword runs, while still scraping exact search or deals pages when needed.

Why This Actor Is Easy To Use

  • Search by keyword instead of dealing with eBay section paths
  • Add multiple keywords in one run for bulk scraping
  • Choose the country site from a simple dropdown
  • Keep custom URLs optional for advanced use cases
  • Export ready-to-use data in JSON, CSV, Excel, or API format

Best Use Cases

  • Product research across multiple eBay country sites
  • Price monitoring for furniture, electronics, collectibles, and niche products
  • Discount tracking for newsletter, affiliate, or arbitrage workflows
  • Competitor and reseller monitoring
  • Bulk keyword discovery for marketplace intelligence

Supported eBay Marketplaces

  • https://www.ebay.com
  • https://www.ebay.it
  • https://www.ebay.de
  • https://www.ebay.co.uk
  • https://www.ebay.fr
  • https://www.ebay.es
  • https://www.ebay.ca
  • https://www.ebay.com.au

Simple Input Example

Use this when you want the easiest keyword-first workflow:

{
"marketplace": "https://www.ebay.com",
"searchKeywords": ["table", "desk", "chair"],
"maxItems": 100,
"deduplicateByItemId": true,
"includeOnlyDiscountedItems": false
}

Advanced Input Example

Use this when you want keyword search plus a few exact pages:

{
"marketplace": "https://www.ebay.com",
"searchKeywords": ["table", "standing desk"],
"customUrls": [
{ "url": "https://www.ebay.com/deals/tech" },
{ "url": "https://www.ebay.it/sch/i.html?_nkw=tavolo&_sacat=0&_ipg=240" }
],
"maxItems": 200,
"deduplicateByItemId": true,
"includeOnlyDiscountedItems": false
}

What The Actor Extracts

Each dataset item can include:

  • title
  • itemUrl
  • imageUrl
  • marketplace
  • sourceUrl
  • sourceType
  • searchKeyword
  • matchedKeywords
  • priceText
  • price
  • currency
  • originalPriceText
  • originalPrice
  • discountPercentText
  • discountPercent
  • buyingOption
  • shippingText
  • conditionBadge
  • listingId
  • moduleTitle
  • scrapedAt

Example Output

{
"scrapedAt": "2026-03-16T11:02:18.278085+00:00",
"marketplace": "https://www.ebay.com",
"sourceUrl": "https://www.ebay.com/sch/i.html?_nkw=table&_sacat=0&_ipg=240",
"sourceType": "keyword-search",
"sourceUrls": ["https://www.ebay.com/sch/i.html?_nkw=table&_sacat=0&_ipg=240"],
"searchKeyword": "table",
"matchedKeywords": ["table"],
"positionOnPage": 1,
"duplicateCount": 1,
"listingId": "406767129108",
"title": "Small table",
"itemUrl": "https://www.ebay.com/itm/406767129108",
"imageUrl": "https://i.ebayimg.com/images/g/rE8AAeSw7x1ptY4d/s-l500.jpg",
"priceText": "$200.00",
"price": 200.0,
"currency": "USD",
"originalPriceText": null,
"originalPrice": null,
"discountPercentText": null,
"discountPercent": null,
"buyingOption": "Buy It Now",
"shippingText": "Shipping not specified",
"conditionBadge": "Pre-Owned"
}

Notes

  • searchKeywords supports multiple keywords in bulk
  • customUrls is optional and best for advanced cases
  • Fast request settings are hardcoded, so users do not need to manage retries or timeout values
  • Search result pages use a large built-in page size for quicker bulk collection
  • When maxItems is lower than the total result count, the Actor spreads saved rows across your requested sources for a more balanced bulk output
  • deduplicateByItemId helps when the same listing appears in multiple searches or URLs
  • includeOnlyDiscountedItems keeps only rows with a visible deal signal

Discover More Actors

Looking for more scrapers for e-commerce, lead generation, travel, trends, or social platforms?

Explore the full catalog here:

https://apify.com/lofomachines