Skip to main content

GET cre.ma HTTP 2003.7 s11.5 KB$0.000118 captured Aug 7, 2026

cre.ma, as data

One API turns any cre.ma 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.

target profile from the capture
Render mode
Plain HTTP, no browser needed
Response
HTTP 200 in 3.7 s
Page size
11.5 KB of markdown, 366 lines
Fields
Title, Content, Date, Source
Captured
Aug 7, 2026

Free balance on signup, no card. This cre.ma page cost $0.000118 to fetch.

response 200 · 3.7 s · 11.5 KB
# Order APICurl::PostField.content('code', '20150304161200978'),Curl::PostField.content('created_at', Time.zone.new(2015, 3, 4, 16, 12, 0)),Curl::PostField.content('total_price', 30_000),Curl::PostField.content('user_code', 'thecrema'),Curl::PostField.content('user_phone', '01095660855')# 쇼핑몰 DB 주문 테이블에 컬럼을 하나 추가하시어 해당 주문에 이 값을 저장해주세요.order_id = JSON.parse(c.body_str)['id']# 주문상품 추가c = Curl::Easy.new("https://api.cre.ma/v1/orders/#{order_id}/sub_orders")Curl::PostField.content('product_id', 942_041),Curl::PostField.content('price', 18_000),Curl::PostField.content('delivery_started_at', Time.zone.new(2015, 3, 4, 20, 12, 0)),Curl::PostField.content('status', 'delivery_started'),Curl::PostField.content('invoice', '012345678'),Curl::PostField.content('delivery_service', 'epost')# 쇼핑몰 DB 주문상품 테이블에 컬럼을 하나 추가하시어 해당 주문상품에 이 값을 저장해주세요.sub_order1_id = JSON.parse(c.body_str)['id']Curl::PostField.content('product_id', 942_040),Curl::PostField.content('price', 12_000),Curl::PostField.content('delivered_at', Time.zone.new(2015, 3, 5, 12, 12, 0)),Curl::PostField.content('status', 'delivery_finished'),Curl::PostField.content('invoice', '0123456789'),Curl::PostField.content('delivery_service', 'epost'),Curl::PostField.content('product_options[]', 'size:160'),Curl::PostField.content('product_options[]', 'color:white')# 주문 총 주문 금액 변경Curl.put("https://api.cre.ma/v1/orders/#{order_id}?access_token=#{access_token}&total_price=32000")# 주문 삭제Curl.delete("https://api.cre.ma/v1/orders/#{order_id}?access_token=#{access_token}")# 주문상품 송장번호 변경Curl.put("https://api.cre.ma/v1/orders/#{order_id}/sub_orders/#{sub_order1_id}?access_token=#{access_token}&invoice=1932830212")
POST /scrape · dev.cre.ma/crema-api/order.md · markdown · Showing 32 of 366 lines · captured Aug 7, 2026

What Spider does on cre.ma

Same key, five endpoints. The numbers under a cell were measured on this page.

/scrape

Page to markdown

Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.

3.7 s · $0.000118
/fetch

Page to JSON

Spider reads the page and names the fields. Pass your own schema when you need exact keys.

/crawl

Whole site

Follows cre.ma's own links, respects robots, streams pages as they land.

/links

Link graph

Every internal and external URL on a page, before you decide what to fetch.

/screenshot

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.

request scrape.sh
curl -X POST https://api.spider.cloud/scrape \
  -H "Authorization: Bearer $SPIDER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://dev.cre.ma/crema-api/order?atarget=content", "return_format": "markdown"}'
plain request · no browser, no selectors

What cre.ma costs

Multiplied from the measured 11.5 KB page. Estimates round to the cent.

cost measured
This page, once 11.5 KB over HTTP, measured $0.000118
This page, daily for a month 30 fetches at the measured price ≈ $0.003536
1,000 pages this size 11.3 MB at the measured price ≈ $0.12
10,000 pages this size 112.6 MB at the measured price ≈ $1.18

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 cre.ma.

The capture above took 3.7 s and cost $0.000118. The same call takes any URL on cre.ma.

Get an API key

More in International

All International scrapers