Extract Pinterest user profiles data including follower count, pin count, boards, and other public information. Perfect for social media analysis, influencer research, and marketing insights.
Powerful scraper that extracts detailed information from Pinterest user profiles. Get comprehensive data about Pinterest users including their statistics, boards, and profile details.
The actor outputs detailed JSON data for each Pinterest profile, including:
The actor accepts the following parameters:
usernames
: Array of Pinterest usernames to scrapeproxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "usernames": [ 3 "candyw8119" 4 ] 5}
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 "username": "candyw8119", 4 "node_id": "VXNlcjo2OTU1MjQ4NzM2MTA1NTMyOTE=", 5 "about": "", 6 "pin_count": 39668, 7 "image_xlarge_url": "https://i.pinimg.com/280x280_RS/46/ef/9f/46ef9f7db778b345adea2419bb09162b.jpg", 8 "seo_canonical_domain": "www.pinterest.com", 9 "last_pin_save_time": "Mon, 24 Feb 2025 07:46:54 +0000", 10 "board_count": 116, 11 "id": "695524873610553291", 12 "eligible_profile_tabs": [ 13 { 14 "id": "17588919163664", 15 "type": "profiletab", 16 "tab_type": 1, 17 "name": "Created", 18 "is_default": false 19 }, 20 { 21 "id": "17588919163679", 22 "type": "profiletab", 23 "tab_type": 0, 24 "name": "Saved", 25 "is_default": true 26 } 27 ], 28 "image_medium_url": "https://i.pinimg.com/75x75_RS/46/ef/9f/46ef9f7db778b345adea2419bb09162b.jpg", 29 "profile_cover": { 30 "source_id": null, 31 "source": "image", 32 "video": null, 33 "type": "profilecoversource", 34 "images": { 35 "originals": { 36 "url": "https://i.pinimg.com/originals/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg", 37 "width": 1080, 38 "height": 605 39 }, 40 "1200x": { 41 "url": "https://i.pinimg.com/1200x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg", 42 "width": 1080, 43 "height": 605 44 }, 45 "750x": { 46 "url": "https://i.pinimg.com/736x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg", 47 "width": 736, 48 "height": 412 49 }, 50 "736x": { 51 "url": "https://i.pinimg.com/736x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg", 52 "width": 736, 53 "height": 412 54 }, 55 "474x": { 56 "url": "https://i.pinimg.com/474x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg", 57 "width": 474, 58 "height": 265 59 } 60 } 61 }, 62 "verified_identity": {}, 63 "full_name": "๐นCandy๐น", 64 "is_verified_merchant": false, 65 "is_private_profile": false, 66 "is_ads_only_profile": false, 67 "website_url": null, 68 "domain_url": null, 69 "first_name": "๐นCandy๐น", 70 "instagram_data": null, 71 "interest_following_count": null, 72 "is_partner": true, 73 "domain_verified": false, 74 "partner": { 75 "node_id": "UGFydG5lcjo2OTU1MjQ4NzM2MTA1NTMyOTE=", 76 "enable_profile_address": false, 77 "profile_place": null 78 }, 79 "type": "user", 80 "impressum_url": null, 81 "following_count": 23385, 82 "is_primary_website_verified": false, 83 "seo_noindex_reason": null, 84 "ads_only_profile_site": null, 85 "created_at": "Thu, 31 May 2018 04:28:16 +0000", 86 "follower_count": 24056, 87 "seo_title": "๐นCandy๐น (CandyW8119) - Profile | Pinterest", 88 "indexed": true, 89 "seo_description": "See what ๐นCandy๐น (CandyW8119) has discovered on Pinterest, the world's biggest collection of ideas.", 90 "is_inspirational_merchant": false 91 } 92]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!