Pinterest Search Scraper avatar

Pinterest Search Scraper

Try for free

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

Go to Store
Pinterest Search Scraper

Pinterest Search Scraper

easyapi/pinterest-search-scraper
Try for free

1 day trial then $19.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! 🌟

Developer
Maintained by Community

Actor Metrics

  • 38 monthly users

  • No reviews yet

  • 2 bookmarks

  • >99% runs succeeded

  • 6.4 hours response time

  • Created in Sep 2024

  • Modified 11 days ago

IN

New error, always zero results

Closed
inkitt opened this issue
13 days ago

Any input, results in a new errors:

12025-03-04T16:53:33.466Z ACTOR: Pulling Docker image of build d79fhZ4XMJMc5ZaJS from repository.
22025-03-04T16:53:34.063Z ACTOR: Creating Docker container.
32025-03-04T16:53:34.114Z ACTOR: Starting Docker container.
42025-03-04T16:53:34.795Z INFO  System info {"apifyVersion":"3.2.5","apifyClientVersion":"2.9.5","crawleeVersion":"3.11.3","osType":"Linux","nodeVersion":"v20.17.0"}
52025-03-04T16:53:34.878Z input: {"filter":"all","limit":200,"query":"coffee photoshoots"}
62025-03-04T16:53:35.900Z error
72025-03-04T16:53:35.922Z ArgumentError: Expected `data` to be of type `object` but received type `undefined`
82025-03-04T16:53:35.923Z     at ow (/usr/src/app/node_modules/ow/dist/index.js:36:24)
92025-03-04T16:53:35.923Z     at Dataset.pushData (/usr/src/app/node_modules/@crawlee/core/storages/dataset.js:201:26)
102025-03-04T16:53:35.924Z     at Actor.pushData (/usr/src/app/node_modules/apify/actor.js:527:24)
112025-03-04T16:53:35.924Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
122025-03-04T16:53:35.925Z     at async file:///usr/src/app/src/main.js:45:3 {
132025-03-04T16:53:35.926Z   validationErrors: Map(1) {
142025-03-04T16:53:35.927Z     'data' => Set(1) {
152025-03-04T16:53:35.927Z       'Expected `data` to be of type `object` but received type `undefined`'
162025-03-04T16:53:35.928Z     }
172025-03-04T16:53:35.929Z   }
182025-03-04T16:53:35.929Z }

Example input:

1{
2  "filter": "all",
3  "limit": 200,
4  "query": "coffee photoshoots"
5}
easyapi avatar

fixed, pls check it out.

IN

inkitt

11 days ago

Thanks for the quick fix, works fine again!