Carrefour Promotion Scraper avatar

Carrefour Promotion Scraper

Try Actor

$35.00/month

Go to Store
Carrefour Promotion Scraper

Carrefour Promotion Scraper

runtime/carrefour-promotion-scraper
Try Actor

$35.00/month

This actor extracts promotions available on the Carrefour website. It scrapes the promotional offers.

Developer
Maintained by Community

Actor Metrics

  • 2 Monthly users

  • 5.0 / 5 (1)

  • 1 bookmark

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 2 days ago

Carrefour Promotions Scraper

Description

This actor extracts promotions available on the Carrefour website. It scrapes the promotional offers.

Input

The actor accepts the following input parameters:

  • pageMax (integer): The number of auto-scroll actions performed to load additional promotions (default: 1).
  • carrefourUrl (string): The base URL of the Carrefour site to scrape (default: "https://www.carrefour.fr/promotions").
  • useApifyProxy (boolean): Whether to use the Apify Proxy (default: true).
  • proxyConfiguration (object): Proxy configuration (for example: { "useApifyProxy": true, "apifyProxyGroups": ["DATACENTER"] }).

Example Input:

{ "pageMax": 2, "carrefourUrl": "https://www.carrefour.fr/promotions", "useApifyProxy": true, "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["DATACENTER"] } }

Output

The output is a dataset containing an array of promotions. Each promotion includes the following fields:

  • title: The product title.
  • format: The product format (e.g., "1,75L").
  • packaging: Packaging details (e.g., "la bouteille d'1,75L").
  • price: The product price.
  • ppu: The price per unit (e.g., "1.34 € / L").
  • rating: The product rating (with any parentheses removed).
  • imageUrl: The URL of the product image.
  • promotion: The promotion text (e.g., "4 achetés = 10% de remise").
  • promoCta: The call-to-action text (e.g., "Profiter de l'offre").

Example Output:

[ { "title": "Soda goût Original COCA-COLA", "format": "1,75L", "packaging": "la bouteille d'1,75L", "price": "2,35€", "ppu": "1.34 € / L", "rating": "21", "imageUrl": "https://media.carrefour.fr/medias/c239087fb4b6434fa59e6476268d2806/p_200x200/05000112611861_H1N1_s01.png", "promotion": "4 achetés = 10% de remise", "promoCta": "Profiter de l'offre" }, { "title": "Bière Blonde LEFFE", "format": "12x33cL", "packaging": "le pack de bouteilles", "price": "13,39€", "ppu": "3.38 € / L", "rating": "17", "imageUrl": "https://media.carrefour.fr/medias/74e84eb60f874d3eb5c06af03bdbb594/p_200x200/05410228203582_A1L1_s02.jpeg", "promotion": "Le 2ème à -50%", "promoCta": "Profiter de l'offre" } ]

How to Use

Set your input parameters as needed and run the actor on Apify or locally. The actor will perform auto-scroll actions based on the pageMax value to load additional promotions, extract the promotion data, and store the resulting dataset for further analysis.

Disclaimer: This Carrefour Promotions Scraper is provided for educational and research purposes only. Users are responsible for ensuring that their use of this scraper complies with all applicable laws, regulations, and Carrefour's Terms of Service.

Usage: Data obtained by this scraper must be used in accordance with Carrefour's policies. Unauthorized commercial use may result in sanctions or restrictions imposed by Carrefour.