Fler Scraper avatar

Fler Scraper

Try for free

No credit card required

View all Actors
Fler Scraper

Fler Scraper

lhotanova/fler-scraper
Try for free

No credit card required

Fler Scraper extracts products from Fler.cz - an online marketplace for handmade goods. The scraper searches products by their sellers - you need to provide links to seller pages in `sellerUrls` input field. You can also limit the maximum number of items you need to be extracted.

You can access the Fler 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  "sellerUrls": [
3    "https://www.fler.cz/shop/findings"
4  ],
5  "maxItems": 20,
6  "proxyConfiguration": {
7    "useApifyProxy": true
8  }
9}' |
10apify call lhotanova/fler-scraper --silent --output-dataset

Fler Scraper API through CLI

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

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 2 stars
  • 100.0% runs succeeded
  • Created in Oct 2022
  • Modified 9 months ago