Carrefour Promotion Scraper
$35.00/month
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsCarrefour Promotion Scraper
$35.00/month
This actor extracts promotions available on the Carrefour website. It scrapes the promotional offers.
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: