Hi. Is it possible to run web search across specific 1,2 or 3 urls? I’m dynamically forming those urls from user initial form input to then call web search action. This is what I get:
It appears there was an error when attempting to retrieve information about Lisa Ferraz’s posts. Let me explain the situation based on this new information:
There was an attempt to use a function called google_search
to gather information about Lisa Ferraz’s LinkedIn posts from the URL “lisa-ferraz – LinkedIn Top Voices 2025”. However, this attempt resulted in an error.
The error message indicates:
Traceback (most recent call last):
File "//app/action.py", line 45, in <module>
response = google_search(query="""https://top-rated.pro/linkedin-influencers/author/lisaferraz""")
TypeError: google_search() got an unexpected keyword argument 'query'
This error suggests that the google_search
function is not set up to accept a ‘query’ parameter, which is why the attempt to retrieve information failed.