surfaceextractionscrape
Extractionscalar · returns table

SCRAPE

Fetch a URL and return its content as clean markdown (via Firecrawl)

Per-row — runs once for each row.

extractionexternal-apiurl

Arguments

nametypedescription
urlVARCHARURL to scrape

About

Fetch a web URL and return its page content as clean markdown — plus title and source URL — as a one-row table. The scraper uses Firecrawl under the hood, which handles JavaScript rendering, anti-bot defenses, and main-content extraction automatically. Useful for making web pages queryable right from SQL: read an article and feed it to a semantic operator, pull product pages into a catalog, pull a small set of URLs into a workflow without writing a scraper. Cost: one Firecrawl credit per URL. For scraping many pages in one pipeline, consider WEB_MAP (discover URLs on a domain) or WEB_SCRAPE (batch scraping) instead of calling this one URL at a time.

Nearby rabbit holes

same domain
Climb back to The Looking Glass