GET iconscout.com HTTP 200115 ms40.7 KB$0.001587 captured Aug 8, 2026
iconscout.com, as data
One API turns any iconscout.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 115 ms
- Page size
- 40.7 KB of markdown, 836 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 8, 2026
Free balance on signup, no card. This iconscout.com page cost $0.001587 to fetch.
Animated Icons 160,000+ interactive animated icons to enhance UX.Animated Stickers 3,000+ loopable motion stickers in GIF, SVG, or JSON.Lottie Creator](https://lottiefiles.com/lottie-creator?utm_source=iconscout&utm_medium=header-lottie-menu)dotLottie Player](https://iconscout.com/tools/dotlottie-player)Lottie Player](https://iconscout.com/tools/lottie-player)Lottie Preview](https://iconscout.com/tools/lottie-preview)SVG to Lottie](https://iconscout.com/converter/svg-to-lottie)Lottie Converter](https://iconscout.com/converter/lottie-to-mp4)Vector Illustrations Download 783K+ royalty-free editable vector SVGs.Business Illustrations 90,000+ pro illustrations for pitch decks & finance.Illustration Kit Mix & match styles to build custom vector illustrations.SVG Editor Recolor, crop, and modify vector paths online instantly.Icons 11.5M+ scalable vector icons (SVG & PNG) in all styles.SVG Editor NEW Recolor, resize, and modify SVG icons in your browser.Stickers 155,000+ stickers for WhatsApp, Slack & Telegram.Unicons Icon Font Library 7,000+ open source icons for React, Vue, and CSS.AI Illustration Generator Create unique vector illustrations from text prompts.AI 3D Generator Create stunning 3D illustrations from text prompts.AI Icon Generator Design consistent app icons & UI symbols in any style.AI Image Generator](https://iconscout.com/ai/image-generator)NEW](https://iconscout.com/ai/reimagine)AI Background Remover](https://iconscout.com/ai/background-remover)AI Vectorizer](https://iconscout.com/ai/vectorizer)Figma](https://iconscout.com/plugins/for-figma)Unicons for figma](https://www.figma.com/community/plugin/1334018023334266887)Canva](https://iconscout.com/plugins/iconscout-for-canva)Adobe XD](https://iconscout.com/plugins/for-adobe-xd)Google slides](https://iconscout.com/plugins/for-google-slides) What Spider does on iconscout.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
115 ms · $0.001587Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://iconscout.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://iconscout.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://iconscout.com/", {
return_format: "markdown",
});
console.log(page.content); What iconscout.com costs
Multiplied from the measured 40.7 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of iconscout.com.
The capture above took 115 ms and cost $0.001587. The same call takes any URL on iconscout.com.