You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying this API to get detailed results but got an error on the depth limit parameter. can you help me to extract detailed results. and can we also get the statistics of these google searches e.g. number of times the terms/questions searches ??
Hi @dimitryzub ,
I am trying this API to get detailed results but got an error on the depth limit parameter. can you help me to extract detailed results. and can we also get the statistics of these google searches e.g. number of times the terms/questions searches ??
CODE
keyword_research = SeoKeywordResearch(
query='moderna covid vaccine',
api_key=,
lang='en',
country='au',
depth_limit=2,
domain='google.com.au'
)
ERROR:
TypeError: SeoKeywordResearch.init() got an unexpected keyword argument 'depth_limit'
The text was updated successfully, but these errors were encountered: