
Pinterest Scraper
No credit card required

Pinterest Scraper
No credit card required
Our free Pinterest Scraper allows you to get "pins" along with a user's profile. This unofficial Pinterest API is designed to give you more details than you can see in the web interface. It also enables you to extract public data from Pinterest without limits.
Actor Metrics
162 Monthly users
5.0 / 5 (1)
34 bookmarks
>99% runs succeeded
22 hours response time
Created in Feb 2022
Modified 5 days ago
You can access the Pinterest Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 "pinterest.com/poltronafrau",
4 "bellinthewoods"
5 ],
6 "maxPinsCnt": 50,
7 "proxyConfig": {
8 "useApifyProxy": true
9 }
10}' |
11apify call danielmilevski9/pinterest-crawler --silent --output-dataset
Pinterest Scraper API through CLI
The Apify CLI is the official tool that allows you to use Pinterest Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: