{"library":"oxylabs","title":"oxylabs","description":"Official Python library for Oxylabs Scraper APIs (Web Scraper API, Real-Time Crawls, etc.). Current version 3.0.0, released Apr 2025. Active development with monthly releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install oxylabs"],"cli":null},"imports":["from oxylabs import WebScraper","from oxylabs import RealTimeCrawl"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from oxylabs import WebScraper\n\nscraper = WebScraper(\n    username=os.environ.get('OXYLABS_USERNAME', ''),\n    password=os.environ.get('OXYLABS_PASSWORD', '')\n)\nresponse = scraper.get('https://example.com')\nprint(response.text)","lang":"python","description":"Instantiate WebScraper with credentials from environment variables, then call .get() on a URL.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}