Google Search Results Scraper avatar
Google Search Results Scraper

Pricing

Pay per event

Go to Store
Google Search Results Scraper

Google Search Results Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, AI overviews, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export scraped data, run the scraper via API, schedule runs, or integrate with other tools.

4.8 (25)

Pricing

Pay per event

567

Total users

61K

Monthly users

3.5K

Runs succeeded

>99%

Issues response

13 days

Last modified

12 days ago

DE

Maximum cost per run is less than the allowed minimum of $0.50

Open

adelye opened this issue
10 days ago

Am trying to run the actor via api and getting this error : "Maximum cost per run is less than the allowed minimum of $0.50"

ID

institut_du_referencement

10 days ago

Same issu here don't know how to fix it

low_code avatar

Hi! Please increase your Maximum cost per run in Run options to higher than $0.5. Hope that helps!

ID

institut_du_referencement

6 days ago

I am using apify with an n8n integration, how am i supposed to change the maximum cost per run ? I tried to add "maxTotalChargeUsd": 0.5 in my call but it ends up with the same issue, even with a higher value.

Here is the body i use :

{ "countryCode": "fr", "forceExactMatch": false, "includeIcons": false, "includeUnfilteredResults": false, "languageCode": "fr", "maxPagesPerQuery": 1, "mobileResults": false, "queries": "{{ $json['Mot clé'] }}", "resultsPerPage": 10, "saveHtml": false, "saveHtmlToKeyValueStore": false, "maxTotalChargeUsd": 1 }

I tried to look for an "Maximum cost per run" option in the node but couldn't find it.

TO

tomas.gabik

5 days ago

Hi!

Just wanted to confirm if this is the n8n node (https://www.npmjs.com/package/n8n-nodes-apify) you are using.

The maxTotalChargeUsd would have to be used as a query parameter in the URL. This currently is not supported in the node above, there are however options for Timeout, Memory and MaxItems, so based on the code (https://github.com/minhlucvan/n8n-nodes-apify) here it should quite simply be possible to add. You can raise this as an issue with the creator.

Before this is introduced and if you need the maxTotalChargeUSD in the request, it may make more sense to utilise HTTP Request Node in n8n, this would give you more freedom in setting up the parameters.

Hope this helps,

Tomas

low_code avatar

Hi! Unfortunately, as Tomas said, this node was made by a community developer, and we have no control over it.

In a few weeks, Apify will release an official n8n node where there shouldn't be any issues. Thanks for your understanding and patience!