[PR #2055] [MERGED] docs: Update Bright Data to reflect v0.2.0 changes #2091

Closed
opened 2026-02-17 17:23:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2055
Author: @meirk-brd
Created: 1/1/2026
Status: Merged
Merged: 1/1/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • a89abf0 improve docs and reflect changes on v0.2.0

📊 Changes

3 files changed (+136 additions, -23 deletions)

View changed files

📝 src/oss/python/integrations/providers/brightdata.mdx (+6 -5)
📝 src/oss/python/integrations/tools/brightdata-webscraperapi.mdx (+97 -16)
📝 src/oss/python/integrations/tools/brightdata_serp.mdx (+33 -2)

📄 Description

Overview

Update Bright Data integration documentation to reflect v0.2.0 changes: expanded Web Scraper API with 44 supported datasets (up from 4), added zone configuration support for SERP API, and fixed import typo.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

Changes made:

brightdata.mdx (provider page)

  • Fixed import typo: langchain_bright_datalangchain_brightdata
  • Updated BrightDataWebScraperAPI description to reflect 44 supported datasets
  • Added zone configuration mention for SERP tool

brightdata-webscraperapi.mdx

  • Added frontmatter description field
  • Expanded documentation from 4 to 44 supported datasets organized by category:
    • E-commerce (10): Amazon, Walmart, eBay, Home Depot, Zara, Etsy, Best Buy
    • LinkedIn (5): profiles, companies, jobs, posts, people search
    • Business Intelligence (2): Crunchbase, ZoomInfo
    • Instagram (4): profiles, posts, reels, comments
    • Facebook (4): posts, marketplace, reviews, events
    • TikTok (4): profiles, posts, shop, comments
    • YouTube (3): profiles, videos, comments
    • Google (3): Maps reviews, shopping, Play Store
    • Other (9): Apple App Store, X/Twitter, Reddit, GitHub, Yahoo Finance, Reuters, Zillow, Booking.com
  • Added new parameters: keyword, first_name, last_name, num_of_reviews, num_of_comments, days_limit

brightdata_serp.mdx

  • Added frontmatter description field
  • Added zone parameter documentation
  • Added new "Zone configuration" section with examples for initialization and per-request overrides
  • Fixed spacing in search engine list

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2055 **Author:** [@meirk-brd](https://github.com/meirk-brd) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`a89abf0`](https://github.com/langchain-ai/docs/commit/a89abf009f733a60a3fff1bf8ae6e4b48aa80912) improve docs and reflect changes on v0.2.0 ### 📊 Changes **3 files changed** (+136 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/brightdata.mdx` (+6 -5) 📝 `src/oss/python/integrations/tools/brightdata-webscraperapi.mdx` (+97 -16) 📝 `src/oss/python/integrations/tools/brightdata_serp.mdx` (+33 -2) </details> ### 📄 Description ## Overview Update Bright Data integration documentation to reflect v0.2.0 changes: expanded Web Scraper API with 44 supported datasets (up from 4), added zone configuration support for SERP API, and fixed import typo. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: N/A - Feature PR: https://github.com/luminati-io/langchain-brightdata/releases/tag/v0.2.0 ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes ### Changes made: **brightdata.mdx (provider page)** - Fixed import typo: `langchain_bright_data` → `langchain_brightdata` - Updated BrightDataWebScraperAPI description to reflect 44 supported datasets - Added zone configuration mention for SERP tool **brightdata-webscraperapi.mdx** - Added frontmatter `description` field - Expanded documentation from 4 to 44 supported datasets organized by category: - E-commerce (10): Amazon, Walmart, eBay, Home Depot, Zara, Etsy, Best Buy - LinkedIn (5): profiles, companies, jobs, posts, people search - Business Intelligence (2): Crunchbase, ZoomInfo - Instagram (4): profiles, posts, reels, comments - Facebook (4): posts, marketplace, reviews, events - TikTok (4): profiles, posts, shop, comments - YouTube (3): profiles, videos, comments - Google (3): Maps reviews, shopping, Play Store - Other (9): Apple App Store, X/Twitter, Reddit, GitHub, Yahoo Finance, Reuters, Zillow, Booking.com - Added new parameters: `keyword`, `first_name`, `last_name`, `num_of_reviews`, `num_of_comments`, `days_limit` **brightdata_serp.mdx** - Added frontmatter `description` field - Added `zone` parameter documentation - Added new "Zone configuration" section with examples for initialization and per-request overrides - Fixed spacing in search engine list --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:03 -05:00
yindo closed this issue 2026-02-17 17:23:03 -05:00
yindo changed title from [PR #2055] docs: Update Bright Data to reflect v0.2.0 changes to [PR #2055] [MERGED] docs: Update Bright Data to reflect v0.2.0 changes 2026-06-05 18:16:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2091