The Flex Company Scraper avatar
The Flex Company Scraper
Try for free

No credit card required

View all Actors
The Flex Company Scraper

The Flex Company Scraper

mshopik/the-flex-company-scraper
Try for free

No credit card required

Scrape The Flex Company and extract data on hygiene and toiletries from flexfits.com. Our The Flex Company API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "maxRequestsPerCrawl": 100,
8  "proxyConfig": {
9    "useApifyProxy": true
10  },
11  "extendOutputFunction": "async ({ data, item, product, images, fns, name, request, variants, context, customData, input, Apify }) => {\n  return item;\n}",
12  "extendScraperFunction": "async ({ fns, customData, Apify, label }) => {\n \n}",
13  "customData": {},
14  "maxConcurrency": 20,
15  "maxRequestRetries": 3
16}
17EOF
18
19# Run the Actor using an HTTP API
20# See the full API reference at https://docs.apify.com/api/v2
21curl "https://api.apify.com/v2/acts/mshopik~the-flex-company-scraper/runs?token=$API_TOKEN" \
22  -X POST \
23  -d @input.json \
24  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Nov 2021
  • Modified over 2 years ago
Categories