PriceRunner Scraper - Price Comparison & Deals avatar

PriceRunner Scraper - Price Comparison & Deals

Pricing

from $5.00 / 1,000 results

Go to Apify Store
PriceRunner Scraper - Price Comparison & Deals

PriceRunner Scraper - Price Comparison & Deals

Scrape product prices from PriceRunner (Klarna). Extract name, brand, lowest price, rating, number of offers, images, and category. Supports 9 European countries. Perfect for price monitoring, deal hunting, and market research.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

PriceRunner Scraper

Scrape product prices and deals from PriceRunner (owned by Klarna), Europe's leading price comparison site.

Features

  • Search mode: Search by keyword across the entire PriceRunner catalog
  • Category mode: Scrape specific product categories with full pagination
  • 9 countries: UK, Sweden, Denmark, Germany, France, Italy, Spain, Netherlands, Finland
  • Rich data: Product name, brand, lowest price, rating, number of offers, images, category, rank, price drops
  • Fast: No browser needed — extracts server-rendered JSON data directly
  • Sort options: Relevance, price (low/high), rating, popularity, newest

Input

FieldTypeDefaultDescription
querystring"laptop"Search keyword
categorystringDirect category URL (e.g., /cl/27/Laptops). Overrides search query.
countryselect"com"Country: com (UK), se, dk, de, fr, it, es, nl, fi
maxResultsinteger200Max products to scrape (1–2000)
sortByselect"relevance"Sort: relevance, price_low, price_high, rating, popularity, newest
proxyConfigurationproxynoneOptional proxy (not usually needed)

Output

Each product includes:

FieldDescription
idPriceRunner product ID
nameFull product name
descriptionShort product description
brandBrand name
lowestPriceLowest available price
currencyPrice currency (GBP, SEK, DKK, EUR)
categoryNameProduct category
ratingAverage user rating (out of 5)
numberOfRatingsNumber of user ratings
numberOfOffersNumber of merchant offers
rankCategory popularity rank
outOfStockWhether product is out of stock
imageUrlProduct image URL
productUrlFull PriceRunner product URL
cheapestMerchantName of cheapest merchant
cheapestPriceCheapest merchant price
installmentPriceMonthly installment price (Klarna)
priceDropPrice drop info (previous price, drop %)
scrapedAtScrape timestamp

Example Output

{
"id": "3457470646",
"name": "Apple MacBook Neo 13 Inch A18 Pro Chip 512 GB SSD Touch ID",
"description": "512 GB SSD",
"brand": "Apple",
"lowestPrice": 649.97,
"currency": "GBP",
"categoryName": "Laptops",
"rating": 4.6,
"numberOfRatings": 1,
"numberOfOffers": 16,
"rank": 1,
"outOfStock": false,
"imageUrl": "https://owp.klarna.com/product/3261603942/Apple-MacBook-Neo-13-Inch-A18-Pro-Chip-512-GB-SSD-Touch-ID.jpg",
"productUrl": "https://www.pricerunner.com/pl/27-3457470646/Laptops/Apple-MacBook-Neo-13-Inch-A18-Pro-Chip-512-GB-SSD-Touch-ID-Compare-Prices",
"cheapestPrice": 649.97,
"installmentPrice": 216.65,
"priceDrop": null,
"scrapedAt": "2026-04-25T12:00:00.000Z"
}

How It Works

PriceRunner embeds all product data as server-rendered JSON in <script id="initial_payload"> tags. This scraper:

  1. Fetches the HTML page
  2. Extracts the embedded JSON payload
  3. Finds the relevant React Query data (search or category listing)
  4. Normalizes and outputs the product data

No browser automation is needed, making it very fast and lightweight.

Country Support

CountryDomainCurrency
UKpricerunner.comGBP
Swedenpricerunner.seSEK
Denmarkpricerunner.dkDKK
Germanyklarna.com/de/shoppingEUR
Franceklarna.com/fr/shoppingEUR
Italyklarna.com/it/shoppingEUR
Spainklarna.com/es/shoppingEUR
Netherlandsklarna.com/nl/shoppingEUR
Finlandklarna.com/fi/shoppingEUR

Tips

  • Category scraping is best for large result sets (48 products/page with pagination)
  • Search mode returns 20 results, then automatically follows the top category for more
  • No proxy needed — PriceRunner has no anti-bot protection
  • Browse categories at pricerunner.com/cl/{id}/{name} (e.g., /cl/27/Laptops, /cl/35/Mobile-Phones)