Skip to content

Tags: brightdata/sdk-python

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from karaposu/dev

fix: remove broken target dataset import (module does not exist)

v2.2.1

Toggle v2.2.1's commit message
fix publish yml location

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from brightdata/dev

Add scraper fixes

v2.1.1

Toggle v2.1.1's commit message
adding black formating

v2.1.0

Toggle v2.1.0's commit message
update version

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from vzucher/master

BrightData Python SDK V2 2.0 🐍

v1.1.3

Toggle v1.1.3's commit message
v1.1.3: Enhanced extract function and fixed parse_content auto-detection

- Added url and output_scheme parameters to extract function
- Implemented OpenAI Structured Outputs support with schema validation
- Fixed parse_content to auto-detect multiple results
- Added user-agent headers to all dataset API requests
- Updated examples with proper schema formatting

v1.1.2

Toggle v1.1.2's commit message
feat: add AI-powered extract function and improve LinkedIn sync

- Add extract() function with OpenAI integration for AI-powered content extraction
- Fix LinkedIn sync mode to use correct API endpoint and request structure
- Set sync=True as default for LinkedIn scraping methods
- Improve unit tests coverage
- Add extract_example.py demonstrating AI extraction capabilities

Bump version to 1.1.2

v1.1.1

Toggle v1.1.1's commit message
v1.1.1: Update documentation with comprehensive feature coverage

- Add crawl(), parse_content(), and connect_browser() examples to README
- Document all client parameters including browser automation and logging
- Update environment variables for browser credentials
- Fix browser connection example import and URL issues

v1.1.0

Toggle v1.1.0's commit message