Fler Scraper avatar
Fler Scraper

Pricing

Pay per usage

Go to Store
Fler Scraper

Fler Scraper

Developed by

Kristýna Lhoťanová

Kristýna Lhoťanová

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

2

Total users

8

Monthly users

3

Runs succeeded

>99%

Last modified

a year ago

You can access the Fler Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "sellerUrls": [
< "https://www.fler.cz/shop/findings"
< ],
< "maxItems": 20,
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: