
Keyword Research Tool
- m0uka/keyword-research-tool
- Modified
- Users 79
- Runs 1.2k
- Created by
Lukas Moucka
A simple free keyword planner tool. It provides alternatives for your keywords which might push you higher in your SEO ranking. Get Monthly search volume, competition or info about page bids.
A simple keyword research tool. Retrieve related keywords, monthly search volume, page bids, and competition.
Use Cases
You can use this actor to optimize your SEO, gain keyword information about competitors, and more.
Input
This actor requires a list of keywords to be scraped. Optionally, you can supply a Location ID to change the targeted country.
Results
The actor stores its result in the default dataset associated with the actor run. It can be then exported to various formats, such as JSON, XML, CSV or Excel.
Each returned keyword in the dataset will contain a seperate object that follows this format (JSON is used below):
{ "keywordText": "apify", "competition": "LOW", "competitionIndex": 5, "searchVolume": 4400, "lowTopPageBid": 2.63, "highTopPageBid": 3.63, "baseKeyword": "apify" }