Why Scrape Allegro.pl ?

Allegro.pl is one of the largest online marketplaces in Poland, offering a vast array of products from electronics to clothing, household items to vehicles, and more. For businesses, researchers, or anyone looking to understand market trends, competitive pricing, and product details in the Polish market, scraping Allegro.pl can offer a wealth of valuable insights.

Importantly, Allegro.pl employs sophisticated anti-scraping measures such as DataDome to protect its data. However, Autom is equipped with advanced technology capable of counteracting these measures, thereby enabling seamless and efficient data scraping from Allegro.pl. This capability makes Autom.dev a valuable tool for businesses and researchers seeking to extract and analyze data from Allegro.

Scraping Allegro.pl allows businesses to track pricing trends, understand market demands, monitor competitor activities, and make data-driven decisions to stay competitive in the market. For researchers, it provides access to a rich dataset for a variety of ecommerce studies.

What Will We Scrape?

We will scrape the following product data from Allegro.pl:

  • Product Title
  • Price
  • Seller details
  • Dispatch country
  • Delivery details
  • Basic data (condition, invoice, manufacturer's code, brand, model, type)
  • Physical parameters
  • Display details
  • Camera details
  • CPU details
  • Detailed data (memory, RAM, operating system, battery capacity, battery type)

Example for Scraping Product Data from Allegro.pl

Request

curl --location --request GET 'https://autom.dev/api/v1/allegro/product?query=https://allegro.pl/oferta/apple-iphone-14-pro-128gb-6-1-silver-eu-mq023zd-a-13566426316' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/allegro/product?query=https://allegro.pl/oferta/apple-iphone-14-pro-128gb-6-1-silver-eu-mq023zd-a-13566426316' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response

{
  "productId": "13566426316",
  "Title": "Apple iPhone 14 Pro 128GB 6.1\" Silver EU MQ023ZD/A",
  "Price": "€1,497.86",
  "SellerDetails": "ESSEBISHOP | recommends 100%",
  "DispatchCountry": "Italy",
  "DeliveryDetails": "Delivery from €10.51, Estimated delivery: within 8 – 9 days at your place",
  "BasicData": {
    "Condition": "New",
    "Invoice": "With VAT invoice",
    "ManufacturerCode": "MQ023ZD/A",
    "Brand": "Apple",
    "Model": "iPhone 14 Pro",
    "Type": "Smartphone"
  },
  "PhysicalParameters": {
    "Color": "silver",
    "Width": "72 mm",
    "Height": "148 mm",
    "Depth": "7.9 mm",
    "Weight": "206 g",
    "Material": "aluminum, glass"
  },
  "Display": {
    "ScreenDiagonal": "6.1\"",
    "DisplayType": "OLED",
    "TouchScreen": "yes",
    "PixelDensity": "460 ppi"
  },
  "Camera": {
    "RearCameraResolution": "48 Mpx",
    "FrontCameraResolution": "12 Mpx",
    "CameraFunctions": "autofocus, digital image stabilization, HDR, flash, video recording, optical image stabilization, panorama, self-timer, face detection, burst mode, zoom",
    "VideoRecordingResolution": "4K, 720p (HD), 1080p (FullHD)"
  },
  "CPU": {
    "Processor": "Apple A16 Bionic",
    "ProcessorCores": "6"
  },
  "DetailedData": {
    "Memory": "128 GB",
    "RAM": "6 GB",
    "OperatingSystem": "iOS",
    "BatteryCapacity": "3200 mAh",
    "BatteryType": "lithium-ion"
  }
}
{
  "productId": "13566426316",
  "Title": "Apple iPhone 14 Pro 128GB 6.1\" Silver EU MQ023ZD/A",
  "Price": "€1,497.86",
  "SellerDetails": "ESSEBISHOP | recommends 100%",
  "DispatchCountry": "Italy",
  "DeliveryDetails": "Delivery from €10.51, Estimated delivery: within 8 – 9 days at your place",
  "BasicData": {
    "Condition": "New",
    "Invoice": "With VAT invoice",
    "ManufacturerCode": "MQ023ZD/A",
    "Brand": "Apple",
    "Model": "iPhone 14 Pro",
    "Type": "Smartphone"
  },
  "PhysicalParameters": {
    "Color": "silver",
    "Width": "72 mm",
    "Height": "148 mm",
    "Depth": "7.9 mm",
    "Weight": "206 g",
    "Material": "aluminum, glass"
  },
  "Display": {
    "ScreenDiagonal": "6.1\"",
    "DisplayType": "OLED",
    "TouchScreen": "yes",
    "PixelDensity": "460 ppi"
  },
  "Camera": {
    "RearCameraResolution": "48 Mpx",
    "FrontCameraResolution": "12 Mpx",
    "CameraFunctions": "autofocus, digital image stabilization, HDR, flash, video recording, optical image stabilization, panorama, self-timer, face detection, burst mode, zoom",
    "VideoRecordingResolution": "4K, 720p (HD), 1080p (FullHD)"
  },
  "CPU": {
    "Processor": "Apple A16 Bionic",
    "ProcessorCores": "6"
  },
  "DetailedData": {
    "Memory": "128 GB",
    "RAM": "6 GB",
    "OperatingSystem": "iOS",
    "BatteryCapacity": "3200 mAh",
    "BatteryType": "lithium-ion"
  }
}