Skip to content

Commit

Permalink
Merge pull request #20 from oxylabs/update-readme-links-to-docs
Browse files Browse the repository at this point in the history
Update readme links to docs
  • Loading branch information
oxy-gm authored Jul 26, 2024
2 parents e01d757 + 967788c commit 7626199
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Oxylabs Python SDK

This is a Python SDK for the [Oxylabs](https://oxylabs.io)
[Scraper APIs](https://developers.oxylabs.io/scraper-apis/getting-started).
[Scraper APIs](https://developers.oxylabs.io/scraper-apis/serp-scraper-api#getting-started).

This will help simplify integrating with Oxylabs's APIs, which can help you with
retrieving search engine results (SERP), eCommerce data, real estate data, and
Expand Down Expand Up @@ -77,7 +77,7 @@ different packages:
- Push-Pull (Async) - `AsyncClient(username, password)`
- Proxy Endpoint - `ProxyClient(username, password)`

Learn more about integration methods [on the official documentation](https://developers.oxylabs.io/scraper-apis/getting-started/integration-methods)
Learn more about integration methods [on the official documentation](https://developers.oxylabs.io/scraper-apis/serp-scraper-api/integration-methods)
and how this SDK uses them [here](#integration-methods-1).

### Sources
Expand Down Expand Up @@ -152,7 +152,7 @@ result = c.serp.google.scrape_search(
### Context Options for Google sources

You can send in context options relevant to `google`, `amazon` and `universal`
sources. Here are the [supported context values for google search](https://developers.oxylabs.io/scraper-apis/serp-scraper-api/google/search).
sources. Here are the [supported context values for google search](https://developers.oxylabs.io/scraper-apis/serp-scraper-api/google/search#request-parameter-values).
Similarly you can find supported context values for other sources in the
documentation.
Here's an example for Google Search scraping:
Expand Down Expand Up @@ -283,10 +283,10 @@ service via a RESTful interface, you **can use our endpoint like a proxy**. Use
Proxy Endpoint if you've used proxies before and would just like to get
unblocked content from us.

Since the parameters in this method are sent as as headers there are only a few
Since the parameters in this method are sent as headers there are only a few
parameters which this integration method accepts. You can find those parameters
at
https://developers.oxylabs.io/scraper-apis/getting-started/integration-methods/proxy-endpoint#accepted-parameters.
https://developers.oxylabs.io/scraper-apis/serp-scraper-api/integration-methods/proxy-endpoint#accepted-parameters.

The Proxy endpoint integration is very open ended allowing many different use
cases:
Expand Down

0 comments on commit 7626199

Please sign in to comment.