Scrape pinterest.com
The call that returns pages from pinterest.com today, with the parameters, patterns and failure modes read off the request log since 14 Aug 2026. Last tested 6 Sep 2026.
About pinterest.com
pinterest.com describes itself as “Discover recipes, home ideas, style inspiration and other ideas to try”.
Its home page declares 12 languages: es-ar, de-at, en-au, pt, en-ca, en-ch, es-cl, es-co, cs, de, da, es.
Its robots.txt names 50 sitemaps and disallows 12 paths.
Measured on Crawlbase
Success rate over every request from every account in August 2026: 95.1%. Patterns, countries and failures come from the request log since 14 Aug 2026; 0.5% of successful calls used the JavaScript token and the median answer took 978ms.
Among the 8 social sites in the Cookbook, pinterest.com ranks 8 of 8 by success rate; the category median is 98.9%. Its median answer of 978ms is faster than the category median of 9.2s. 6 of the 8 accept the plain token, this one among them.
The call
The most common shape of URL the accounts fetch, with the country and token that succeed most often. Replace the placeholder path with a real one from the site.
curl "https://api.crawlbase.com/?token=YOUR_TOKEN&url=https%3A%2F%2Fwww.pinterest.com%2Fexample-page"from crawlbase import CrawlingAPI api = CrawlingAPI({'token': 'YOUR_TOKEN'}) r = api.get('https://www.pinterest.com/example-page') html = r['body']
const { CrawlingAPI } = require('crawlbase'); const api = new CrawlingAPI({ token: 'YOUR_TOKEN' }); const r = await api.get('https://www.pinterest.com/example-page');
Parameters that matter
| Parameter | Set it to | Why |
|---|---|---|
country | leave unset | Most successful calls set no country (99.8%) and succeed at 94.8%. |
javascript | leave unset | Plain-token calls succeed at 94.8% and make up 99.6% of the traffic. A browser costs more and, on this site, buys nothing. |
URL patterns accounts fetch
| Pattern | Share of successes | JavaScript token | Country | Query parameters |
|---|---|---|---|---|
/{slug} | 75.3% | 0.0% | none | none |
/pin/{id} | 6.5% | 15.4% | none | none |
/{slug}/{slug}/{id} | 4.3% | 0.0% | none | none |
Fields you get
Structured data Crawlbase found on pinterest.com, by page type. These are the schema.org types in the page, the fields your parser can read straight from the JSON-LD block:
- Home:
WebSite
What breaks, and the fix
Of the failures since 14 Aug 2026, the site answered:
Run it on a schedule
The median answer on this site is 978ms. Push a URL list to the Crawler with a callback for anything larger than a few thousand pages a day; it paces the calls and retries what the site refuses.
Questions
Do I need a browser to scrape pinterest.com?
No. 94.8% of plain-token calls succeed and accounts send 99.6% of their traffic without a browser.
How much does a pinterest.com page cost on Crawlbase?
1 credit without a browser. pinterest.com is in the standard tier.
Which country should I set for pinterest.com?
None is needed: most successful calls leave it unset.
Other pages on pinterest.com
Pages pinterest.com lists in its own sitemaps, fetched by Crawlbase on 6 Sep 2026 and verified in 2 consecutive runs. Each row is the cheapest call that returned the page with its content.
| Page | Example | Token | Country | Median |
|---|---|---|---|---|
Home/Structured data: WebSite | pinterest.com/ | Plain | none | 2.7s |