GET replicate.com HTTP 200108 ms33.6 KB$0.000556 captured Aug 7, 2026
replicate.com, as data
One API turns any replicate.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 108 ms
- Page size
- 33.6 KB of markdown, 575 lines
- Fields
- Model name, Author, Runs count, Description and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This replicate.com page cost $0.000556 to fetch.
Seedance 2.5 is coming soon ## Run AI with an API. # Run and fine-tune models. Deploy custom models. All with one line of code. Get started for free ``` `import Replicate from ` ``` "replicate" ``` `;` ``` ``` `const replicate = new Replicate({` ``` ``` ` auth: process.env.REPLICATE_API_TOKEN` ``` ``` `})` ``` ``` `const model = ` ``` ``` `` ``` ``` `const input = {` ``` ``` ` prompt: ` ``` ``` `` ``` ``` `};` ``` ``` `const [output] = await replicate.run(model, { input });` ``` ``` `console.log(output);` ``` A poolside patio at sunset with vintage lounge chairs. black-forest-labs/flux-2-pro A soft armchair shaped like a peeled banana. google/nano-banana-pro A woman relaxing in a french bookstore. bytedance/seedream-4 A futuristic robot looking into the distance. black-forest-labs/flux-pro An abstract painting of a sunrise. black-forest-labs/flux-pro With Replicate you can Generate imagesGenerate speechGenerate musicRestore imagesGenerate videos from imagesCaption ImagesLarge Language Models (LLMs) google / nano-banana-pro Google's state of the art image generation and editing model 🍌🍌 33.6M runs Official google / nano-banana-2 Google's fast image generation model with conversational editing, multi-image fusion, and character consistency 16.2M runs Official openai / gpt-image-2 OpenAI's state-of-the-art image generation model. Create and edit images from text with strong instruction following, sharp text rendering, and detailed editing. 19M runs Official bytedance / seedream-4.5 Seedream 4.5: Upgraded Bytedance image model with stronger spatial understanding and world knowledge 35.3M runs Official black-forest-labs / flux-2-flex Max-quality image generation and editing with support for ten reference images 455K runs Official openai / gpt-image-1.5 OpenAI's latest image generation model with better instruction following and adherence to prompts 14.9M runs Official bytedance / seedream-5-lite Seedream 5.0 lite: image generation with built-in reasoning, example-based editing, and deep domain knowledge 3.2M runs Official google / imagen-4-ultra Use this ultra version of Imagen 4 when quality matters more than speed and cost 1.8M runs OfficialYou can get started with any model with just one line of code. But as you do more complex things, you can fine-tune models or deploy your own custom code.### Run modelsOur community has already published thousands of models that are ready to use in production. You can run these with one line of code.` "prompt": "An astronaut riding a rainbow unicorn, cinematic, dramatic",`### Fine-tune models with your own dataYou can improve models with your own data to create new models that are better suited to specific tasks.Image models like SDXL can generate images of a particular person, object, or style.`training = replicate.trainings.create(`` destination="mattrothenberg/drone-art"`` version="ostris/flux-dev-lora-trainer:e440909d3512c31646ee2e0c7d6f6f4923224863a6a10c494606e79fb5844497",`https://example.com/images.zip What Spider does on replicate.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.
108 ms · $0.000556Page 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://replicate.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://replicate.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://replicate.com/", {
return_format: "markdown",
});
console.log(page.content); What replicate.com costs
Multiplied from the measured 33.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 replicate.com.
The capture above took 108 ms and cost $0.000556. The same call takes any URL on replicate.com.