You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": " Scrape a webpage and return content in Markdown format using Bright Data.\n\n Examples:\n scrape_as_markdown(\"https://example.com\") -> \"# Example Page\n\nContent...\"\n scrape_as_markdown(\"https://news.ycombinator.com\") -> \"# Hacker News\n...\"\n",
"description": "Extract structured data from various websites like LinkedIn, Amazon, Instagram, etc.\nNEVER MADE UP LINKS - IF LINKS ARE NEEDED, EXECUTE search_engine FIRST.\nSupported source types:\n- amazon_product, amazon_product_reviews\n- linkedin_person_profile, linkedin_company_profile\n- zoominfo_company_profile\n- instagram_profiles, instagram_posts, instagram_reels, instagram_comments\n- facebook_posts, facebook_marketplace_listings, facebook_company_reviews\n- x_posts\n- zillow_properties_listing\n- booking_hotel_listings\n- youtube_videos\n\nExamples:\n web_data_feed(\"amazon_product\", \"https://amazon.com/dp/B08N5WRWNW\")\n -> \"{\"title\": \"Product Name\", ...}\"\n web_data_feed(\"linkedin_person_profile\", \"https://linkedin.com/in/johndoe\")\n -> \"{\"name\": \"John Doe\", ...}\"\n web_data_feed(\n\"facebook_company_reviews\", \"https://facebook.com/company\", num_of_reviews=50\n ) -> \"[{\"review\": \"...\", ...}]\"",
286
286
"parameters": [
287
287
{
@@ -411,6 +411,6 @@
411
411
"documentationChunks": [],
412
412
"customImports": [],
413
413
"subPages": [],
414
-
"generatedAt": "2026-02-26T20:45:10.376Z",
414
+
"generatedAt": "2026-02-28T11:11:27.185Z",
415
415
"summary": "Bright Data provides a developer toolkit for large-scale web search, crawling, and scraping, enabling reliable extraction of pages and structured data without getting blocked. It supports search queries, content-to-Markdown conversion, and configurable data feeds across many site types.\n\nDesigned for integration into data pipelines and analytics workflows with parameterized feeds and output formats.\n\n**Capabilities**\n- Scale-resistant crawling and scraping with anti-blocking behavior for sustained collection.\n- Flexible search engine queries with advanced parameters across major engines.\n- Transform pages into clean Markdown and emit structured JSON feeds for profiles, products, reviews, listings, and media.\n- Configurable extraction parameters for batching, pagination, and media handling.\n\n**Secrets**\n- API key (BRIGHTDATA_API_KEY) and zone token (BRIGHTDATA_ZONE). Example values: BRIGHTDATA_API_KEY=sk_..., BRIGHTDATA_ZONE=zone123."
0 commit comments