Carrefour Promotion Scraper avatar

Carrefour Promotion Scraper

Under maintenance
Try Actor

$35.00/month

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
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

You can access the Carrefour Promotion Scraper programmatically from your own applications by using the Apify API. You can 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  "pageMax": 1,
3  "carrefourUrl": "https://www.carrefour.fr/promotions",
4  "useApifyProxy": true,
5  "proxyConfiguration": {
6    "useApifyProxy": true,
7    "apifyProxyGroups": []
8  }
9}' |
10apify call runtime/carrefour-promotion-scraper --silent --output-dataset

Carrefour Promotion Scraper API through CLI

The Apify CLI is the official tool that allows you to use Carrefour Promotion 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: