Web fetch
web_fetchFetch any URL with JavaScript rendering, captcha solving, and geo-targeting. Returns Markdown for easy LLM consumption.
Instructions
Fetch any URL through Massive. Returns Markdown by default (best for LLM consumption); also supports rendered HTML and raw HTML. Handles JS rendering, captcha solving, and 195+ country geo-targeting.
Cost: 1 credit base. Multipliers stack:
difficulty=medium → 2×
difficulty=high → premium (higher multiplier; use only if low fails)
Geo-targeting (country/city) does not currently change cost.
Use expiration=0 for always-live data (prices, scores). Default expiration=1 (day) reuses cached results. Live pricing: https://joinmassive.com/pricing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch (must be a valid http(s) URL) | |
| format | No | Output format. 'markdown' is best for LLM consumption. | markdown |
| country | No | ISO 3166-1 alpha-2 country code (e.g. 'US', 'DE') | |
| city | No | City name for geo-targeting | |
| subdivision | No | ISO 3166-2 subdivision code (e.g. 'TN' for Tennessee). Case-insensitive. Ignored if `city` is set. | |
| device | No | Device emulation name (e.g. 'iphone-15') | |
| expiration | No | Days the cached result is reused (0 = always live; default 1). | |
| difficulty | No | Anti-bot evasion strength. Multipliers: low=1×, medium=2×, high=premium (further multiplier). Use higher only if low fails. | low |