Findify Best avatar
Findify Best

Pricing

$20.00 / 1,000 results

Go to Store
Findify Best

Findify Best

Developed by

selçuk güney

selçuk güney

Maintained by Community

🔍 AI-powered e-commerce scraper that extracts detailed product data from any online store. Uses LLMs (Mistral/Gemini) for intelligent extraction, handles pagination, variants & CAPTCHAs. Perfect for price monitoring, market research & competitive analysis. #webscraping #ecommerce

0.0 (0)

Pricing

$20.00 / 1,000 results

0

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

a month ago

Start URLs

startUrlsarrayRequired

List of starting URLs (product pages, category pages, search results). For categories/search, pagination might be attempted.

Target Data Fields

targetDataFieldsarrayOptional

List of data fields to extract using the LLM.

Default value of this property is ["productName","price","currency","description","sku","brand","imageUrls","availability"]

Enable Pagination

enablePaginationbooleanOptional

Automatically detect and follow 'Next Page' links on category/search pages to scrape multiple pages of products.

Default value of this property is false

CAPTCHA Maximum Attempts

captchaMaxAttemptsintegerOptional

Maximum number of proxy rotation attempts when a CAPTCHA is detected. Higher values increase the chance of bypassing CAPTCHA but may increase run time and proxy usage.

Default value of this property is 5

LLM Provider

llmProviderEnumOptional

Select the Large Language Model provider to use for data extraction.

Value options:

"Mistral": string"Gemini": string"Auto": string

Default value of this property is "Auto"

Proxy Configuration

proxyConfigurationobjectOptional

Select proxy settings for accessing the target websites.

Default value of this property is {"useApifyProxy":true}

Max Items

maxItemsintegerOptional

Maximum number of products/items to extract. Leave empty for unlimited.

Max Concurrency

maxConcurrencyintegerOptional

Maximum number of pages to process concurrently. Default is managed by Apify.

Debug Mode

debugModebooleanOptional

Enable detailed logging, including potentially sensitive LLM prompts/responses (can increase cost).

Default value of this property is false

Use Playwright

usePlaywrightbooleanOptional

If checked, the Actor will use Playwright to render pages and bypass bot protection

Default value of this property is true