SeoTools
What type of features are you missing in SeoTools?
-
Have A Proxy Settings Section that includes the following... (to solve Corporate Proxy issues)
Check Out this page http://www.automateanalytics.com/2009/08/excel-functions-for-fetching-data.html or read the following >>>>>
Problems caused by proxy servers
Some people have also had problems using the functions with a proxy server. To get the functions working, the easiest way is to disable the proxy from Windows Control Panel: Internet Options: Connections: LAN Settings: uncheck "Use a proxy server". If you can't disable the proxy, you need to change the VBA code of the functions.
Before the line objhttp.Open "GET", URL, False you need to add objhttp.setProxy(proxySetting, varProxyServer, varBypassList)
After the line objhttp.Open "GET", URL, False you need to add objhttp.setProxyCredentials(username, password)
For instructions… more4 votes -
some kind of proxy management
sometimes need proxies to scrape google, especially if working with lots of data. possible to use a squid proxy for the whole machine, i guess, but why not add proxy management and/or proxy scraping and verification. scrapebox has a nice example of great proxy support built in to their tool.
4 votes -
Google Keyword Tool integration (eg, retrieve Broad / Exact Search Volume)
For a given keyword in Excel, it would be awesome to see the broad/exact search volume in Google.
-> Go to the Google Keyword Tool (https://adwords.google.be/o/Targeting/Explorer?__u=1000000000&__c=1000000000&ideaRequestType=KEYWORD_IDEAS) and retrieve monthly search volume for that given keyword (broad and exact).
User should be able to specify a language and country. To avoid filling in a Captcha, the SeoTools user should be able to add his Google Adwords data -> when logged in to the keyword tool with your Adwords account, you don't have to enter a captcha.
Also, when a logged-in user downloads data as a .csv, he gets to… more
25 votes -
Fetch YouTube URL data
My idea is to fetch YouTube information. This is useful because many companies put backlinks on videos. It’s also good for comparing competitor videos against each other.
Fetch metrics on YouTube Video or Channel:
video likes, video dislikes, video views, video comments (#), video favorites (#), video start date, channel video views, channel subscribers, channel latest activity date, channel date joined
Fetch text from YouTube video:
video category, video tags (keywords), video description (body text), extract URLS contained in video description, extract phone number(s) contained in description, video discovery referral links (URLS), audience gender and age, license, channel outbound URL(s), … more3 votes -
captcha service APIs
deathbycaptcha is a good,cheap service, why not add captcha breaking support? can be used same as any other API.
1 vote -
Allow muliple sites selection in Google Analytics Wizard
At the moment just one site at a time can be inquired.
3 votes -
Wuold it be possible to add the Metrics from Moz?
It would be ideal to be able to get the site metrics from Moz, PA, mR, mT, DA, DmR and DmT
maybe also to pull in the inbound links and root domains.
This would greatly help with site analytics and who to target when linkbuilding etc2 votes -
Give the option to pull data from different Google Search Engines (EG google.co.uk)
I would like to be able to use the GoogleResultCount function but pulling the data from google.co.uk
43 votes -
Make it easier to get Page Authority and Domain Authority
How about a function for Page Authority and Domain Authority (from SEOmoz)? With syntax much like the current GooglePageRank function.
This data is obviously not free, so how about a popup form where Pro members can enter their API key and secret code? Not sure how technical possible this is, but it would be pretty useful.
1 vote -
Link count for external links only.
Link count of external links from a particular site. A total value for the whole domain would be great as well
4 votes -
Adding MozRank to Offpage Menu
would be nice to grab the MR with this tool.
4 votes -
Add a progress dialog that allows me to cancel the request.
I LOVE this plugin, but I'm always using it to retrieve data in tables. Each individual request is pretty responsive, but when I use one of the SeoTools as a fucntion in a table formula, it automatically updates the formula for each row. This, in turn, causes Excel to become unresponsive. It would be great if the Add-In could show a progress dialog with a cancel button so I could stop the calculation/query in progress.
1 vote -
seoMoz API
It would be great to tie into the LinkScape API to get their data
10 votes -
6 votes
-
RSS Feed
Find the RSS Feed URL of a domain. Makes it easy to assess the topic of the domain quickly.
1 vote -
Ability to clear cache at specific time intervals, or after a certain number of page "grabs"
The ability to clear the cache at specific time intervals, or after a certain number of page "grabs" would allow for faster scraping when doing larger automated data scrapes (using xpathonurl) across several unique websites. The user would still get the benefits of caching without worrying about running out of memory.
3 votes -
Add function allintitle
Add function allintitle to see the competition of a keyword in titles
3 votes -
Integrate Sistrix Toolbox API
All features from this API
10 votes -
Function "Generate link report" as Formula / for VBA
Integration of the function "Generate link report" as Formula, that it can be used for VBA too
5 votes -
Querying other search engines including Yandex - also include advanced search features like searching for date
Hi, I think it'd be great to be able to pull other search engine data like results count from other search engines including Yandex.
I'd also like to be able to be able to pass in advanced variables such as date/time filtering.
3 votes