Network status

Careers

Welcome to Oxylabs Developers Hub

Here you’ll find all the technical information you need for a smooth start with the Oxylabs proxy solutions and Scraper APIs. Join our developers’ community, explore tutorial blog posts and integration guides, and make the most of your coding journey.

Tutorials

Join community

Product setup

Oxylabs tutorials for every programming language

Open source tools

Oxy® Parser

Transform HTML to structured data with ease using Pydantic models.

  • Supporting all LLMs

  • Automated xpaths writing

  • Pydantic models for data validation

Oxy® Mouse

Generate realistic mouse movement paths using advanced algorithms.

  • Natural human-like mouse behavior

  • Seamless integration with Selenium & Playwright

Web Scraper API Scheduler

Manage and schedule web scraping tasks using API payload system.

  • Easy setup for large-scale scraping

  • Integration with Web Scraper API

  • Basic programming knowledge required

Discord community

Dive into the tech haven of our Discord server where innovation meets collaboration. Join the conversation on cutting-edge web scraping topics, exchange ideas with fellow developers, and explore exclusive community events.

Webinar countdown begins!

Don't miss our upcoming webinar on November 20 with Pierluigi Vinciguerra, CTO and Co-Founder of Data Boutique! Explore why web scraping is necessary for AI companies, key challenges, and solutions. You can also expect a demo on crafting a custom GPT!

Tech advocates for Oxylabs

Useful resources

GitHub

Explore our products' technical side, including integrations, scraping tutorials, and more.

YouTube

Watch video tutorials to master the art of public data extraction.

Blog

Read in-depth articles about proxies, scrapers and exclusive industry insights.

Scraping Experts

Access exclusive learning hub with free video lessons from top-notch experts.

LinkedIn

Follow the latest Oxylabs company and product updates along with industry-related news.

Reddit

Find the most recent information about Oxylabs products and recent developments.

Software development kits

You can integrate with Oxylabs Scraper APIs using Python or Go SDKs. Simplify request handling and ensure efficient, reliable web scraping with easy setup.

Getting started with Oxylabs products

Explore Oxylabs' most powerful scraping solutions and their features

Extract public data at scale with significantly fewer IP blocks. Leverage one of the most reliable proxy services, covering 195 countries.

All-in-one web data collection platform

Oxylabs’ proxies and scrapers have handy features, making the data-gathering process more efficient.

Residential Proxies

Human-like scraping without IP blocking. Learn more

ISP proxies

Bypass toughest targets using trusted ASN provider IPs and unlimited-duration sessions.

Mobile Proxies

IP addresses from real mobile devices. Learn more

Datacenter Proxies

Fast proxies for cost-efficient scraping. Learn more

Web Unblocker

AI-powered solution for block-free scraping. Learn more

Dedicated Datacenter Proxies

Top-performing proxies on the market. Learn more

Web Scraper API

Effortless data collection from any website. Learn more

Oxy® Proxy Extension

Free Chrome proxy manager extension. Learn more

Oxy® Proxy Manager

Free Android proxy manager app. Learn more

Watch video
Download

OxyCopilot

Easily generate scrapers and parsers without manual coding. Learn more

Watch video
Documentation

Headless Browser

Renders JavaScript and executes custom browser instructions.Learn more.

Watch video
Documentation

Scheduler

Schedules recurring scraping and parsing jobs. Learn more

Watch video
Documentation

Web Crawler

Discovers all pages on a website and collects relevant data. Learn more

Watch video
Documentation

Top languages supported

Easily integrate our solutions into your projects

From multiple language support to ready-to-use code samples, a quick start with your scraping projects is a promise.

See integrations

Copy

Choose product:

Residential Proxies
import requests

username = "customer-USER"
password = "PASS"
proxy = "pr.oxylabs.io:7777"

proxies = {
  'http': f'http://{username}:{password}@{proxy}',
  'https': f'http://{username}:{password}@{proxy}'
}

response = requests.request(
    'GET',
    'https://ip.oxylabs.io/location',
    proxies=proxies,
)

print(response.text)

Explore Scraper APIs Playground

Try this exclusive dashboard feature for a firsthand encounter with our Scraper APIs. Input your target URL, customize parameters, and watch results unfold.

Integrations

You can easily integrate Oxylabs proxies with the most popular third-party software. Learn how to set up your proxies by exploring these integration guides.

Follow our newest releases

Stay up-to-date with the latest product releases, and don’t miss out on the new useful features and updates.

See all releases
November 06, 2024
Web Scraper API

Enhanced Google SERP tab filtering

The context:udm parameter can now be added to scraping requests, allowing you to specify and switch between Google SERP tabs, such as Images, Places, or Videos. This parameter tailors the type of results retrieved to match your specified tab, refining the search to suit your requirements.

Learn more
November 04, 2024
Web Scraper API

New positional scoring for AI Overviews in SERP results

We’ve refined positional scoring for the AI Overviews feature to ensure consistency with other SERP features. The pos_overall value now accurately represents the position of the AI Overviews result among all available Google SERP results.

Learn more
October 17, 2024
Web Scraper API

New Walmart parsers available

We’ve developed improved parsers for Walmart product and search pages, offering better-structured data and more points. To use them, set the parser_type to walmart_product_new or walmart_search_new.

Starting November 18th, these parsers will be the default for requests with parse: true, and the old versions will no longer be supported.

Learn more

Get the latest news from data gathering world

I'm interested