GET glance-cdn.com HTTP 2002.5 s4.9 KB$0.000061 captured Aug 7, 2026
glance-cdn.com, as data
One API turns any glance-cdn.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 2.5 s
- Page size
- 4.9 KB of markdown, 116 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This glance-cdn.com page cost $0.000061 to fetch.
We’d love hear what you have to say about your experience so far with Glance so that we could serve you better.Which of these categories would you want to see more improvement in? Select all that apply.What is the most important improvement you would like to see in "Games" on Glance? Please select only one option that best applies.Improved game graphics/visual qualityAbility to play with friends onlineFewer lags and technical issuesWhat is the most important improvement you would like to see in "Shopping" on Glance? Please select only one option that best applies.More variety/category of productsLook & feel of the shopping pageAbility to search for the products I wantEasier check out/payment optionsWhat is the most important improvement you would like to see in "News/Current Affairs" on Glance? Please select only one option that best applies.Allow me to select the categories of news Im interested inPresent news in a more detailed wayAdd more categories/variety of news topicsProvide news faster to me - as it happensWhat improvements would you like to see in "Short Videos"?Visual quality of video needs to be betterLess buffering/lags and technical glitchesWant videos from my favorite influencers/content creators that I follow on other platformsI want to select what type of content I want to see in short videosWhat is the most important improvement you would like to see in "Sports Updates" on Glance? Please select only one option that best applies.Need updates about more sports other than just cricket & footballI want to select the sport for which I want to receive updatesI want more detailed updates other than just scoresNeed different type of updates like stats/records/ facts etcWhat improvements would you like to see in "Entertainment / Celebrity Related Content"?Need updates about more sports othet than just cricket & footballI Want videos from my favorite influencers/content creators that I follow on other platforms What Spider does on glance-cdn.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.
2.5 s · $0.000061Page 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://glance-web.glance-cdn.com/nps-survey/ind/lp/prod/june-2026/index.html?MACRO_USER_ID=%24USER_ID&MACRO_API_KEY=%24API_KEY&MACRO_GLANCE_ID=%24GLANCE_ID&MACRO_IMPRESSION_ID=%24IMP_ID&MACRO_IMPRESSION_TS=%24IMP_TS&MACRO_DEVICE_MANUFACTURER=%24DEVICE_MANUFACTURER&MACRO_DEVICE_MODEL=%24DEVICE_MODEL&MACRO_COUNTRY=IN&MACRO_OS_VE=%24OS_VE&MACRO_OS_SDK_VERSION=%24OS_SDK_VERSION&MACRO_UTM_MEDIUM_ENCODED=%24UTM_MEDIUM&NETWORK_TYPE_MACRO=%24NET_TYPE&NETWORK_TYPE_OFFLINE=%24IS_OFFLINE&env=glance&source=deeplinkl1&gpid=%24GPID&sdkv=%24BUILD_VERSION&gl_imp_id=%24IMP_ID&openAdInNewWindow=true&ACTIVITY_SESSION_ID=%24ACTIVITY_SESSION_ID&summary=false&byte=true&ad_consent=true&ism=false&personalisation=false&sr=Glance&pagesource=more_stories_you_might_enjoy", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://glance-web.glance-cdn.com/nps-survey/ind/lp/prod/june-2026/index.html?MACRO_USER_ID=%24USER_ID&MACRO_API_KEY=%24API_KEY&MACRO_GLANCE_ID=%24GLANCE_ID&MACRO_IMPRESSION_ID=%24IMP_ID&MACRO_IMPRESSION_TS=%24IMP_TS&MACRO_DEVICE_MANUFACTURER=%24DEVICE_MANUFACTURER&MACRO_DEVICE_MODEL=%24DEVICE_MODEL&MACRO_COUNTRY=IN&MACRO_OS_VE=%24OS_VE&MACRO_OS_SDK_VERSION=%24OS_SDK_VERSION&MACRO_UTM_MEDIUM_ENCODED=%24UTM_MEDIUM&NETWORK_TYPE_MACRO=%24NET_TYPE&NETWORK_TYPE_OFFLINE=%24IS_OFFLINE&env=glance&source=deeplinkl1&gpid=%24GPID&sdkv=%24BUILD_VERSION&gl_imp_id=%24IMP_ID&openAdInNewWindow=true&ACTIVITY_SESSION_ID=%24ACTIVITY_SESSION_ID&summary=false&byte=true&ad_consent=true&ism=false&personalisation=false&sr=Glance&pagesource=more_stories_you_might_enjoy", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://glance-web.glance-cdn.com/nps-survey/ind/lp/prod/june-2026/index.html?MACRO_USER_ID=%24USER_ID&MACRO_API_KEY=%24API_KEY&MACRO_GLANCE_ID=%24GLANCE_ID&MACRO_IMPRESSION_ID=%24IMP_ID&MACRO_IMPRESSION_TS=%24IMP_TS&MACRO_DEVICE_MANUFACTURER=%24DEVICE_MANUFACTURER&MACRO_DEVICE_MODEL=%24DEVICE_MODEL&MACRO_COUNTRY=IN&MACRO_OS_VE=%24OS_VE&MACRO_OS_SDK_VERSION=%24OS_SDK_VERSION&MACRO_UTM_MEDIUM_ENCODED=%24UTM_MEDIUM&NETWORK_TYPE_MACRO=%24NET_TYPE&NETWORK_TYPE_OFFLINE=%24IS_OFFLINE&env=glance&source=deeplinkl1&gpid=%24GPID&sdkv=%24BUILD_VERSION&gl_imp_id=%24IMP_ID&openAdInNewWindow=true&ACTIVITY_SESSION_ID=%24ACTIVITY_SESSION_ID&summary=false&byte=true&ad_consent=true&ism=false&personalisation=false&sr=Glance&pagesource=more_stories_you_might_enjoy", {
return_format: "markdown",
});
console.log(page.content); What glance-cdn.com costs
Multiplied from the measured 4.9 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 glance-cdn.com.
The capture above took 2.5 s and cost $0.000061. The same call takes any URL on glance-cdn.com.