Up to 200 lookups
https://api.orginfo.io/data/v1/org/company?key=[API key]&ip=[IP address] OR https://api.orginfo.io/data/v1/org/company?key=[API key]&domain=[Website domain] Sample response for IP address 199.66.9.12 { type: "business", name: "Tesla Inc.", website: "https://www.tesla.com", industry: "Automotive", linkedinURL: "https://www.linkedin.com/company/tesla-motors", employeeCount: "10,001+ employees", headquarterAddress: "3500 Deer Creek Road, Palo Alto, CA 94304", headquarterCity: "Palo Alto", headquarterRegion: "California", headquarterCountry: "United States", naicsIndustry: "3361:Motor Vehicle Manufacturing" } Sample response for domain tesla.com { name: "Tesla Inc.", website: "https://www.tesla.com", industry: "Automotive", linkedinURL: "https://www.linkedin.com/company/tesla-motors", employeeCount: "10,001+ employees", headquarterAddress: "3500 Deer Creek Road, Palo Alto, CA 94304", headquarterCity: "Palo Alto", headquarterRegion: "California", headquarterCountry: "United States", naicsIndustry: "3361:Motor Vehicle Manufacturing" }