The official Python library for interacting with the Parallel API. It provides programmatic access to Parallel's web data extraction and search capabilities. The library maintains an active development pace with frequent updates, typically on a monthly or bi-monthly schedule, reflecting continuous API enhancements.
pip install parallel-webVerified import paths — ran on the pinned version, not inferred.
Initializes the Parallel client and performs a simple search query, printing the JSON response. Your `PARALLEL_API_KEY` must be set as an environment variable.
Upgrade to `v0.3.1` or a newer version (e.g., `pip install --upgrade parallel-web`) or downgrade to `v0.2.2` if necessary.
Always consult the official Parallel API documentation (outside the SDK) when relying on beta features for production use to understand their stability guarantees and potential breaking changes.
Review the changelog or official documentation for `v0.4.0` for specific details on how `findAll` related methods have changed and update your code accordingly.
Ensure you are using `parallel-web` version `0.3.4` or newer if developing with Python 3.14 or later. For older Python versions, this is not an issue.
Set the `PARALLEL_API_KEY` environment variable with your valid Parallel API key, or pass it directly to the `Parallel` client constructor: `client = Parallel(api_key='your_api_key')`.
Install the library using pip: `pip install parallel-web`.
Ensure that your `PARALLEL_API_KEY` is correct and properly configured in your environment or passed to the `Parallel` client initialization.
Review the `v0.4.0` changelog or official documentation to identify the correct method name and update your code accordingly.
No dependency data recorded yet.