Allegro Price Tracker avatar

Allegro Price Tracker

Pricing

Pay per usage

Go to Apify Store
Allegro Price Tracker

Allegro Price Tracker

Scrape and track product prices from Allegro.pl, Allegro.cz, Allegro.sk and Allegro.hu. Search products, track price changes and monitor listings.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex v

Alex v

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape and track product prices from Allegro.pl, Allegro.cz, Allegro.sk and Allegro.hu.

Two modes

1. Search mode

Find products by keyword and get prices, ratings, seller info and product details.

{
"mode": "search",
"searchQuery": "iphone 15 pro",
"country": "pl",
"maxResults": 20,
"maxPrice": 5000
}

2. Track mode

Monitor specific product URLs for price changes.

{
"mode": "product",
"productUrls": [
"https://allegro.pl/oferta/iphone-15-pro-256gb-12345678",
"https://allegro.cz/oferta/samsung-galaxy-s24-98765432"
],
"country": "pl"
}

Example output

{
"name": "Apple iPhone 15 Pro 256GB Tytan Naturalny",
"url": "https://allegro.pl/oferta/...",
"image": "https://a.allegroimg.com/...",
"price": {
"text": "4 599 zł",
"value": 4599.00
},
"seller": "iSpot_Poland",
"condition": "Nowy",
"availability": "Dostępny",
"shipping": "Darmowa dostawa",
"badge": "Super Cena",
"rating": {
"seller": "99,8%",
"product": "4.8",
"reviews": "1 243"
},
"categories": ["Elektronika", "Telefony", "Apple iPhone"],
"parameters": {
"Pamięć wbudowana": "256 GB",
"Kolor": "Naturalny tytan",
"System operacyjny": "iOS"
},
"domain": "allegro.pl",
"currency": "PLN",
"scrapedAt": "2026-05-17T10:00:00.000Z"
}

Use cases

  • Price comparison — find the cheapest offer for any product
  • Price monitoring — run on schedule to track price changes over time
  • Market research — analyze pricing strategies in any category
  • Deal hunting — filter by max price to find bargains
  • Competitor analysis — monitor competitor pricing

Supported marketplaces

CountryDomainCurrency
Polandallegro.plPLN
Czech Republicallegro.czCZK
Slovakiaallegro.skEUR
Hungaryallegro.huHUF

Price tracking tip

To track prices over time, save this Actor as a Scheduled task in Apify — run it daily and export results to Google Sheets or a database to build a price history chart.