Google Keyword Data Scraper ( BULK )
Pay $8.00 for 1,000 results
Google Keyword Data Scraper ( BULK )
Pay $8.00 for 1,000 results
Scrap Keyword Metrics From Public SEO Tools Get search volumes Keyword Ranking Difficulty and more, Research Keywords in bulk , for more than 1000 keywords in seconds, Find best opportunity to rank higher.
Hey! I like Keyword Finder a lot, it helps me currently. I highly hope that Poland will be included some time soon. But digressing, back to topic: I have an implementation where I have an agentic flow search for keywords for me, returning outputs Like in picture below and copy pasted. Thing is - I implemented a tool that runs both of your "tools" one by one. const tools = ['KeywordResearch', 'GoogleQuestionExplorer'];
const input = { keyword: $keyword, country: $country || 'US' };
const fetchDataForTool = async (tool) => { const options = { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ ...input, tool }) };
try {
const response = await fetch(apiUrl, options);
return await response.json();
} catch (error) {
console.error(Error fetching data for tool ${tool} from Apify
, error);
return { error: Error fetching data for tool ${tool} from Apify
};
}
};
const fetchAllData = async () => { const results = await Promise.all(tools.map(tool => fetchDataForTool(tool))); return JSON.stringify({ results }); };
return fetchAllData();
It still goes as two separate requests through API. Issue is, Make.com integration with Apify has a HUGE positive - Watch Actor runs and then get items when he runs... but each of this data acquisition is a separate run. Meaning I can only fetch ONE or the OTHER tool (not to mention all three). Have you maybe considered splitting each tool in... [trimmed]
And wanted to ask - why can it search only one keyword at a time? I'd rather run longer tasks on hired agents than be forced to run hundreds of small processings that are kilobytes in size and requires reagreggation later on to save on flow e.g. in Make.com Any chance it could fetch e.g. 10 or 100 keyword responses by inserting keywords in a string?
Like Search: sugar, sugar consumption, sugar addiction, sugar craving, sugar rush, carbohydrates, fructose, etc and I could easy request in this way and receive JSON array as right now. Very unfeasable for make.com right now.
Hello . thanks for using the actor, I appreciate submitting the issues its help me build better tool. i will immediately start investigating the issues and i will comeback to you very soon. thanks.
Hello , back again to fix your issues i will implement one tool that you can call and return all the data for other tools combined as JSON it will be available in few hours so you can run all the tools in one API call .
for your question about running research on multiple keyword, it is coming next update very soon thanks for your waiting .
Hello Ahmed Elkurdi! Wow, thanks for such positive response! I am very happily surprised by contact from Apify community! Thanks for such fast response. Will there be a possibility to turn on/off given tools and bulk requests (e.g. 10/20/100 keywords instead of 1-by-1?) I am not really finding the SERP search function useful much - I plan to use it for modelling my content creation after high-volume SEO optimised keywords, thus I do not care about websites positon for that matter (yet I understand it is worthwhile for site-builders and site-SEO people). I care mostly about up-to-date statistics, for as wide audiences as possible. Cheers and great job, I love that tool just need to make it work in bulk - otherwise cost of use is CRAZY from make.com standpoint :( I am looking forward to those implementations, awesome work!
Hello, friend. I hope you are doing well today.Thanks, I am so happy to help you I think I can do what you ask.
I will add a feature that lets you choose how many tools you want to run at once with one keyword it will take some extra time to adjust the input forgive me. I will keep you updated.
input example : { keyword: "Keyword Example ", tools: ["keyword research", "question explorer"] }
Bulk keyword research is so easy I will implement it very soon I just need to modify some configuration so the source website is not flooded with too many requests.
I hope that resolves all of your issues. thanks for using my actor. if you like I'll be happy if u share it with your friends on x.com.
Hello again . now you can do Full Keyword Research one call will return the result of 2 tools
input example output example
Hey any news on that bulk keyword research? Cheers! I do share on x.com employing #buildinginpublic :)
Hello the feature will be added in 48h . 10 words maximum as start due to rate limit
Thanks for your waiting.
Sorry if I'm late facing some issues
Hello Friend Good news Bulk Keyword Research Is here ! . switch to the beta version 0.6 in order to use it i will keep testing it so i can come up with stable version with fewer bugs . thanks
Do not forget! If you selected Bulk Keyword Research, enter multiple keywords separated by commas.
- 31 monthly users
- 5 stars
- 98.1% runs succeeded
- Created in Apr 2024
- Modified 8 days ago