Crawling services
Using Crawling / Scraping Services / IP Rotation
Last updated
Using Crawling / Scraping Services / IP Rotation
External Importer supports multiple crawling services that automatically rotate IP addresses to prevent blocking and rate-limit issues. The currently supported services are:
Scrapeowl.com
Crawlbase
Decodo
These services are paid, but each typically provides around 1,000 free requests per month.

Open External Importer β Settings β Extractor
Enter your API keys for the providers you want to use
You may enable one or multiple providers at the same time.

Under the Routing rules table:
Click Add rule
Enter a domain or pattern
Select the scraping provider
(Optional) Add additional parameters for the provider API

You can use simple domain names or advanced patterns:
example.com
*.example.com (any subdomain)
example.com/path/* (match only specific URL paths)
Additional parameters are appended to the provider API request. Each provider uses its own parameter names and accepted values.
ScraperAPI Parameters
country_code=us β Geotargeting
premium=true β Premium residential/mobile IPs
ultra_premium=true β Advanced bypass mechanism
render=true β JavaScript rendering
Scrapingdog Parameters
country=de β Geotargeting
premium=true β Premium residential proxies
dynamic=true β JavaScript rendering
Combining Parameters
Multiple parameters can be joined using &:
Routing rules are evaluated from top to bottom. The first rule that matches a URL is selected, and the chosen provider will handle the request.
Last updated
country_code=us&premium=true&render=true