SERVICE & TOOLS

Bright Data
Bright Data — web scraping and proxy network
20 available tools
scrape_ as_ markdown
Scrape a single webpage URL with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.
scraping_ browser_ navigate
Navigate a scraping browser session to a new URL
scrape_ as_ html
Scrape a single webpage URL with advanced options for content extraction and get back the results in HTML. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.
scrape_ batch
Scrape multiple webpages URLs with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.
scraping_ browser_ click_ ref
Click on an element using its ref from the ARIA snapshot. Use scraping_browser_snapshot first to get the correct ref values. This is more reliable than CSS selectors.
scraping_ browser_ fill_ form
Fill multiple form fields in one operation. Use scraping_browser_snapshot first to get the correct ref values. This is more efficient than filling fields one by one.
scraping_ browser_ get_ html
Get the HTML content of the current page. Avoid using this tool and if used, use full_page option unless it is important to see things like script tags since this can be large
scraping_ browser_ get_ text
Get the text content of the current page
scraping_ browser_ go_ back
Go back to the previous page
scraping_ browser_ go_ forward
Go forward to the next page
scraping_ browser_ network_ requests
Get all network requests made since loading the current page. Shows HTTP method, URL, status code and status text for each request. Useful for debugging API calls, tracking data fetching, and understa…
scraping_ browser_ screenshot
Take a screenshot of the current page
scraping_ browser_ scroll
Scroll to the bottom of the current page
scraping_ browser_ scroll_ to_ ref
Scroll to a specific element using its ref from the ARIA snapshot. Use scraping_browser_snapshot first to get the correct ref values. This is more reliable than CSS selectors.
scraping_ browser_ snapshot
Capture an ARIA snapshot of the current page showing all interactive elements with their refs. This provides accurate element references that can be used with ref-based tools. Use this before interact…
scraping_ browser_ type_ ref
Type text into an element using its ref from the ARIA snapshot. Use scraping_browser_snapshot first to get the correct ref values. This is more reliable than CSS selectors.
scraping_ browser_ wait_ for_ ref
Wait for an element to be visible using its ref from the ARIA snapshot. Use scraping_browser_snapshot first to get the correct ref values. This is more reliable than CSS selectors.
search_ engine
Scrape search results from Google, Bing or Yandex. Returns SERP results in JSON or Markdown (URL, title, description), Ideal for gathering current information, news, and detailed search results.
search_ engine_ batch
Run multiple search queries simultaneously. Returns JSON for Google, Markdown for Bing/Yandex.
session_ stats
Tell the user about the tool usage during this session