GET addons.mozilla.org HTTP 200180 ms9.8 KB$0.000406 captured Aug 7, 2026
addons.mozilla.org, as data
One API turns any addons.mozilla.org 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 180 ms
- Page size
- 9.8 KB of markdown, 193 lines
- Fields
- Add-on name, Rating, Users, Weekly downloads and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This addons.mozilla.org page cost $0.000406 to fetch.
## FoxyTab### 148,461 users## SponsorBlock - Skip Sponsorships on YouTubeEasily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos. Other browsers: https://sponsor.ajay.app### Ajay (SponsorBlock)### 734,904 users## Return YouTube DislikeReturns ability to see dislike statistics on youtube### Dmitry Selivanov### 902,893 users## Bugcrowd (2021)### Hexadorsip### 766 users## Ash### Firefox## seaglass### tobythetober### 4,570 users## Dark ReaderDark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.### Dark Reader Ltd### 1,267,181 users## Dark ModeDark theme and night shift mode for every website. Care your eyes, use Dark Mode for night and daily web browsing.### Dark Mode### 47,017 users## SideberyVertical tabs tree and bookmarks in sidebar with advanced containers configuration, grouping and many other features.### mbnuqw### 51,388 users## BTRoblox - Making Roblox BetterBTRoblox, or Better Roblox, is an extension that aims to enhance Roblox's website by modifying the look and adding to the core website functionality by adding a plethora of new features. What Spider does on addons.mozilla.org
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.
180 ms · $0.000406Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows addons.mozilla.org's own links, respects robots, streams pages as they land.
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://addons.mozilla.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://addons.mozilla.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://addons.mozilla.org/", {
return_format: "markdown",
});
console.log(page.content); What addons.mozilla.org costs
Multiplied from the measured 9.8 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 addons.mozilla.org.
The capture above took 180 ms and cost $0.000406. The same call takes any URL on addons.mozilla.org.