Expedia Vrbo & Hotels.com reviews scraper avatar
Expedia Vrbo & Hotels.com reviews scraper

Pricing

$1.00 / 1,000 reviews

Go to Store
Expedia Vrbo & Hotels.com reviews scraper

Expedia Vrbo & Hotels.com reviews scraper

Developed by

Tri⟁angle

Tri⟁angle

Maintained by Apify

Scraper to get reviews from URLs of hotels, apartments, and other accommodations listed on Expedia.com and Vrbo.com and Hotels.com portals

4.7 (3)

Pricing

$1.00 / 1,000 reviews

12

Total users

315

Monthly users

53

Runs succeeded

>99%

Issues response

9.6 days

Last modified

10 days ago

JN

actor-memory-limit-exceeded

Closed

jankucera opened this issue
9 months ago

Hi, we've had an instance of this actor run that is showing successful, but throu API we received following error. Any idea why and how could we prevent this going forward? {"name":"ApifyApiError","clientMethod":"ActorClient.start","statusCode":402,"type":"actor-memory-limit-exceeded","attempt":1,"httpMethod":"post","path":"/v2/acts/4zyibEJ79jE7VXIpA/runs","originalStack":"\n at makeRequest (/function/node_modules/apify-client/dist/http_client.js:184:30)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async ActorClient.start (/function/node_modules/apify-client/dist/resource_clients/actor.js:86:26)\n at async ActorClient.call (/function/node_modules/apify-client/dist/resource_clients/actor.js:107:24)\n at async syncReviewsExpedia (/function/expediaScrapper.js:54:21)\n at async /function/func.js:105:42\n at async Promise.all (index 1)\n at async reviewsScrapping (/function/func.js:126:13)"}

tri_angle avatar

Hi there, do you know which run it was? Did it happen more times or just once? The maximum allowed memory for this actor is 32768 MB, but it works well with just 512 MB, we're testing it daily with this memory setting

JN

jankucera

9 months ago

Seems we can't find that specific run here. We've had multiple runs triggered via API simultaneously (over 20). Is it possible that once these deplete the memory any additional run we're trying to trigger via API gets this error?

tri_angle avatar

Yes, you probably exceeded the memory limit given by your subscription plan. You can check available memory in the left bottom corner in your console

JN

jankucera

9 months ago

ok, that explains it then, thanks! :)