GET captioncall.com HTTP 200144 ms29.6 KB$0.001013 captured Aug 7, 2026
captioncall.com, as data
One API turns any captioncall.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 144 ms
- Page size
- 29.6 KB of markdown, 386 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This captioncall.com page cost $0.001013 to fetch.
1. Go to the History tab of the CaptionCall Mobile app2. Tap on the call with the desired transcript4. Choose how you want to export the transcript##### **How do I mute or unmute myself during a call?When you make a call, there will be a microphone icon in the call menu. Tap the microphone icon to mute or unmute yourself.When you are MUTED the microphone icon will be highlighted.When you are UNMUTED, the microphone icon will be grey like this*Tip: If the other party can’t hear you, check your microphone permissions to ensure CaptionCall Mobile is allowed to use your microphone.*##### ** How do I turn on speakerphone mode while on a call?When you make a call, there will be a speaker icon in the call menu. Tap the speaker icon to switch to speakerphone mode.When the speakerphone is ON, the speaker icon will be highlighted.*Tip: Your phone volume settings control the speakerphone volume. Use your device’s volume controls to adjust the volume if it is too loud or too soft.*##### **How do I start a three-way call in the CaptionCall app?CaptionCall Mobile gives you the ability to make a second captioned call while you’re already in one and then merge them into a 3-way call. Here’s how to start a three-way call:1. While in a call, tap on the Settings icon in the call menu2. Tap on the Phone+ icon [This will place the current call on hold]3. Enter the number of the person you wish to call, then tap the green Call icon to begin calling them4. Once you are in a call with the 3rd person, tap on the Settings icon in the call menu5. Tap on the Conference icon to merge callsEnhanced 911 (E911) is a system that automatically provides your location to 911 dispatchers in case of an emergency.Sorenson requires CaptionCall Mobile users to have register information that complies with US 911 regulations. Please be sure your correct address is in your CaptionCall Mobile app: What Spider does on captioncall.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.
144 ms · $0.001013Page 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://captioncall.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://captioncall.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://captioncall.com/", {
return_format: "markdown",
});
console.log(page.content); What captioncall.com costs
Multiplied from the measured 29.6 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 captioncall.com.
The capture above took 144 ms and cost $0.001013. The same call takes any URL on captioncall.com.