Answers from today’s page
ChatGPT fetches the current page instead of paraphrasing a cached one, so prices and availability are live.
What does the Nintendo Switch 2 cost at Walmart and Target right now?
Create a connector that points at the Import.io Web Scraper MCP endpoint and ChatGPT gets tools to open real pages, pick a country and return structured results.
Name Import.io Web Scraper
URL https://mcp.import.io/mcp
Auth OAuthAny public page, rendered, through managed proxies
Rendering, proxy routing, captcha handling, extraction
https://mcp.import.io/mcp
A ChatGPT connector for live prices, listings and page data.
ChatGPT fetches the current page instead of paraphrasing a cached one, so prices and availability are live.
What does the Nintendo Switch 2 cost at Walmart and Target right now?
Name a market and the request goes out through a proxy in that country.
Show me the German Amazon price for this ASIN.
Name the columns and get rows back, ready for a spreadsheet.
Pull hotel name, nightly rate and rating from this search page.
https://mcp.import.io/mcp. Authentication: OAuth.No. Import.io hosts the server. ChatGPT connects over HTTPS and authenticates with OAuth.
Signup includes 10,000 successful calls. After that it is $0.0002 per successful call. Setup requests, tool listings, malformed requests, blocked requests and failed upstream calls are never billed, and you can set a monthly spend limit that stops paid usage when reached.
Use OAuth in interactive clients that support it: the client opens a sign-in, stores the credentials and reuses them. Use an API key for scripts, servers and clients without OAuth, sent as Authorization: Bearer mcp_live_…. Keep keys out of prompts and shared config files.
importio_web_fetch, importio_render, importio_extract_data and importio_get_html, page helpers such as importio_page_text, importio_page_links and importio_search_cards, and browser actions for clicks, form input, scrolling, pagination, waits, screenshots and captcha handling. Requests can pick a proxy country and type, with bounded retries when a page blocks.
Live, structured web data as tools in Claude on the web and Claude Desktop.
Setup 2 minMCPCursor’s agent reads live pages while it writes your scraper, tests and data code.
Setup 2 minMCPOne plugin install: Claude Code scrapes, tests and builds against live pages.
Setup 1 minMCPAdd Import.io as a remote MCP tool in the Responses API.
Setup 5 min