ParseForge Scrapers

Allegro.pl Product Listings Scraper

parseforge/allegro-scraper

E-commerceAutomationOther

Scrapes product listings from Allegro.pl search results, category pages, and seller storefronts. Returns each product as a flat row with title, price, seller details, and stock status. Supports keyword search and direct URLs.

Run this scraper See the API call
Total users
75
Monthly active
3
Total runs
1K
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Allegro.pl Product Listings Scraper

Scrape Allegro.pl product listings from any search, category, or seller page, up to a million products per run. Each product comes with its price, seller info, rating, and stock status. No browser needed. Export to CSV, JSON, Excel, or XML.

Allegro's marketplace moves fast, and manually copying product data from search results and category pages is slow and error-prone. This Actor reads the public Allegro.pl listing pages directly, collecting every visible product from a URL you provide or a keyword you search for. It returns a clean, structured dataset ready for analysis, price monitoring, or feeding into your own tools.

Who uses it What they scrape Allegro for
E-commerce managers Monitor competitor pricing and assortment on Allegro.pl daily.
Dropshippers Find trending products and reliable suppliers with high seller ratings.
Market analysts Track which brands and product categories are gaining traction in Poland.
Price comparison sites Feed up-to-date Allegro.pl listings into a price comparison engine.

What it does

This Actor collects product listings from Allegro.pl search results, category pages, or seller storefronts and returns each product as a flat row with its title, price, seller details, and other visible attributes.

  • ๐Ÿ”— Start URL: Paste any Allegro.pl listing, category, or seller page URL after applying your filters in the browser.
  • ๐Ÿ” Keyword search: Type a product name or keyword to search Allegro.pl directly, overriding the Start URL.
  • ๐Ÿ“Š Sort control: Order results by relevance, best selling, price ascending, price descending, or newest arrivals.
  • โšก Pure HTTP: No headless browser overhead, so runs are fast and cost fewer platform resources.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Allegro data

๐Ÿ’ฐ Monitor competitor prices.

An e-commerce manager pastes a competitor's category URL and scrapes it daily to track price changes and adjust their own pricing strategy.

๐Ÿ“ฆ Find winning products for dropshipping.

A dropshipper searches for a niche keyword, sorts by best selling, and scrapes the top 200 products to identify high-demand items with reliable sellers.

๐Ÿ“ˆ Analyze Polish market trends.

A market analyst scrapes multiple category pages weekly to measure brand presence, average price points, and new product introductions in the Polish e-commerce market.

โญ Vet supplier quality.

A reseller scrapes a seller's storefront to review their entire catalog, average ratings, and delivery costs before committing to a partnership.

Why choose this scraper

What you get
No browser overhead Runs on pure HTTP requests, making it faster and cheaper than browser-based scrapers.
Flexible input Start from any Allegro.pl listing URL or type a product keyword.
Sort order control Collect products sorted by price, popularity, or newest, matching the Allegro.pl sort options.
Scalable volume Set a maximum from 1 to 1,000,000 products per run to fit any project size.

How it compares

This Actor focuses on fast, browserless listing scraping from Allegro.pl with flexible URL and keyword inputs, while other Allegro scrapers offer cross-domain support or deeper product detail extraction.

Feature ParseForge Allegro Fast Product Scraper Allegro Product Detail Scraper Allegro.pl Product Scraper
Keyword search input Yes Not listed Not listed Yes
Direct URL input Yes Yes Yes Yes
Sort order control Yes Not listed Not listed Not listed
Pure HTTP (no browser) Yes Not listed Not listed Yes
Multi-domain support (cz, sk) Not listed Yes Not listed Not listed
Full product specifications Not listed Not listed Yes Yes

Configure the run

Drive the Actor from a direct Allegro.pl URL or a keyword search, set a maximum number of products, and choose a sort order to control exactly which listings land in your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "startUrl": "https://allegro.pl/listing?string=laptop",
 "maxItems": 10
}

A larger pull:

{
 "startUrl": "https://allegro.pl/listing?string=laptop",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0075 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.75
1,000 results $7.50
10,000 results $75.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Allegro.pl Product Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Allegro through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/allegro-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your Start URL or search keyword is correct and that the page contains products. If you used a keyword, try a broader term. Also verify that the URL is from allegro.pl and not a different domain.

The Actor stopped before reaching my max items limit.

This happens when the listing page has fewer products than your set maximum. The Actor collects every product it finds and stops when pagination ends. Try a broader search or category to get more results.

Why are some product details missing in the output?

The Actor collects only the data visible on the listing page. Some details, like full specifications or all images, are only available on the individual product page. For that level of detail, consider a product detail scraper.

The prices look different from what I see on the website.

Allegro sometimes displays personalized prices based on your browsing history or location. The Actor sees the default public price. Try opening the URL in a private browser window to compare.

I get an error when using a very long or complex URL.

Some Allegro URLs with many filter parameters can be very long. Try shortening the URL by removing unnecessary tracking parameters after the question mark, keeping only the essential filter parameters.

FAQ

Question Answer
Can I scrape a specific seller's products? Yes. Browse to the seller's storefront on Allegro.pl, copy the URL, and paste it as the Start URL. The Actor will collect all visible products from that seller's pages.
Does this Actor handle pagination? Yes. It follows the pagination links on Allegro.pl listing pages automatically, collecting products until it reaches your set maximum or the end of the results.
What data fields does the Actor return? The Actor returns all visible fields from the listing page, including product title, price, seller name, seller rating, condition, and stock status. The exact schema is shown in the sample output on the Actor's page.
Can I filter results by price range or condition? Apply your desired filters directly on the Allegro.pl website, then copy the resulting URL and use it as the Start URL. The Actor scrapes exactly the filtered view you created.
Does this work for Allegro.cz or Allegro.sk? This Actor is built for Allegro.pl, the Polish marketplace. The page structure of the Czech and Slovak sites differs and is not supported.
Is a browser required to run this Actor? No. This Actor uses pure HTTP requests, which makes it faster and more cost-effective than browser-based scrapers. It does not execute JavaScript.
How do I get the URL for a specific category? Go to allegro.pl, browse to the category you want, apply any filters like price range or condition, and copy the full URL from your browser's address bar.
Can I schedule this Actor to run automatically? Yes. Apify supports scheduled runs. You can set this Actor to run hourly, daily, or weekly to keep your product data fresh.
What export formats are supported? You can export your scraped data to CSV, JSON, Excel, XML, or RSS, or push it directly to a service like Google Sheets or an API endpoint via Apify integrations.
How many products can I scrape in one run? You can set the maximum from 1 up to 1,000,000 products. The Actor stops when it reaches your limit or when there are no more products to collect.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Allegro.pl sp. z o.o. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
startUrl string Allegro.pl listing or search page URL. Browse allegro.pl, apply your filters, and paste the URL here. https://allegro.pl/listing?string=laptop
maxItems integer How many products to collect per run. 10
searchQuery string Search for products by keyword (e.g., 'laptop', 'iPhone 15', 'Nike shoes'). Overrides Start URL. not set
sortBy string (5 options) Sort results order. not set

Pricing

from $7.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.007 to $0.0075

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~allegro-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Allegro.pl Product Listings Scraper on Apify All scrapers