Home / Companies / Bright Data / Blog / August 2026

August 2026 Summaries

22 posts from Bright Data

Filter
Month: Year:
Post Summaries Back to Blog
The guide recommends ten non-interactive, machine-readable command-line tools intended to improve Codex workflows, emphasizing that agent-facing tools should provide structured output, efficient output size, reliable exit codes, and compatibility with Codex’s sandbox and approval policies. It ranks Bright Data CLI first for providing configured access to live web scraping, search, structured data extraction, and browser automation despite Codex’s default network restrictions, while also recommending ripgrep and fd for code and file search, ast-grep for syntax-aware refactoring, jq for filtering JSON and Codex event streams, gh for GitHub and CI tasks, uv and mise for reproducible Python and project toolchains, gitleaks for secret detection, and Firecrawl for developer-focused web research and monitoring. It advises configuring narrowly scoped network access and command approval rules, documenting preferred tools in AGENTS.md, and verifying policies with Codex’s execution-policy checker. The guide distinguishes these utilities from interactive or presentation-oriented tools such as fzf, bat, lazygit, and btop, arguing that agents benefit most from tools driven through standard input, output, and exit codes rather than terminal interfaces.
Aug 31, 2026 4,014 words in the original blog post.
Bright Data responds to security claims about its Hola network by arguing that its architecture is peer-server-peer rather than direct peer-to-peer, with all requests routed through company infrastructure and subject to controls. It says access is limited to whitelisted domains and HTTP/HTTPS traffic, with rate limits intended to prevent misuse, while plain-IP requests and private or local network ranges are blocked before and after DNS resolution, in the SDK, and through platform-level protections. The company disputes suggestions that its software enables lateral movement, citing these layered controls and testing by Spur Intelligence Labs, and notes that malware can spoof Hola or Bright Data User-Agent identifiers without involving its products. Bright Data distinguishes consented proxy networks from malicious botnets through user opt-in, customer identity and use-case vetting, abuse monitoring, reporting channels, and external audits and certifications, while inviting researchers to test its systems through its vulnerability reward program.
Aug 27, 2026 1,154 words in the original blog post.
Paperclip is an open-source platform for organizing AI agents into coordinated, goal-driven companies, providing structures for roles, tasks, budgets, governance, persistent tracking, scheduled activity, and audit logs through local agent CLI harnesses such as Claude Code, Codex CLI, and Gemini CLI. The tutorial argues that web access is essential for agents performing research, competitive analysis, customer discovery, and other business work, and presents Bright Data as an integration that supplies live search, scraping, structured extraction, browser automation, and datasets through infrastructure designed to handle large-scale web access. Bright Data can be connected through its MCP server, which offers more than 70 web tools, and through Agent Skills that instruct agents on appropriate workflows and products; these methods can be configured at the underlying AI harness level or, for supported skills, directly in Paperclip. The setup process involves installing Paperclip, configuring an AI harness and Bright Data credentials or CLI, importing Bright Data skills into Paperclip, assigning a skill such as brightdata-cli to an agent, and testing it with a web research task, where an agent searches, scrapes sources, and recommends relevant AI executive roles.
Aug 25, 2026 2,107 words in the original blog post.
Kimi K3 is presented as an LLM and vision model for web scraping that can extract structured information from page content or screenshots through prompts, reducing reliance on fragile CSS selectors and XPath rules. The approach still faces conventional scraping barriers such as JavaScript rendering, CAPTCHAs, rate limits, fingerprinting, and anti-bot systems, as well as LLM token costs, which the article addresses using Bright Data’s Web Unlocker API to retrieve protected pages as LLM-optimized Markdown or screenshots. Its Python tutorial demonstrates collecting an Amazon product page through the API, securely loading Kimi and Bright Data credentials from environment variables, defining a typed Pydantic product schema, sending Markdown to Kimi through its OpenAI-compatible API, and saving the schema-conforming JSON result to disk. A parallel visual workflow retrieves a page screenshot, encodes it in Base64, and provides it to Kimi K3 with a revised schema, enabling extraction of visible image text while sacrificing access to underlying fields such as image URLs.
Aug 25, 2026 3,978 words in the original blog post.
A Bright Data technical report examines whether timestamped visual search can find physical-action footage in public web videos that conventional metadata keyword search would overlook, with potential relevance for curating data for robotics, vision-language-action, and world models. Using 141 natural-language action descriptions, the company’s Video Search API returned 10,828 candidate moments across 7,549 videos, and an audit found that 90.8% lacked any literal action-name word in their titles, descriptions, or tags, compared with 992 moments that metadata matching could identify under a permissive substring rule. The report estimates that known timestamps could reduce the volume of source footage needing retrieval or review from 5,066.5 hours to about 24.58 hours of ten-second clips, although this estimate depends on clip length and the inclusion of long videos. A vision-model review of frames obtained for 99.3% of matches found that 93.8% showed real footage, while 25.7% visibly showed the requested action underway and 57.4% showed it underway or being set up; usability judgments were acknowledged as less stable. The analysis did not test semantic, multilingual, transcript-based, or platform-native search, did not independently validate the API’s retrieval mechanism, and did not train or evaluate any robotics system, concluding only that public web video contains a substantial layer of physical-action footage that visual, timestamped retrieval can make easier to discover and curate.
Aug 25, 2026 4,768 words in the original blog post.
Amazon Bedrock Knowledge Bases provides managed retrieval-augmented generation by ingesting, chunking, embedding, and indexing documents for cited retrieval, but its native web crawler is primarily suited to static, cooperative websites and may not handle JavaScript-rendered, geo-specific, bot-protected, or large-scale public web content effectively. The described architecture uses Bright Data Web Unlocker to fetch and convert public pages to Markdown, stores cleaned documents and metadata sidecars in Amazon S3, and triggers Bedrock ingestion jobs to index the content using Titan Text Embeddings V2 and vector stores such as S3 Vectors or OpenSearch Serverless. It emphasizes stripping repeated site navigation, hashing raw content to avoid unnecessary re-embedding, preserving source URLs and filterable metadata for citations and scoped queries, and monitoring ingestion statistics because jobs can complete despite document failures. Several setup choices, including embedding model, vector store, chunking strategy, and S3 Vectors metadata configuration, are difficult or impossible to change after creation, so the workflow recommends testing on a small corpus with a golden set of expected retrieval results before scaling. For freshness and broader coverage, the pipeline can run on an EventBridge schedule, reconcile deleted URLs, use Bright Data’s Crawl API for full-site discovery, and route low-confidence or out-of-corpus queries to live web retrieval, balancing the lower latency and repeat-query efficiency of a knowledge base against the currency and breadth of live search.
Aug 20, 2026 8,869 words in the original blog post.
An AI harness is the engineered software layer around an AI model that enables an agent to translate reasoning into reliable actions by supplying instructions, context, tools, execution environments, memory, state management, and verification. Within a broader agent architecture, it sits between infrastructure and sandboxing layers that provide compute and isolation, the runtime that executes the agent loop, and the underlying model that generates decisions. Effective harnesses combine project-specific prompts, external integrations such as APIs and MCP servers, secure workspaces, persistent or retrieved state, and feedback mechanisms including tests and evaluators. Harness engineering can substantially influence an agent’s reliability, efficiency, consistency, and ability to complete complex workflows, while poor context, tool selection, or verification can reduce performance. The article also presents Bright Data’s search, web scraping, discovery, and browser automation APIs as web-access tools that can be incorporated into agent harnesses through MCP, framework integrations, agent skills, OpenAPI specifications, or command-line tools.
Aug 18, 2026 2,192 words in the original blog post.
DeerFlow is an open-source AI agent harness from ByteDance designed for long-running tasks such as research, coding, data pipelines, reporting, and content creation, using sub-agents, sandboxed execution, memory, browser automation, MCP integrations, scheduling, and messaging channels. The walkthrough explains how Bright Data’s Web MCP can extend DeerFlow’s web-search and fetching capabilities with tools for search-engine results, AI-powered source discovery, Markdown scraping, structured extraction, and browser automation, while positioning Bright Data’s proxy infrastructure and anti-bot handling as suitable for production-scale web workflows. It outlines installing and configuring DeerFlow locally with an LLM provider, launching its frontend, installing the Bright Data MCP package, adding the MCP server and API credentials to DeerFlow’s extensions configuration, and verifying the connection through the application interface. A final example uses DeerFlow’s academic-paper-review skill alongside Bright Data discovery and scraping tools to find recent arXiv papers about Model Context Protocol, retrieve their contents, and generate a structured analytical report.
Aug 18, 2026 2,653 words in the original blog post.
The comparison explains that the Internet Archive’s Wayback Machine and Common Crawl are complementary web archives with different purposes: Wayback replays individual URLs across dates, while Common Crawl provides large monthly WARC-based datasets for bulk analysis but no browser replay or guaranteed coverage. A Common Crawl query of CC-MAIN-2026-30 found that several major news domains, including theguardian.com, contained only robots.txt records because CCBot was disallowed, illustrating why index-record counts must be separated from actual content captures and reported with their query match type. Common Crawl does not execute JavaScript, samples domains according to rank-based budgets, has declining per-crawl page totals, and is best suited to broad corpus, text, and link-analysis work rather than reliable tracking of named sites. Wayback is preferable for known URLs and historical evidence, although its general archive lacks bulk export and full-text search, its read APIs require cautious rate limiting, and captures may need additional authentication for legal use. The discussion also covers CDX indexes, digest-based deduplication, range retrieval of individual Common Crawl WARC records, API limits, national archives and self-hosted WARC/WACZ tools, while recommending targeted collection services or self-run crawlers when scheduled coverage of specific sites is required.
Aug 18, 2026 4,410 words in the original blog post.
Gumloop is a no-code, AI-native platform for building automated workflows and agents that can handle tasks such as web research, data processing, document handling, integrations, and scheduled actions. The article explains how its built-in web tools may lack enterprise-level reliability, geographic targeting, multilingual search, search-engine specificity, and resistance to anti-bot protections, and presents Bright Data’s Web MCP as an alternative offering scalable web access, residential IP infrastructure, high uptime, and more than 70 tools in Pro mode. It provides a walkthrough for connecting Bright Data’s MCP server to a Gumloop agent through a public URL and API-key authentication, then adding Notion as an output destination. The example agent queries ChatGPT and Perplexity for recommendations on headless CMS platforms, evaluates whether Contentful is mentioned and with what sentiment, and saves a timestamped report to Notion. Finally, the workflow can be scheduled to run weekly, creating an ongoing AI visibility monitoring process based on data retrieved from LLM platforms.
Aug 18, 2026 2,074 words in the original blog post.
Production AI-agent harnesses manage planning, approvals, context, sandboxes, traces, and subagents, but reliable web retrieval remains a major weak point because bot defenses, challenge pages, compliance gates, and misleading successful responses often prevent agents from obtaining usable content. Tests described found that direct requests retrieved usable material from only one of five heavily defended sites, while Bright Data MCP retrieved four, making it a retrieval layer for TrueForge agents that supports scraping, search, structured extraction, geographic targeting, and parallel subagent research. The analysis emphasizes that successful HTTP or tool responses must be validated by their payloads, since challenge pages, error documents, incorrect profiles, empty content, and policy blocks may return without error flags. It also examines configuration trade-offs around tool allowlists, approval annotations, deferred tool loading, sandbox offloading for large responses, credential storage, and prompt-injection defenses, noting a gap where an unannotated browser form-filling tool bypassed default approval and sandbox safeguards. Parallel subagents can improve broad reading tasks by isolating retrieved content and returning condensed summaries to a root agent, although they increase token use, cost, and coordination overhead and should not be used for write actions. The text advises treating scraped pages as untrusted data, validating citations at the claim level rather than merely checking links, monitoring changing provider limits and policies, and budgeting separately for model tokens and retrieval requests.
Aug 17, 2026 13,858 words in the original blog post.
Production AI agents often fail at web research because direct requests encounter varied anti-bot defenses, challenge pages, compliance restrictions, and misleading successful responses that contain error content rather than requested pages. The text evaluates integrating Bright Data MCP with TrueFoundry Agent Harness as a retrieval layer, reporting usable content from four of five difficult URLs versus one of five with bare requests, while emphasizing that payload validation is necessary because failures may not appear as tool errors. It describes registering the MCP server through TrueFoundry’s gateway, using read-only tool allowlists and approval gates for browser automation, deferring tool-schema loading to reduce context use, and applying sandbox processing and structured extractors to limit large payloads. Parallel subagents improved completion rates for a multi-topic research task by isolating retrieved content and returning short summaries to a root agent, though they increased cost and require explicit instructions to retrieve rather than answer from memory. The discussion also highlights latency variability, batch-level and per-item retrieval failures, country-specific search results, differences between scraping and structured extraction, request-based pricing, and the need to treat all fetched content as untrusted because security wrappers and approval controls reduce but do not eliminate prompt-injection risk.
Aug 17, 2026 10,622 words in the original blog post.
A tutorial demonstrates how to build and evaluate a semantic job-search engine using 200 LinkedIn postings collected through Bright Data, Cohere embeddings and reranking, and LanceDB as a local vector database. It contrasts exact-match keyword search with vector search, which retrieves jobs based on meaning, and shows how structured fields such as salary, seniority, and employment type can be applied as SQL-style filters alongside semantic queries. The pipeline includes asynchronous scraping, salary normalization, incremental upserts, full-text and vector indexing, optional hybrid search with reranking, a Streamlit interface, and LanceDB version snapshots for historical data access. In an evaluation across 10 hand-labeled queries, vector search achieved average precision@3 of 70%, compared with 43% for keyword search and 67% for hybrid search with reranking, suggesting that vector-only retrieval was adequate for this small dataset while hybrid approaches may become more useful at larger scale. The example project reportedly costs about $0.34 to run, identifies implementation caveats involving API behavior, scraped error rows, salaries, and UI rendering, and presents the architecture as reusable for other scraped domains such as e-commerce, real estate, news, and business prospecting.
Aug 12, 2026 5,265 words in the original blog post.
Hermes Agent is an open-source autonomous AI framework with persistent memory, built-in tools, skills, MCP support, scheduled tasks, subagents, and deployment options for local or always-on use. The tutorial explains how integrating Bright Data’s Web MCP and Agent Skills can expand Hermes’s web capabilities with search, scraping, structured extraction, source discovery, and browser automation tools, including protections intended for large-scale or anti-bot-restricted sites. It outlines installing and configuring Hermes, connecting it to an LLM provider and Telegram, testing the Bright Data MCP locally, adding it through the Hermes dashboard with an API token and optional Pro mode, and installing Bright Data skills through Vercel’s skills CLI. A YouTube-assistant example demonstrates using Pro-mode tools to retrieve video metadata and comments, then analyze engagement, audience sentiment, feedback, and possible future content ideas, illustrating how the integration can support research, automation, and web-data-driven agent workflows.
Aug 12, 2026 3,463 words in the original blog post.
Organizations choosing between in-house web scraping and managed data services should evaluate total operating costs rather than initial development effort, as maintenance, incidents, infrastructure, compliance, and diverted engineering time commonly account for 60–70% of a scraper’s lifetime cost. The source argues that managed services are generally preferable for teams needing reliable data quickly, maintaining many or complex sources, or seeking to keep engineers focused on product and analysis, while in-house systems can be appropriate for very large volumes of simple, stable pages, strict data-residency requirements, or collection methods that create a competitive advantage. Using an example of 50 sources and two million monthly pages, it estimates a fully loaded in-house cost of about $49,000 per month, with labor representing roughly 70% of spending. AI coding tools can accelerate initial development and routine parser repairs but do not eliminate ongoing challenges such as anti-bot defenses, proxy management, silent failures, and operational overhead. A hybrid approach is presented as a common alternative, using managed delivery for dynamic or critical targets and internal scripts for simpler sources, while Bright Data promotes its managed services, scraping infrastructure, and prebuilt tools as options across this spectrum.
Aug 10, 2026 1,824 words in the original blog post.
Claude Code operates primarily through Bash, so the guide argues that installing non-interactive, scriptable command-line tools with structured output, reliable exit codes, token-efficient modes, and composability can substantially improve its effectiveness. It recommends ten tools: Bright Data CLI for browser-enabled, geo-targeted, anti-bot-resistant web scraping, search, structured data pipelines, and browser automation; ripgrep and ast-grep for fast repository and syntax-aware code search or refactoring; GitHub CLI and jq for managing GitHub workflows and reducing large JSON responses; just for discoverable project tasks; uv and bun for faster Python and JavaScript dependency management and execution; gitleaks for detecting secrets before commits; and Firecrawl for developer-focused web research and recurring content monitoring. The guide particularly emphasizes that Claude Code’s native web tools have limitations with regional search, JavaScript-heavy sites, bot protection, authentication, caching, and redirects, presenting Bright Data as an infrastructure-oriented solution while positioning Firecrawl as a complementary research tool. It also advises against terminal tools requiring interactive full-screen interfaces or keyboard input, such as lazygit, btop, and tmux, and suggests documenting installed tools in CLAUDE.md or using on-demand skills so the agent knows when and how to use them.
Aug 05, 2026 3,000 words in the original blog post.
AionUi is an open-source desktop workspace for coordinating multiple AI agents, supporting tasks such as coding, research, document creation, automation, file management, remote control, scheduled workflows, and shared MCP integrations. The guide explains that while AionUi includes web-search capabilities, agents require more reliable access to dynamic, protected, and large-scale web sources for current research and automation, which Bright Data’s Web MCP is presented as providing through search, scraping, source discovery, structured extraction, and browser automation tools. It outlines installing and testing the Bright Data MCP server, configuring it in AionUi through a JSON-based STDIO connection with an API token and optional Pro mode, then using it alongside OfficeCLI to research industry data and automatically enrich a Word financial report with benchmarks, market outlooks, citations, and recommendations. The guide also describes importing Bright Data Agent Skills into AionUi, which add product-specific guidance and best practices that complement MCP tools, enabling agents to select and use Bright Data web-access services more effectively.
Aug 05, 2026 3,037 words in the original blog post.
YouTube’s scale, with more than 2.5 billion monthly users and over 500 hours of uploads per minute, makes it a major source of public data on videos, creators, comments, audiences, and trends, but extracting that information is complicated by private APIs, bot detection, and rate limits. The guide compares 10 managed scraper APIs and no-code tools that convert YouTube pages into structured formats such as JSON, CSV, or spreadsheets, assessing data coverage, anti-blocking capabilities, usability, delivery options, reliability, and pricing. Bright Data is presented as the strongest overall option because of its dedicated endpoints, AI scraper builder, broad data coverage, flexible delivery, and free monthly record allowance, while Apify is positioned for its marketplace of specialized automated scrapers, Oxylabs for enterprise-grade reliability, Octoparse for no-code workflows, and Supadata for low-cost transcript extraction for AI applications. Other services, including Scrapingdog, ScrapingBee, Decodo, EnsembleData, and ScrapeCreators, target differing needs such as budget access, developer simplicity, proxy-backed scale, multi-platform social data, or broad endpoint coverage. Costs range from free tiers and roughly $5 monthly transcript tools to higher subscription or per-result API pricing, and the guide advises testing a free plan before scaling while limiting collection to public data and considering platform terms, copyright, and applicable law.
Aug 05, 2026 2,589 words in the original blog post.
Real estate scrapers extract structured listing information such as prices, addresses, property features, photos, and agent details from frequently changing property portals, helping investors, agents, analysts, and data teams avoid manual collection. The guide compares 10 scraper APIs and no-code platforms based on portal coverage, ability to manage CAPTCHAs and rate limits, usability, export options, reliability, scale, and pricing. It identifies Bright Data as the overall option because of its prebuilt scrapers for major portals, AI-assisted custom scraper builder, flexible data delivery, and reported high benchmark success rate, while Apify and Octoparse emphasize ready-made and visual no-code workflows. Other tools serve more specialized needs, including ScrapingBee for simple developer integrations, Thunderbit for quick AI-assisted browser-based exports, Scrapingdog and ScraperAPI for budget or high-volume API use, Oxylabs for enterprise reliability, Lobstr for cloud-based no-code Realtor data collection, and Nimble for AI-driven page parsing. Prices range from free tiers and low-cost monthly plans to usage-based API pricing, and the guide advises users to test tools against their required sites and data volume while respecting website terms and avoiding private or logged-in information.
Aug 05, 2026 2,330 words in the original blog post.
TrueFoundry is an enterprise AI platform designed to build, deploy, govern, and monitor AI applications, enabling organizations to manage AI workloads across various environments such as cloud, on-premises, hybrid, or air-gapped settings. It enhances the Bright Data Web MCP by adding enterprise-grade visibility, monitoring, and operational insights through its MCP Gateway, which acts as a centralized interface for managing and securing MCP servers. TrueFoundry offers a range of features, including a unified gateway for traffic management, end-to-end observability, enterprise security, and infrastructure management with flexible deployment options. By integrating with Bright Data Web MCP, which provides AI agents access to a variety of tools for web data extraction and automation, TrueFoundry adds governance and security to ensure reliable and scalable AI deployments. Together, they provide a comprehensive MCP stack for enterprise AI applications, combining high availability and detailed analytics to optimize agent workflows and ensure compliance.
Aug 04, 2026 2,368 words in the original blog post.
Workato is a cloud-based low-code automation platform that connects applications, synchronizes data, and orchestrates business workflows, significantly reducing the need for extensive custom development. It supports visual workflows called "recipes," pre-built integrations called "connectors," and low-code/no-code automation features, facilitating the integration and automation of AI agents across numerous applications. The integration of high-quality web data, such as that provided by Bright Data APIs, enhances the effectiveness of these automated workflows by supplying real-time, structured data crucial for accurate decision-making and AI-powered automations. This blog post exemplifies how to create a Workato recipe that retrieves Glassdoor reviews using Bright Data's Glassdoor Reviews Scraper API, analyzes the data with OpenAI, and sends a structured HTML report via Gmail, illustrating how Workato and Bright Data can be combined to build powerful automation workflows that leverage fresh, contextual web data for various business applications.
Aug 04, 2026 2,433 words in the original blog post.
Airfleet, a B2B website development and services agency, has developed its own AI visibility monitoring system to track how brands appear in AI-generated content across major language models like ChatGPT, Claude, Gemini, and Perplexity. Initially facing challenges with off-the-shelf tools and browser-based scrapers that were unreliable due to captchas and interface changes, Airfleet turned to Bright Data to achieve the necessary scale and stability. This partnership allowed Airfleet to manage thousands of prompts daily through a consistent API, even as AI platforms evolved. Bright Data not only provided a robust infrastructure for Airfleet's AI visibility efforts but also offered unexpected benefits like access to metadata and a deeper understanding of AI citation sources. This capability has become integral to Airfleet's operations, including a cybersecurity study involving over 371,000 AI responses, revealing insights into how different sources influence AI answers. As AI-generated content becomes more prevalent, Airfleet plans to expand its use of Bright Data to enhance its monitoring and automation capabilities.
Aug 04, 2026 1,506 words in the original blog post.