llama-index readers oxylabs integration
Project description
LlamaIndex Oxylabs Reader Integration
Use Oxylabs Reader to load the data from search engines, e-commerce sites, travel platforms, and any other website. For more information checkout out the Oxylabs documentation.
Instructions for OxylabsReader
Setup and Installation
Installation with pip
pip install llama-index-readers-oxylabs
Installation with poetry
poetry add llama-index-readers-oxylabs
Installation with uv
uv add llama-index-readers-oxylabs
Get Oxylabs credentials
Set up your Oxylabs account and get the username and password.
Using OxylabsReader
from llama_index.readers.oxylabs import OxylabsGoogleSearchReader
reader = OxylabsGoogleSearchReader(
username="OXYLABS_USERNAME",
password="OXYLABS_PASSWORD",
)
docs = reader.load_data(
{"query": "Iphone 16", "parse": True, "geo_location": "Berlin, Germany"}
)
print(docs[0].text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_oxylabs-0.1.2.tar.gz.
File metadata
- Download URL: llama_index_readers_oxylabs-0.1.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb57518afd223bb82a17028341ed7d4fd9b439bc0d65373b397aaf72fa1ff597
|
|
| MD5 |
6019ce1ea2fb37df87d19d19ef51893c
|
|
| BLAKE2b-256 |
946a3f8e64ca843e8a7126a85b2e4b2971f44c514223b4c8dee9eebce8ea2bad
|
File details
Details for the file llama_index_readers_oxylabs-0.1.2-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_oxylabs-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b293b4bc8f953650eeaa1b6a59e6df20f5edb188cd5a71333c346a3ec9f1bc
|
|
| MD5 |
9292591ffc7580274e62e5b1c40ddae7
|
|
| BLAKE2b-256 |
18c8489fc4aa79152abe741a62dc9ed86177169cc25660d96971e0f446cff04c
|