Products
Web Infrastructure
Web Access API
Real-time web access via residential IPs in 195+ countries.
Web Render API
Full JavaScript rendering with antibot bypass at scale.
Web Search API
Structured SERP data, geo-targeted from real locations.
ISP Proxies
Static residential IPs for sticky, session-bound workflows.
Developer Tools
MCP Server
Use Massive directly from Claude, Cursor, and any MCP client.
Playgrounds
Try the API live in your browser, no setup required.
Resources
Explore
Blog
Tutorials, guides, and product news.
Case Studies
How leading teams put Massive to work.
Partners
Vetted technology and agency integrations.
Guides
Step-by-step integration playbooks.
Glossary
Key terms in proxies, scraping, and data.
Marketplace
Find vetted scraping and data providers.
Startups
1TB free for 3 months. No equity required.
Docs
↗
API reference, SDKs, and quickstarts.
Monetization
For Partners
Partner Programs
Monetize your apps ethically with the Massive SDK.
Launch Checklist
Ship a Massive-powered app in a few steps.
FAQ & Support
Answers for partners, users, and operators.
Privacy Policy
What the SDK collects (and what it doesn't).
Pricing
By Product
Residential Proxies
From $4.9/GB
Residential Enterprise
From $3.2/GB
ISP Proxies
From $1.8/IP
Web Render API
From $8/mo
Dashboard
Log In
Sign Up
EN
English
Español
Português (BR)
Français
Русский
中文
Products
Resources
Monetization
Pricing
English
Log In
Sign Up
←
Playgrounds
AI Compare Responses
Get API key →
See what AI says about you,
anywhere in the world.
/ai endpoint · ChatGPT · pick a country and language
🇺🇸
United States
en
English
Run
⌘↵
POST /ai
api.ts
// One request to /ai for 🇺🇸 United States in English.
const
country
=
"us"
const
language
=
"en"
const
prompt
=
"
best CRM for a small startup
"
await
fetch
(
`https://unblocker.joinmassive.com/ai
?prompt=
${
encodeURIComponent
(
prompt
)
}
&country=
${
country
}
&language=
${
language
}
&format=json`
,
{
headers
:
{
Authorization
:
"Bearer sk-ma-•••••••••••••••"
}
}
)
.
then
(
r
=>
r
.
json
()
)
Response · 🇺🇸 United States · EN
idle
// press Run to ask ChatGPT