Fetch website · Intelligence · Accepts companies
Fetches each incoming company's website content as markdown, so a later step — usually AI research — can read it.
When to use it
Use it whenever you want AI to reason about what a company actually says about itself: qualify fit from the homepage, pull out their tech or product, or summarize their positioning.
What it does
For each company, it returns the page content as clean markdown, from Ocean's stored crawl when available or a live fetch when not. It produces these fields for later steps: content, page count, and crawled at.
Configure it
Little to set — add it after a company sourcing step, then reference @Page content in a downstream AI research prompt.
Cost
0.1 credits per record (from Ocean's stored crawl)
1.0 credits per record (live crawl)
Note that feeding the fetched page into an AI research step raises that step's cost 5× because of the large referenced content. See Credits in workflows.
Gotchas
Works on companies only.
Its value is in what reads it — pair it with an AI research step that @-mentions
@Page content.
