Skip to main content
AI Studio  add-on for Spider.
inpi.fr · HTTP 200

Inpi Scraper

Spider read inpi.fr in 2.9 s without a browser and returned 11,983 lines of clean markdown, including sections like "Page 1" and "Page 79".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response inpi.fr/inpi-block/download-document.md markdown · 11,983 lines
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.
Code · Fields · Cost · Run it keyless, no account

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 inpi.fr.

inpi-fr-scraper.ts
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://inpi.fr");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleContentDateSourceCategory

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 inpi.fr costs to scrape.

The capture above cost $0.001877 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
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://www.inpi.fr/inpi-block/download-document?id=19997", "return_format": "markdown"}'

More International scrapers.

Start scraping inpi.fr.

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.