Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/oss/python/integrations/providers/brightdata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ uv add langchain-brightdata

You'll need to set up your Bright Data API key:

Sign up at [Bright Data](https://brightdata.com/?utm_source=tech-partner&utm_medium=link&utm_campaign=langchain&hs_signup=1) and retrieve your API key from your account settings. Replace `"your-api-key"` with your actual API key in the examples below:

```python
import os
os.environ["BRIGHT_DATA_API_KEY"] = "your-api-key"
Expand Down