Keyword Finder avatar

Keyword Finder

Try for free

1 day trial then $2.00/month - No credit card required now

View all Actors
Keyword Finder

Keyword Finder

ahmed_elkurdi/keyword-finder
Try for free

1 day trial then $2.00/month - No credit card required now

Keyword Finder : Keyword Research Scrapper, Get search volumes Keyword Ranking Difficulty, Long Tail Keyword Suggestion and SERP metrics from popular SEO Service Websites .

ED

Integrating to Notion two tools through make.com

Closed

edvin opened this issue
2 months ago

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 into separate agent or have any idea how to implement this? I would like it all to land into the same page Here's the detailed report on insomnia based on the latest search:

Trending Insights on Insomnia Search Metrics Search Volume: 214,000 (monthly in the US) Global Search Volume: 1,000,000 Keyword Difficulty: 68 Total Monthly Clicks: 60,600 Percentage of Mobile Searches: 59.81% Percentage of Desktop Searches: 40.19% Percentage of Searches Not Clicked: 71.67% Percentage of Paid Clicks: 11.73% Percentage of Organic Clicks: 88.27% Cost Per Click (CPC): $0.98 Paid Competitors: 0 Ranking Homepages: 3 Popular Queries Related to Insomnia Why: Why do I have insomnia? Why does insomnia happen? Why chronic insomnia? When: When insomnia hits? When insomnia becomes dangerous? Where: Where insomnia comes from? Where is insomnia filmed? How: How to cure insomnia? How to deal with insomnia? Who: Who chronic insomnia affects? Who can help with insomnia? Which: Which insomnia cookies are gluten-free? Which medication is best for anxiety and insomnia? Will: Will insomnia go away? Will insomnia from wellbutrin go away? Are: Are insomnia cookies good? Are insomnia and sleep apnea related? Can: Can COVID cause insomnia? Can alcohol cause insomnia? This report summarizes the latest trends and insights regarding insomnia. If you need more specific information or articles, please let me know!

ED

edvin

2 months ago

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.

Ahmed_Elkurdi avatar

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.

Ahmed_Elkurdi avatar

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 .

ED

edvin

a month ago

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!

Ahmed_Elkurdi avatar

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.

Ahmed_Elkurdi avatar

Hello again . now you can do Full Keyword Research one call will return the result of 2 tools

input example output example

ED

edvin

a month ago

Hey any news on that bulk keyword research? Cheers! I do share on x.com employing #buildinginpublic :)

Ahmed_Elkurdi avatar

Hello the feature will be added in 48h . 10 words maximum as start due to rate limit

Thanks for your waiting.

Ahmed_Elkurdi avatar

Sorry if I'm late facing some issues

Ahmed_Elkurdi avatar

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

Ahmed_Elkurdi avatar

Do not forget! If you selected Bulk Keyword Research, enter multiple keywords separated by commas.

Developer
Maintained by Community
Actor metrics
  • 22 monthly users
  • 3 stars
  • 98.1% runs succeeded
  • 20 hours response time
  • Created in Apr 2024
  • Modified 9 days ago