Bring web scraping to Claude ChatGPT Cursor Windsurf VS Code Codex
Built-in browsing gets you an answer. Import.io gets you structured web data.
Dynamic pages need a browser
Location changes the answer
Raw pages waste model context
Proxy-aware scraping
Country targeting
CAPTCHA support
How it works: Three steps to structured web data.
Connect your MCP client
Authenticate securely
Authorization: Bearer mcp_live_...Ask for the data you need
Scrape the top stories from news.ycombinator.com$ claude plugin marketplace add import-io/mcp-plugin
$ claude plugin install importio-web-scraper
> Import.io Web Scraper installed
// Claude now has web scraping tools
importio_render
*
importio_extract_data
*
importio_get_html
*
//
// Name Import.io Web Scraper
// URL https://mcp.import.io/mcp
// Auth OAuth
//
// Enable the connector in a chat, then just ask:
"Scrape the top stories from news.ycombinator.com"
> importio_render
30 results extracted
{
"mcpServers": {
"importio": {
"url": "https://mcp.import.io/mcp"
}
}
}
// Cursor's agent can now scrape the web
importio_render
*
importio_action_screen_capture
*
> https://mcp.import.io/mcp
// Authenticate with OAuth (most clients handle this for
// you), or create a key at https://mcp.import.io/app/keys
Authorization: Bearer mcp_live_...
// Full client walkthroughs
> https://mcp.import.io/docs
How it fits together: One endpoint between your AI and a hosted scraping engine
ChatGPT
Claude
Cursor
Import.io Web Scraper MCP
Structured data
Rendered HTML
Screenshots
What can you do with it? Ask in plain language. Get structured data back.
{
"title": "Example story title",
"points": 342, "link": "https://example.com/story"
},
{
"title": "Another story",
"points": 271,
"link":"https://example.com/another"
}
]
How to get access. Production web scraping without infrastructure to manage.
MCP client Connect
Agent Marketplace
Start free... Then pay only for successful calls.
What counts as a billable call
What does Import.io do?
Import.io turns any website into structured, decision-ready data. It provides pricing intelligence for retail and brand teams (competitor price monitoring, MAP compliance, availability and assortment), managed and self-service web data extraction, and Aperture, its pricing intelligence platform. Teams use it to track markets in real time and feed clean data into their own dashboards, APIs or warehouses.
What is pricing intelligence?
Pricing intelligence is the practice of tracking competitor prices, promotions, availability and assortment across retailers and marketplaces, then turning that data into decisions. It goes beyond simple price tracking by structuring and normalising the data so teams can compare like-for-like, spot MAP violations, and respond to market changes quickly.
How is this different from the browsing my AI tool already has?
Built-in browsing reads a page or two and struggles the moment a site defends itself. The MCP puts a real scraping engine underneath, so your agent can get past blocks, ask for a specific country, and pull clean structured data across many pages instead of just one.
What can the tools actually do?
Import.io takes an AI-first approach to every project. Instead of starting with manual scoping or guesswork, you can engage directly with our platform using natural language to define your requirements. The AI helps refine the scope, shape the schema, and even build your first proof-of-concept automatically. This way, you see value faster, and the POC already reflects the exact business outcomes you care about.
How do I connect it?
Add the hosted endpoint at https://mcp.import.io/mcp as a connector in your client. Most clients start the sign-in flow automatically. If your client uses bearer tokens instead, create an API key and send it in the authorization header. It takes about two minutes. For step-by-step setup, see the quickstart guide.
What does it cost?
You get 10,000 free successful calls when you sign up, with no payment method needed to begin. After that it is a flat $0.0002 per successful tool call, billed monthly. You only pay for calls that return data, and you set a monthly spend limit you control. See the full pricing details.
What counts as a billable call?
Only successful tool calls. Setup requests, malformed requests, blocked requests, and calls that fail upstream are never billed. You pay for results, not attempts. See the pricing page for the full breakdown.

