Prerequisites
The following examples require theoxylabs-sdk library:
Example
cookbook/tools/oxylabs_tools.py
Amazon Product Search
Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
username | str | None | Oxylabs dashboard username. If not provided, it defaults to OXYLABS_USERNAME env var. |
password | str | None | Oxylabs dashboard password. If not provided, it defaults to OXYLABS_PASSWORD env var. |
Toolkit Functions
| Function | Description |
|---|---|
search_google | Performs a Google SERP search. Accepts all the standard Oxylabs params (e.g. query, geo_location). |
get_amazon_product | Retrieves the details of Amazon product(s). Accepts ASIN code or full product URL. |
search_amazon_products | Searches for Amazon product(s) using a search term. |
scrape_website | Scrapes a webpage URL. |
Developer Resources
- View Tools
- View Cookbook
- View Oxylabs MCP Cookbook