Pinterest Search Scraper avatar

Pinterest Search Scraper

Try for free

1 day trial then $9.99/month - No credit card required now

View all Actors
Pinterest Search Scraper

Pinterest Search Scraper

easyapi/pinterest-search-scraper
Try for free

1 day trial then $9.99/month - No credit card required now

The Pinterest Search Scraper is an essential tool for discovering visual content on Pinterest. With customizable search options and detailed data retrieval, it enhances your ability to find and utilize creative inspiration effectively! 🌟

📌 Pinterest Search Scraper

Unlock the visual inspiration on Pinterest with our Pinterest Search Scraper! This Apify actor allows you to search for pins based on your query, providing access to a wealth of creative content.

🌟 Key Features

  • Customizable Search Parameters:
    • query: Specify the search term to find relevant pins.
    • filter: Choose between "all" or "videos" to refine your search results.
    • limit: Set the maximum number of results to return.

🛠️ Data Fields Returned

Our scraper retrieves a variety of fields for each pin, including:

  • id: Unique identifier for the pin.
  • title: Title of the pin.
  • pinner:
    • id: Unique identifier for the user who created the pin.
    • username: Username of the pinner.
    • fullName: Full name of the pinner.
    • avatarURL: URL to the pinner's avatar.
    • followers: Number of followers the pinner has.
  • date:
    • formatted: Formatted date of the pin creation.
    • initial: Raw date string of when the pin was created.
  • type: Type of content (e.g., "pin").
  • imageURL: URL to the HD image associated with the pin.

🚀 Why Choose Our Scraper?

  • Efficient Content Discovery: Quickly find creative pins that match your interests or projects.
  • User-Friendly Integration: Designed for easy incorporation into your applications or services.
  • Comprehensive Results: Access detailed information about each pin and its creator.

Input

A full explanation of an input example in JSON.

1{
2  "query": "wallpaper",
3}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "id": "159314905561864531",
4        "title": "530 Mobile wallpapers ideas in 2024 | mobile wallpaper, phone wallpaper, iphone wallpaper",
5        "pinner": {
6            "id": "159315042976717963",
7            "username": "celee722",
8            "fullName": "🥀 𝙷𝚊𝚗𝚊𝚑𝚊𝚔𝚒 🥀",
9            "avatarURL": "https://i.pinimg.com/75x75_RS/81/ba/de/81badebd16fae4dab326118aaf65a96e.jpg",
10            "followers": 2
11        },
12        "date": {
13            "formatted": "2024-08-19",
14            "initial": "Mon, 19 Aug 2024 04:13:09 +0000"
15        },
16        "type": "pin",
17        "imageURL": "https://i.pinimg.com/originals/1b/16/f2/1b16f2064966cabcbf58e62ecb157dbf.jpg"
18    },
19    ...
20]
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 6 days ago