GET inpi.fr HTTP 2002.9 s397.7 KB$0.001877 captured Aug 7, 2026
inpi.fr, as data
One API turns any inpi.fr 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 2.9 s
- Page size
- 397.7 KB of markdown, 11,983 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This inpi.fr page cost $0.001877 to fetch.
The cl aims must define all of the features ensuring the patentability of the process to be implemented by the program when it is run; program lists should not be included, but may be appended at the end of the description.In such cases, the following wording sh all be accepted:computer program comprising programming segments/means/instructions for the implementation of the method steps set out in claim (X) when said program is executed on a computer;computer program product comprising programming segments/m eans/instructions recorded on a medium suitable for use on a computer, comprising:computer readable programming means for performing step A,computer readable programming means for performing step B,computer readable programming means for performing stepwhen said program is running on a computer.Presentation of information(a) Any presentation of information characterised solely by the information it contains is not patentable.This applies to claims relating to:# Page 79the presentation of the information itself,tables of correspondence between specific foot measurements and the appropriate sh oe size references,tables of pre calculated values that can be used for hang gliding,a medium characterised solely by the information recorded thereon/contained therein, for example:books characterised by their content,discs characterised by the piece of music recorded thereon,traffic signs characterised by the symbol thereon,magnetic tapes characterised by the recording thereon,packaging for medication, characterised by the information printed on one of its sides.and devices for the presentation of information,for example: gauges or recorders characterised solely by the information gauged or recorded thereon.(b) The manner in which information is presented, provided it can be distinguished from the content of t he information, may present patentable technical features. What Spider does on inpi.fr
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.
2.9 s · $0.001877Page 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.inpi.fr/inpi-block/download-document?id=19997", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.inpi.fr/inpi-block/download-document?id=19997", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.inpi.fr/inpi-block/download-document?id=19997", {
return_format: "markdown",
});
console.log(page.content); What inpi.fr costs
Multiplied from the measured 397.7 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 inpi.fr.
The capture above took 2.9 s and cost $0.001877. The same call takes any URL on inpi.fr.