ashim888 / awis

A python script to query Amazon's Alexa Web Information Service (AWIS).
GNU General Public License v3.0
37 stars 18 forks source link

Categories return Nothing #27

Open IcarusSO opened 4 years ago

IcarusSO commented 4 years ago

I want to get the categories but it returns Nothing. Do you know the reasons?

obj.urlinfo("www.instagram.com", response_group="Categories")

<?xml version="1.0" encoding="utf-8"?>
<aws:UrlInfoResponse xmlns:aws="http://awis.amazonaws.com/doc/2005-10-05">
<aws:Response xmlns:aws="http://awis.amazonaws.com/doc/2005-07-11">
<aws:OperationRequest>
<aws:RequestId>f2a24d64-4970-4f62-8bbe-1644ad6d7546</aws:RequestId>
</aws:OperationRequest>
<aws:UrlInfoResult>
<aws:Alexa>
<aws:Request>
<aws:Arguments>
<aws:Argument>
<aws:Name>url</aws:Name>
<aws:Value>www.instagram.com</aws:Value>
</aws:Argument>
<aws:Argument>
<aws:Name>responsegroup</aws:Name>
<aws:Value>Categories</aws:Value>
</aws:Argument>
</aws:Arguments>
</aws:Request>
<aws:Related>
<aws:DataUrl type="canonical">instagram.com/</aws:DataUrl>
</aws:Related>
</aws:Alexa>
</aws:UrlInfoResult>
<aws:ResponseStatus xmlns:aws="http://alexa.amazonaws.com/doc/2005-10-05/">
<aws:StatusCode>Success</aws:StatusCode>
</aws:ResponseStatus>
</aws:Response>
</aws:UrlInfoResponse>