Actions in GPTs
Hi,
I hope you doing well.
I try your new custom actions in GPTs,
I followed exactly this instruction but it doesn't works.
https://blog.apify.com/add-custom-actions-to-your-gpts/
But I encounter an error.
LLm error message:
It seems there was an error with the API call. The query parameter should be a string, but it appears there was a mismatch in the expected format. Let's try again with the correct format. I will adjust the query and resend the request.
[debug] Calling HTTP endpoint
[debug] Response received
Talked to
I encountered an issue with the API call due to insufficient permissions. Currently, I'm unable to complete the request to find the best Italian restaurants in New York City using the api.apify.com API.
If you have specific parameters or preferences for the search, you can manually search online or I can assist you with information on Italian restaurants based on general knowledge. Let me know how you'd like to proceed!
error response :
[debug] Calling HTTP endpoint
{
"domain": "api.apify.com",
"method": null,
"path": null,
"operation": "google_search_scraper",
"operation_hash": "",
"is_consequential": true,
"params": {
"queries": "best coffee shops in New York",
"maxPagesPerQuery": 1,
"resultsPerPage": 10
}
}
[debug] Response received
{
"function_name": "google_search_scraper",
"domain": "api.apify.com",
"message": "The requested action requires approval",
"action_id": "g-b0580fdcd2580b432a93388ef8c923b22c7ffa60"
}
[debug] Calling HTTP endpoint
{
"domain": "api.apify.com",
"method": null,
"path": null,
"operation": "google_search_scraper",
"operation_hash": "",
"is_consequential": true,
"params": {
"queries": "best coffee shops in New York",
"maxPagesPerQuery": 1,
"resultsPerPage": 10
}
}
[debug] Response received
{
"response_data": "UnrecognizedFunctionError: google_search_scraper"
}
Can you help me to solve this
Apify Blog
Add custom actions to your GPTs with Apify Actors
Apify Actors now export the OpenAPI specs for their API, which makes it easy to call them from your GPTs and give them web scraping capability.
4 Replies
fuzzy-lavender•2y ago
Hey, thanks for questions, we will check with the team.
fuzzy-lavender•2y ago
hi @Loum , this seems like an issue with GPt understading the types of the input. We will try to fine tune it with the scraper. Can you for now try https://apify.com/hooli/easy-google-scraper ? That might work better
Apify
🏎💨 Fast Google Scraping · Apify
Make collecting data from Google easy with Fast Google Scraper. Extract organic and paid Google search engine results pages (SERPs).
unwilling-turquoiseOP•2y ago
Hi @Lukas Krivka,
I've try this bot and encounter an error about permission.

fuzzy-lavender•2y ago
Thanks, checking with the team