ip - Identify individual organization that visits my website - PHP -


this question has answer here:

there few services (at least here in sweden) let identify company has visited particular website. checking ip address, know can information such isp , organization, organization isn't necessairily 1 visited.

so question is: how work?

(ps. received call 1 of these companies after visited website, though ip here @ office isn't connected company in way.)

have @ this:

dnsstuff - whois

and aside need use curl contents of website , sort out data need.

unless provide api.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -