Network status

Careers

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.

Optimizing Open Source Tools for Better Web Scraping

Join our free webinar!

Tune in to our webinar ‘Optimizing Open Source Tools for Better Web Scraping’. Tadas Gedgaudas, Sr. Python Developer at Oxylabs, will demonstrate how you can get the most out of open source tools and build a more efficient scraping infrastructure.

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

Free IPs

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
April 09, 2025
Web Scraper API

Usage limit email notifications for Web Scraper API and Web Unblocker

You can now set up email alerts to be notified when your Web Scraper API or Web Unblocker usage reaches 80% and/or 100% of your monthly subscription limit.

Enable notifications now
April 03, 2025
Web Scraper API

Google AI Overviews response schema update

Google AI Overview response structure now supports multiple AI Overview blocks in a single response. Previously limited to a single object, the schema now returns an array of AI Overview objects, ensuring you capture all AI-generated content from Google's search results.

See documentation
April 03, 2025
Web Scraper API

Google related searches schema improvement

We've improved Google Web Search related searches schema with more precise position tracking for multiple related search blocks. You can now get detailed, position-specific related search results directly in their parsed data.

See documentation

Get the latest news from data gathering world

I'm interested