Prerequisites
- Python 3.8+ installed on your system
- Nimble account with API credentials
Follow these steps to integrate Nimble
Get your API credentials
- Log in to your Nimble Dashboard
- Navigate to Account Settings to find your API credentials
- You’ll need your username and password for the configuration
Using Nimble in your spiders
Once configured, you can use Nimble features in your spider requests via themeta parameter:
Available request options
| Meta Parameter | Type | Description |
|---|---|---|
nimble_render | boolean | Enable JavaScript rendering |
nimble_country | string | Two-letter country code for geo-targeting (e.g., “US”, “DE”, “GB”) |
nimble_locale | string | Locale setting for the request |

