formatstring · optionalValue supplied for format.
enum: markdown, html
Loading tools…
Bright Data
Extract one public HTTPS page as bounded Markdown or HTML text.
Fetch one public HTTPS URL and return bounded text with status, content type, truncation state and capture time. The first cut supports Markdown or HTML only; it excludes authenticated pages, arbitrary headers, cookies, request bodies, screenshots, browser actions and automatic supplier fallback.
Agents select this operation with tool ID brightdata.web-scrape, then check its current inputs and price before a run.
formatstring · optionalValue supplied for format.
enum: markdown, html
urlstring · requiredValue supplied for url.
format: uri · maxLength: 2048
captured_atstringReturned captured at value.
contentstringReturned content value.
content_typestringReturned content type value.
requested_urlstringReturned requested url value.
resolved_urlnullReturned resolved url value.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
statusnumberReturned status value.
truncatedbooleanReturned truncated value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "brightdata.web-scrape",
"input": {
"url": "https://example.com/",
"format": "markdown"
}
}{
"status": 200,
"content": "# Example Domain\n\nThis domain is for use in illustrative examples.",
"truncated": false,
"captured_at": "2026-08-20T00:00:00.000Z",
"content_type": "text/markdown",
"resolved_url": null,
"requested_url": "https://example.com/"
}invalid_input: url must resolve only to public internet addressesexample: {"url":"https://example.com/","format":"markdown"}configuration_error: The web scraper is not configured on the server.The wallet was not charged.