Iss Scraper
Spider read iss.it in 1.9 s without a browser and returned 3,556 lines of clean markdown, including sections like "Page 1" and "Page 23".
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 The same call, in code.
The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on iss.it.
import { SpiderBrowser } from "spider-browser";
const spider = new SpiderBrowser({
apiKey: process.env.SPIDER_API_KEY!,
});
await spider.connect();
const page = spider.page!;
await page.goto("https://iss.it");
// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();
console.log(data);
await spider.close(); import { Spider } from "@spider-cloud/spider-client";
const spider = new Spider({ apiKey: process.env.SPIDER_API_KEY! });
const result = await spider.scrapeUrl("https://www.iss.it", {
return_format: "markdown",
});
console.log(result); Ready for volume? Get an API key →
Fields you can pull.
Spider names these from the page. The capture above came back as markdown; the same
call with return_format: "json" returns them as keys.
What iss.it costs to scrape.
The capture above cost $0.001481 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.
- Free balance on signup
- No card required to test
- Balance never expires
Run it keyless, no account
More International scrapers.
Mercado Libre Scraper
Extract product listings, seller ratings, pricing in local currencies, and shipping data from Mercado Libre.
Rakuten Scraper
Extract product listings, store ratings, cashback offers, and pricing data from Rakuten Japan marketplace.
Flipkart Scraper
Extract product listings, seller data, pricing in INR, and delivery estimates from Flipkart India store.
Start scraping iss.it.
You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.