Basic Information

appmixer.brightdata.core.ScrapeUrl

Scrape URL

1.0.0

Public

Fetch any public web page through the Bright Data Web Unlocker, bypassing bot protection, and return the page as HTML or Markdown.

Input Ports

in

FieldTypeDescription
Zone (Proxy / API name) text Name of the Unlocker API you created in the Bright Data control panel under Proxies & Scraping Infrastructure. The dashboard now calls these Proxies/APIs, but the API parameter is still zone — the value is whatever you named that Unlocker API. Use the List Zones component to see what exists on your account.
URL text The full URL of the page to fetch, for example https://example.com/product/1.
Output Format select HTML returns the raw page source. Markdown asks Bright Data to convert the page to Markdown, which is easier to feed to an LLM.
Country text Two letter ISO country code of the exit IP, for example us. Leave empty to let Bright Data choose.
HTTP Method select The HTTP method used against the target website.
Request Body textarea Raw payload sent to the target website. Only used when the HTTP method is POST.

Output Ports

out

FieldTypeDescription
URL string -
Zone string -
Status Code integer -
Page Content string -

Full Metadata