This method retrieves Natural data for a keyword, displayed by domain. This is the equivalent of the SEO Keyword Detail Report in SEM Insight. The landing page, rank, clicks, weekly/monthly change in rank, and maximum rank for each keyword are retrieved.
| Version: | 2 |
| Quota Point Cost: | 20 |
http://api.adgooroo.com/v2/SEMInsight/GetNaturalKeywordData.api?searchengineid=1®ionid=1&keywordgroupid=1&keyword=miami+travel+packages&enddate=5%2f5%2f2011
// XML Output
<?xml version="1.0"?>
<api_result>
<api_class>SEMInsight</api_class>
<api_method>GetNaturalKeywordData</api_method>
<quota_cost>0</quota_cost>
<status>SUCCESS</status>
<message />
<value>
<row>
<keyword>cars</keyword>
<domain>http://www.adgooroo.com</domain>
<url>adgooroo.com</url>
<rank>10</rank>
<estimated_monthly_clicks>1500</estimated_monthly_clicks>
<weekly>15</weekly>
<lastcheck>Oct 11, 2010</lastcheck>
<maxrank>20</maxrank>
</row>
</value>
</api_result>
// JSON Output
{
"api_class": "SEMInsight",
"api_method": "GetNaturalKeywordData",
"quota_cost": 0,
"status": 0,
"message": null,
"value": {
"row": [
{
"keyword": "cars",
"domain": "http://www.adgooroo.com",
"url": "adgooroo.com",
"rank": 10.0,
"estimated_monthly_clicks": 1500.0,
"weekly": 15.0,
"lastcheck": "Oct 11, 2010",
"maxrank": 20.0
}
]
}
}
// CSV Output
keyword,domain,url,rank,estimated_monthly_clicks,weekly,lastcheck,maxrank
cars,http://www.adgooroo.com,adgooroo.com,10,1500,15,"Oct 11, 2010",20