GET fdown.net HTTP 200162 ms13.9 KB$0.00008 captured Aug 7, 2026
fdown.net, as data
One API turns any fdown.net 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 162 ms
- Page size
- 13.9 KB of markdown, 111 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This fdown.net page cost $0.00008 to fetch.
** Fixed issues with some Facebook videos not being detected.**** Download videos from any website is back and 100% Working**** Redesigned the popup window making it more compact and easier to use.**The extension should update itself automatically, if that's not the case then please remove it and install it again from here: **Video Downloader PLUS**### **Frequently Asked Questions****Where are videos saved after being downloaded?**It depends on the OS and Browser you are using, but usually all videos are saved under "Downloads" folder on Windows and Mac. You can also press CTRL+J in your Browser to view your download history.**Why the video is playing instead of downloading?**That's something normal to happen, especially on browsers other than Chrome. To solve this issue, instead of left clicking the Download Video link, **Right Click -> Save as...** and choose the location you'd like to save the video to.**Does FBDOWN work on Mobile devices? **( / )Currently FBDOWN works just fine with Android using Chrome browser. As for iOS, you can check our **How to Download Facebook Videos on iPhone or iPad** guide, to be able to save Facebook videos to your camera roll.**Can I download Live Facebook videos?**Yes, you can download Facebook Live videos but only after they finish streaming.**Video with no audio/only audio**Videos that contain Copyrighted Music are the most affected. We've found a solution to this, just Click "Video with No Audio" on the download page of your video and you'll be able to convert the video with audio.**Does FBDOWN store downloaded videos or keep a copy of videos?**FBDOWN doesn't store videos neither we keep copies of downloaded videos. **All videos are hosted on Facebook's servers.** Also, we don't keep track of download histories of our users, thus making using FBDOWN.net totally Anonymous.**Will there ever be a Firefox addon?** What Spider does on fdown.net
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.
162 ms · $0.00008Page 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://fdown.net/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://fdown.net/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://fdown.net/", {
return_format: "markdown",
});
console.log(page.content); What fdown.net costs
Multiplied from the measured 13.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 fdown.net.
The capture above took 162 ms and cost $0.00008. The same call takes any URL on fdown.net.