VOOZH about

URL: https://apify.com/shahidirfan/billiger-price-comparison-scraper

⇱ Billiger Price Comparison Scraper 🏷️ Β· Apify


πŸ‘ Billiger Price Comparison Scraper 🏷️ avatar

Billiger Price Comparison Scraper 🏷️

Pricing

Pay per usage

Go to Apify Store

Billiger Price Comparison Scraper 🏷️

Extract detailed product pricing, offers, and specifications from Billiger.de. Ideal for competitor analysis, market research, and tracking price trends. Get structured data on merchants, shipping costs, and availability to supercharge your e-commerce strategy.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

πŸ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

4 months ago

Last modified

Share

Billiger Price Comparison Scraper

Extract complete product pricing intelligence from Billiger.de in a structured dataset. Collect product details, listing metadata, and shop-level offer information for market monitoring, catalog enrichment, and competitive analysis. Built for reliable large-scale collection with flexible search and URL-based workflows.

Features

  • Search and direct URL collection β€” Run by keyword or target specific Billiger product/category URLs.
  • Rich product coverage β€” Collect names, brand, category, GTIN, SKU, ratings, reviews, and media.
  • Price intelligence β€” Capture lowest and highest prices, offer counts, and currency values.
  • Shop offer breakdowns β€” Save seller-level offer rows with shipping and total price signals.
  • Listing context metadata β€” Keep page-level context like source listing URL and source page number.

Use Cases

Price Monitoring

Track price movement for notebooks, phones, appliances, and other product groups in Germany. Build recurring snapshots to detect pricing trends over time.

Competitive Benchmarking

Compare seller-level offers, shipping impact, and total price positioning across multiple shops. Use the data to benchmark your own storefront strategy.

Catalog Enrichment

Populate internal catalogs with GTIN, category, image URL, and variant attributes. Improve feed quality for marketplaces, ads, and internal search.

Market Intelligence

Collect high-volume product pricing data and combine it with BI tools. Identify opportunities by product type, brand, and price band.

Input Parameters

ParameterTypeRequiredDefaultDescription
searchQueryStringNoβ€”Keyword query used to discover products.
startUrlStringNoβ€”A direct Billiger URL to start from (listing or product page).
startUrlsArrayNoβ€”Multiple start URLs in request-list format.
urlStringNoβ€”Alternate single start URL.
results_wantedIntegerNo20Maximum number of product records to save.
collectOffersBooleanNotrueInclude per-shop offers with shipping and total prices.
proxyConfigurationObjectNoApify proxy presetProxy settings for resilient collection.

Output Data

Each dataset item can include the following fields:

FieldTypeDescription
product_nameStringProduct title shown on Billiger.
brandStringBrand or manufacturer.
categoryStringProduct category label.
gtinStringGTIN/EAN code when available.
skuStringSKU or product code when available.
product_idStringBilliger object identifier for the product tile.
object_typeStringObject type metadata from listing cards.
lowest_priceNumberLowest listed price in EUR.
highest_priceNumberHighest listed price in EUR.
offer_countIntegerNumber of available offers.
ratingNumberAverage rating score.
review_countIntegerNumber of reviews.
image_urlStringProduct image URL.
short_descriptionStringListing tile property summary.
descriptionStringExtended product description when available.
variant_countIntegerNumber of known variants in the product group.
variant_attributesArrayVariant property/value summaries.
currencyStringCurrency code, usually EUR.
product_urlStringCanonical product URL on Billiger.
source_listing_urlStringListing URL used to discover the product.
source_pageIntegerListing page number where the product appeared.
offersArrayShop-level offers with shop_name, shop_id, price, shipping_cost, total_price, offer_url, and product_variant_id.
scraped_atStringISO timestamp for extraction time.

Usage Examples

Basic Search Run

{
"searchQuery":"laptop",
"results_wanted":20
}

Category Monitoring with Page Cap

{
"startUrl":"https://www.billiger.de/show/kategorie/2303.htm?searchstring=laptop",
"results_wanted":60,
"collectOffers":true
}

Fast Product Snapshot (No Offer Rows)

{
"searchQuery":"iphone 15",
"results_wanted":30,
"collectOffers":false
}

Sample Output

{
"product_name":"Apple MacBook Air M4 2025",
"brand":"Apple",
"category":"Notebooks",
"gtin":"0195949890123",
"sku":null,
"product_id":"110057",
"object_type":"baseproduct",
"lowest_price":865.99,
"highest_price":1099,
"offer_count":1186,
"rating":4.7,
"review_count":81,
"image_url":"https://cdn.billiger.com/dynimg/.../Apple-MacBook-Air-M4-2025.webp",
"short_description":"macOS Sequoia (15.0) Β· Anzahl Prozessorkerne: 10 Β· HD-Standard: Retina",
"description":"Leichtes Multimedia-Notebook mit Apple M4 Chip.",
"variant_count":9,
"variant_attributes":[
"FestplattenkapazitΓ€t Gesamt: 256 GB",
"ArbeitsspeicherkapazitΓ€t: 16 GB"
],
"currency":"EUR",
"product_url":"https://www.billiger.de/baseproducts/110057-apple-macbook-air-m4-2025",
"source_listing_url":"https://www.billiger.de/show/kategorie/2303.htm?searchstring=laptop",
"source_page":1,
"offers":[
{
"shop_name":"ebay.de",
"shop_id":"10992",
"product_variant_id":"5213705085",
"price":865.99,
"shipping_cost":0,
"total_price":865.99,
"offer_url":"https://www.billiger.de/redirect/..."
}
],
"scraped_at":"2026-03-05T12:00:00.000Z"
}

