Discover new keyword ideas and uncover valuable search insights! This actor fetches related keywords, search volumes, and CPC data from Umbrellum's Keyword Discovery tool, helping you optimize your content strategy, SEO efforts, and PPC campaigns. ππ‘π
This Actor discovers which keywords a specific webpage is ranking for in Google search results. It's an essential tool for SEO professionals, content marketers, and anyone looking to gain insights into their competitors' keyword strategies.
The Actor accepts the following input:
urls
: An array of URLs or domain to analyze for ranked keywordsFor each URL, the Actor outputs:
A full explanation of an input example in JSON.
1{ 2 "urls": [ 3 "apify.com" 4 ] 5}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "url": "/curious_coder/telegram-scraper", 4 "keyword": "add telegram member", 5 "averageMonthlyVolume": "40", 6 "CPC": "$2.8", 7 "ranking": "1" 8 }, 9 { 10 "url": "/bhansalisoft/telegram-channel-member-adder", 11 "keyword": "add telegram members", 12 "averageMonthlyVolume": "40", 13 "CPC": "$2.8", 14 "ranking": "1" 15 }, 16 ... 17]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!