Web and site audits

Web page scrape

from $0.005970 per resultweb.scrape

Fetches one or more web pages and returns each page title plus its cleaned text content, with navigation, headers, footers and cookie banners stripped out.

Works on any public URL and is tied to no particular site.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $1.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use when you have URLs and need what is actually on those pages, and no site-specific tool fits: an article, a docs page, a pricing or about page, or a link another tool handed you. Not a search engine, so give it URLs rather than a query, and reach for web.search or news.search when you need to find the pages first. One result, and one billable item, per URL, including URLs that fail to load.

Inputs

Web page scrape takes 1 field, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
urlsarray of stringyesPages to fetch. Full URLs (https://example.com/pricing) or bare hostnames (example.com), which are resolved to https for you. Each URL is fetched exactly as given and no links are followed, so this reads pages rather than crawling sites. One result, and one billable item, per URL, INCLUDING a URL that cannot be loaded: that one comes back with success false, pageTitle null and text "Scrape Failed", and is charged the same as a successful one.

How to call it

Connect once and your agent can reach Web page scrape the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "web.scrape",
  "input": {
    "urls": [
      "<urls>"
    ]
  }
}

Run Web page scrape from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started