Tips for Best Results

Start with Practical Limits

  • Use results_wanted: 20 for validation runs.
  • Increase volume gradually once output quality is confirmed.

Keep Offer Collection Enabled for Pricing Analysis

  • Enable collectOffers when shipping and seller-level comparisons matter.
  • Disable it for faster runs focused on top-line product data.

Use Proxies for Consistent Throughput

  • Residential proxy settings usually provide the most stable collection.
  • For recurring schedules, keep proxy configuration consistent across runs.

Choose Focused Queries

  • Specific terms like gaming laptop 16gb return cleaner datasets.
  • Broad keywords can mix multiple product classes in one run.

Integrations

  • Google Sheets β€” Build live pricing dashboards.
  • Airtable β€” Create searchable product intelligence bases.
  • Looker Studio / BI tools β€” Visualize trend lines and seller spreads.
  • Webhooks β€” Trigger notifications when data arrives.
  • Zapier / Make β€” Connect price data to business workflows.

Export Formats

  • JSON β€” Programmatic pipelines and APIs.
  • CSV β€” Spreadsheet analysis and quick audits.
  • Excel β€” Business reports and operational sharing.
  • XML β€” Legacy integrations.

Frequently Asked Questions

Can I run this actor with only a direct product URL?

Yes. Provide startUrl (or url) with a Billiger product URL and the actor will collect a detailed record for that product.

How many products can I collect in one run?

You can set any practical limit with results_wanted. For best reliability, scale gradually and tune maxPages to your use case.

Why are some fields empty for certain products?

Some listings do not expose every attribute (for example GTIN or SKU). Empty fields are expected when source data is missing.

Can I collect seller offers for every product?

Yes. Keep collectOffers enabled to include seller rows with price and shipping details.

Is this suitable for recurring monitoring?

Yes. This actor is designed for scheduled runs and comparative analysis across repeated snapshots.

Support

For issues or feature requests, use the actor issue channel in Apify Console.

Resources

Legal Notice

This actor is intended for legitimate data collection and analysis. You are responsible for complying with applicable laws, platform terms, and responsible usage practices.

You might also like

Billiger.de Price Comparison Scraper

santamaria-automations/billiger-de-scraper

Scrape product prices from Billiger.de, Germany's largest price comparison platform with 100M+ offers. Compare prices across thousands of merchants. Extract product details, ratings, specifications, and the best deals.

Price scraper with offers from all merchants using EAN/GTIN

s-r/price-scraper-with-offers-from-all-merchants-using-ean-gtin

Get real-time product pricing and offer data from multiple merchants using EAN or GTIN codes. It scans e-commerce platforms, marketplaces, and webshops to collet price, seller name, stock status, shipping details, and product URLs. Ideal for building price comparison tools, monitoring competitors.

Otto Scraper - Preiswert Low-costπŸ’²πŸ”₯πŸ‡©πŸ‡ͺπŸ›’

delectable_incubator/otto-scraper---preiswert-low-cost

Easily scrape product listings from Otto.de πŸ›’πŸ‡©πŸ‡ͺ, one of Germany’s largest e-commerce platforms. Enter a keyword to extract product name, price, rating, availability, images, and URLs. Perfect for price tracking, competitor analysis, and e-commerce market research with fast structured data πŸ“Šβ­

Ai Ecommerce Product Intelligence

spry_headset/ai-ecommerce-product-intelligence

Scrape E-commerce product page and get AI-powered analysis: structured product data, all offers, competitor comparison, and actionable recommendations.

2

E-Commerce Price Extractor

smacient/e-commerce-price-extractor

Advanced AI powered price scraping tool, that works across most of the E-Commerce Platforms. Perfect for price extraction, comparison, competitor analysis, and flexible pricing optimization

Ecommerce Price Scraper

fipper_ai/Ecommerce-Price-Scraper

Scrape product prices, ratings, and details from e-commerce websites in real-time. Ideal for price tracking, competitor analysis, dropshipping research, and market insights. Fast, reliable, and easy to use for automation and data collectionWeb scraping E-commerce Developer tools

Farfetch Pricing Scraper πŸ›οΈ

shahidirfan/Farfetch-Pricing-Scraper

Unlock real-time luxury fashion insights! Instantly scrape prices, product details, and availability from Farfetch. Perfect for competitor analysis, price monitoring, and trend forecasting. Supercharge your e-commerce strategy with accurate global market data.

16

5.0

Amazon Product Scraper (By Url)

scrapingshark/amazon-product-scraper-by-url

Scrape detailed Amazon product data from any product URL with ease. Get price, availability, seller info, number of reviews, images, categories, and more -- perfect for market analysis, comparison tools, and e-commerce insights.

28

2.0

Google Shopping Scraper

burbn/google-shopping-scraper

Scrape Google Shopping products by keyword and extract prices, ratings, reviews, seller/store info, offers, shipping & more. Ideal for price monitoring, competitor research, and e-commerce market analysis.

Related articles

Top price monitoring tools for online stores
Read more