GET iss.it HTTP 2001.9 s92.6 KB$0.001481 captured Aug 7, 2026
iss.it, as data
One API turns any iss.it 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 1.9 s
- Page size
- 92.6 KB of markdown, 3,556 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This iss.it page cost $0.001481 to fetch.
Under Surface treatment applied , indicate whether surface treatment was applied, and the type of treatment as relevant.Where surface treatment was applied, provide information on the treatment. Click on thebutto n to create a surface treatment block and indicate a name for the surface treatment.report the identity of the surface treatment agents layer by layer. Click on the AddIndicate the nature of the External layerby selecting one of the options av ailable in the picklist. Provide the % (w/w) T otal fraction of core particlethat is representative of this nanoform. This value refers to the weight fraction of the core particle relative to the total weight of the surface treated particle. Any supportinginformation, such as illustrations of the particle structure can be attached.Note that several surface treatment blocks can be created within the same composition. This refers to the situation where several nanoforms with similar surface treatment exist,but where the dossier submitter has determined that this does not impact the chemical identity or the hazard profile of this composition.When the nanoforms of the substance vary significantly in shape, specific surface area or surface treatment applied, then separate composition records are created to reflect these differences.# Page 23In this section y ou can insert identifiers forIn particular, this section should be used to report the following identifiers when available: REACH registration number, REACH pre registration number, REACH inquiry number, notifi cation number (NCD), CLP notification number.To enter your data, you must first create a new record by right clicking on the section name and selecting a new fixed record .to add a new identifier to the Regulatory programme identifiersDepending on the type of submission, s elect the appropriate identifier from the Regulatory programmeEnter the relevant number in the ID What Spider does on iss.it
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.
1.9 s · $0.001481Page 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://www.iss.it/documents/20126/0/manual_how_cl_notif_en.pdf/d139b5e6-4575-2e65-e560-b4e40e199bb8?t=1608653129035", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.iss.it/documents/20126/0/manual_how_cl_notif_en.pdf/d139b5e6-4575-2e65-e560-b4e40e199bb8?t=1608653129035", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.iss.it/documents/20126/0/manual_how_cl_notif_en.pdf/d139b5e6-4575-2e65-e560-b4e40e199bb8?t=1608653129035", {
return_format: "markdown",
});
console.log(page.content); What iss.it costs
Multiplied from the measured 92.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 iss.it.
The capture above took 1.9 s and cost $0.001481. The same call takes any URL on iss.it.