Allegro Scraper avatar

Allegro Scraper

Under maintenance
Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Allegro Scraper

Allegro Scraper

lhotanova/allegro-scraper

Allegro Scraper allows you to scrape data from allegro.pl, one of the most popular online shopping platforms in Poland and the largest e-commerce platform of European origin.

Developer
Maintained by Community
Categories

You can access the Allegro Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://allegro.pl/oferta/procesor-intel-i9-12900k-16-x-3-2-ghz-12375564256",
4    "https://allegro.pl/dzial/moda",
5    "https://allegro.pl/kategoria/komputery",
6    "https://allegro.pl/magazyn-allegro",
7    "https://allegro.pl/uzytkownik/www_comtrade_pl"
8  ],
9  "maxProducts": 30,
10  "maxReviews": 15,
11  "proxyConfiguration": {
12    "useApifyProxy": true,
13    "apifyProxyGroups": [
14      "RESIDENTIAL"
15    ]
16  }
17}' |
18apify call lhotanova/allegro-scraper --silent --output-dataset

Allegro Scraper API through CLI

The Apify CLI is the official tool that allows you to use Allegro Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: