Pinterest Explorer πŸ“Œ avatar
Pinterest Explorer πŸ“Œ
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Pinterest Explorer πŸ“Œ

Pinterest Explorer πŸ“Œ

jupri/pinterest-explorer
Try for free

7 days trial then $30.00/month - No credit card required now

Scrape Pinterest.com

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "query": [
8    "square pants",
9    "videos:yellow cat",
10    "products:web scraper",
11    "@microsoft/pins",
12    "@amazon/products",
13    "@nike/products",
14    "https://www.pinterest.com/pinterestindonesia"
15  ],
16  "limit": 5,
17  "dev_custom_cookies": [
18    {
19      "key": "_pinterest_sess",
20      "value": ""
21    }
22  ]
23}
24EOF
25
26# Run the Actor using an HTTP API
27# See the full API reference at https://docs.apify.com/api/v2
28curl "https://api.apify.com/v2/acts/jupri~pinterest-explorer/runs?token=$API_TOKEN" \
29  -X POST \
30  -d @input.json \
31  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 13 monthly users
  • 1 star
  • 98.3% runs succeeded
  • Created in Jun 2023
  • Modified about 1 month ago