This API is currently in the Beta phase.
Use the Company Matcher API to submit Company Search queries and get the best-matched company for your search query.
Note: The maximum number of requests sent for matching per call in this matcher API call is 40
Endpoint
POST https://api.insideview.com/api/v1/company/match
Request
HTTP Headers
Header Name | Type | Required | Description |
accessToken | String | Yes |
Valid access token. |
Accept | String | No | Selects the response's content type. Valid values are application/json and application/xml (default). |
Request Body
{ "requests":[ { "id":"1", "name":"Alp'habet Inc", "country":"", "state":"CA", "city":"", "street":"", "zip":"", "phone":"" }, { "id":"2", "name":"microsoft" } ], "fieldsToFetch":[ "britishSics", "city", "companyId", "companyStatus", "companyType", "country", "dbe", "disabled", "employeeRange", "employees", "equifaxId", "ethnicity", "fax", "financialYearEnd", "fortuneRanking", "foundationDate", "gender", "industry", "industryCode", "lgbt", "mbe", "mostRecentQuarter", "naics", "naicsDescription", "name", "parentCompanyCountry", "parentCompanyId", "parentCompanyName", "phone", "revenue", "revenueCurrency", "revenueRange", "sic", "sicDescription", "sources", "state", "street", "subIndustry", "subIndustryCode", "subsidiary", "ticker", "ultimateParentCompanyCountry", "ultimateParentCompanyName", "ultimateParentCompanyId", "vbe", "wbe", "website", "zip" ]
"explainMatch":true }
Application/Json:
{ "$schema":"http://json-schema.org/draft-04/schema#", "type":"object", "properties":{ "requests":{ "type":"array", "items":{ "type":"object", "properties":{ "id":{ "type":"string" }, "name":{ "type":"string" }, "companyId":{ "type":"string" }, "country":{ "type":"string" }, "state":{ "type":"string" }, "city":{ "type":"string" }, "street":{ "type":"string" }, "zip":{ "type":"string" }, "websites":{ "id":"websites", "type":"array", "items":{ "id":"0", "type":"string" } }, "tickers":{ "id":"tickers", "type":"array", "items":{ "id":"0", "type":"object", "properties":{ "value":{ "id":"value", "type":"string" }, "exchange":{ "id":"exchange", "type":"string" } } } }, "phone":{ "type":"string" } } } }, "fieldsToFetch":{ "type":"array", "items":{ "type":"string" } }, "probableMatchesLimit":{ "type":"string" }, "confidenceLimit":{ "type":"string" } } }
Response
Here are the major responses the API may return.
for details on the errors, please refer to the API Error Codes article.
HTTP 200
{ "$schema":"http://json-schema.org/draft-04/schema#", "type":"object", "properties":{ "companyMatches":{ "type":"array", "items":{ "type":"object", "properties":{ "id":{ "type":"string" }, "match":{ "type":"object", "properties":{ "matchScores":{ "type":"object", "properties":{ "matchScore":{ "type":"number" }, "rank":{ "type":"integer" }, "nameScore":{ "type":"number" }, "streetScore":{ "type":"integer" }, "urlScore":{ "type":"number" }, "cityScore":{ "type":"number" }, "stateScore":{ "type":"number" }, "zipScore":{ "type":"number" }, "countryScore":{ "type":"number" }, "phoneScore":{ "type":"number" }, "tickerScore":{ "type":"number" } } }, "company":{ "type":"object", "properties":{ "name":{ "id":"name", "type":"string" }, "companyType":{ "id":"companyType", "type":"string" }, "companyStatus":{ "id":"companyStatus", "type":"string" }, "description":{ "id":"description", "type":"string" }, "tickers":{ "id":"tickers", "type":"array", "items":{ "id":"0", "type":"object", "properties":{ "tickerName":{ "id":"tickerName", "type":"string" }, "exchange":{ "id":"exchange", "type":"string" } } } }, "industry":{ "id":"industry", "type":"string" }, "subIndustry":{ "id":"subIndustry", "type":"string" }, "street":{ "id":"street", "type":"string" }, "city":{ "id":"city", "type":"string" }, "state":{ "id":"state", "type":"string" }, "zip":{ "id":"zip", "type":"string" }, "country":{ "id":"country", "type":"string" }, "phone":{ "id":"phone", "type":"string" }, "fax":{ "id":"fax", "type":"string" }, "revenue":{ "id":"revenue", "type":"string" }, "employees":{ "id":"employees", "type":"string" }, "subsidiary":{ "id":"subsidiary", "type":"string" }, "description":{ "id":"description", "type":"string" }, "sic":{ "id":"sic", "type":"string" }, "sicDescription":{ "id":"sicDescription", "type":"string" }, "naics":{ "id":"naics", "type":"string" }, "naicsDescription":{ "id":"naicsDescription", "type":"string" }, "financialYearEnd":{ "id":"financialYearEnd", "type":"string" }, "parentCompanyId":{ "id":"parentCompanyId", "type":"string" }, "ultimateParentId":{ "id":"ultimateParentId", "type":"string" }, "equifaxId":{ "id":"equifaxId", "type":"string" }, "fortuneRanking":{ "id":"fortuneRanking", "type":"string" }, "mostRecentQuarter":{ "id":"mostRecentQuarter", "type":"string" }, "revenueCurrency":{ "id":"revenueCurrency", "type":"string" }, "industryCode":{ "id":"industryCode", "type":"string" }, "subIndustryCode":{ "id":"subIndustryCode", "type":"string" }, "britishSics":{ "id":"britishSics", "type":"array", "items":{ "id":"0", "type":"object", "properties":{ "britishSic":{ "id":"britishSic", "type":"string" }, "description":{ "id":"description", "type":"string" } } } }, "parentCompanyCountry":{ "id":"parentCompanyCountry", "type":"string" }, "ultimateParentCompanyCountry":{ "id":"ultimateParentCompanyCountry", "type":"string" }, "ultimateParentCompanyName":{ "id":"ultimateParentCompanyName", "type":"string" }, "parentCompanyName":{ "id":"parentCompanyName", "type":"string" }, "revenueRange":{ "id":"revenueRange", "type":"string" }, "employeeRange":{ "id":"employeeRange", "type":"string" }, "foundationDate":{ "id":"foundationDate", "type":"string" }, "companyFacebookProfile": { "id": "companyFacebookProfile", "type": "string" }, "companyTwitterProfile": { "id": "companyTwitterProfile", "type": "string" }, "companyBlogProfile": { "id": "companyBlogProfile", "type": "string" }, "companyLinkedInProfile": { "id": "companyLinkedInProfile", "type": "string" }, "gender":{ "id":"gender", "type":"string" }, "ethnicity":{ "id":"ethnicity", "type":"string" }, "dbe":{ "id":"dbe", "type":"boolean" }, "wbe":{ "id":"wbe", "type":"boolean" }, "mbe":{ "id":"mbe", "type":"boolean" }, "vbe":{ "id":"vbe", "type":"boolean" }, "lgbt":{ "id":"lgbt", "type":"boolean" }, "disabled":{ "id":"disabled", "type":"boolean" }, "companyTaxId":{ "id":"companyTaxId", "type":"string" }, "websites":{ "id":"websites", "type":"array", "items":{ "id":"0", "type":"string" } }, "companyId":{ "id":"companyId", "type":"integer" }, "sources":{ "id":"sources", "type":"array", "items":{ "id":"0", "type":"string" } } } } } }, "probableMatches":{ "type":"array", "items":{ "type":"object", "properties":{ "matchScores":{ "type":"object", "properties":{ "matchScore":{ "type":"number" }, "rank":{ "type":"integer" }, "nameScore":{ "type":"number" }, "streetScore":{ "type":"integer" }, "urlScore":{ "type":"number" }, "cityScore":{ "type":"number" }, "stateScore":{ "type":"number" }, "zipScore":{ "type":"number" }, "countryScore":{ "type":"number" }, "phoneScore":{ "type":"number" }, "tickerScore":{ "type":"number" } } }, "company":{ "type":"object", "properties":{ "name":{ "id":"name", "type":"string" }, "companyType":{ "id":"companyType", "type":"string" }, "companyStatus":{ "id":"companyStatus", "type":"string" }, "description":{ "id":"description", "type":"string" }, "tickers":{ "id":"tickers", "type":"array", "items":{ "id":"0", "type":"object", "properties":{ "tickerName":{ "id":"tickerName", "type":"string" }, "exchange":{ "id":"exchange", "type":"string" } } } }, "industry":{ "id":"industry", "type":"string" }, "subIndustry":{ "id":"subIndustry", "type":"string" }, "street":{ "id":"street", "type":"string" }, "city":{ "id":"city", "type":"string" }, "state":{ "id":"state", "type":"string" }, "zip":{ "id":"zip", "type":"string" }, "country":{ "id":"country", "type":"string" }, "phone":{ "id":"phone", "type":"string" }, "fax":{ "id":"fax", "type":"string" }, "revenue":{ "id":"revenue", "type":"string" }, "employees":{ "id":"employees", "type":"string" }, "subsidiary":{ "id":"subsidiary", "type":"string" }, "description":{ "id":"description", "type":"string" }, "sic":{ "id":"sic", "type":"string" }, "sicDescription":{ "id":"sicDescription", "type":"string" }, "naics":{ "id":"naics", "type":"string" }, "naicsDescription":{ "id":"naicsDescription", "type":"string" }, "financialYearEnd":{ "id":"financialYearEnd", "type":"string" }, "parentCompanyId":{ "id":"parentCompanyId", "type":"string" }, "ultimateParentId":{ "id":"ultimateParentId", "type":"string" }, "equifaxId":{ "id":"equifaxId", "type":"string" }, "fortuneRanking":{ "id":"fortuneRanking", "type":"string" }, "mostRecentQuarter":{ "id":"mostRecentQuarter", "type":"string" }, "revenueCurrency":{ "id":"revenueCurrency", "type":"string" }, "industryCode":{ "id":"industryCode", "type":"string" }, "subIndustryCode":{ "id":"subIndustryCode", "type":"string" }, "britishSics":{ "id":"britishSics", "type":"array", "items":{ "id":"0", "type":"object", "properties":{ "britishSic":{ "id":"britishSic", "type":"string" }, "description":{ "id":"description", "type":"string" } } } }, "parentCompanyCountry":{ "id":"parentCompanyCountry", "type":"string" }, "ultimateParentCompanyCountry":{ "id":"ultimateParentCompanyCountry", "type":"string" }, "ultimateParentCompanyName":{ "id":"ultimateParentCompanyName", "type":"string" }, "parentCompanyName":{ "id":"parentCompanyName", "type":"string" }, "revenueRange":{ "id":"revenueRange", "type":"string" }, "employeeRange":{ "id":"employeeRange", "type":"string" }, "foundationDate":{ "id":"foundationDate", "type":"string" }, "companyFacebookProfile": { "id": "companyFacebookProfile", "type": "string" }, "companyTwitterProfile": { "id": "companyTwitterProfile", "type": "string" }, "companyBlogProfile": { "id": "companyBlogProfile", "type": "string" }, "companyLinkedInProfile": { "id": "companyLinkedInProfile", "type": "string" }, "gender":{ "id":"gender", "type":"string" }, "ethnicity":{ "id":"ethnicity", "type":"string" }, "dbe":{ "id":"dbe", "type":"boolean" }, "wbe":{ "id":"wbe", "type":"boolean" }, "mbe":{ "id":"mbe", "type":"boolean" }, "vbe":{ "id":"vbe", "type":"boolean" }, "lgbt":{ "id":"lgbt", "type":"boolean" }, "disabled":{ "id":"disabled", "type":"boolean" }, "companyTaxId":{ "id":"companyTaxId", "type":"string" }, "websites":{ "id":"websites", "type":"array", "items":{ "id":"0", "type":"string" } }, "companyId":{ "id":"companyId", "type":"integer" }, "sources":{ "id":"sources", "type":"array", "items":{ "id":"0", "type":"string" } } } } } } } } } } } }
Example:
{ "companyMatches": [ { "id": "1", "match": { "matchScores": { "matchScore": 0.5138888500000001 },
"explanation": {
"matchReason": "NAME_MATCH:COUNTRY_MATCH:ADDRESS_STATE_LEVEL_MATCH", "matchReasonDetail": "NAME_MATCH:COUNTRY_MATCH: STATE_MATCH",
"blockingCount": 44,
"matchCount": 4
},
"company": { "name": "Alphabet Inc", "companyType": "Public", "companyStatus": "Operating", "industry": "Media", "subIndustry": "Internet Search and Navigation Services", "street": "1600 Amphitheatre Pkwy", "city": "MOUNTAIN VIEW", "state": "CA", "zip": "94043-1351", "country": "United States", "phone": "+1-650-2530000", "fax": "+1-302-6365454", "revenue": "85537.0", "employees": "69953", "description": "Alphabet Inc (formerly Google, Inc.) is a collection of Companies. The Company’s collection include Calico, Google’s health and longevity effort; Nest its connected home business; Fiber, its gigabit internet arm; and its investment divisions such as Google Ventures and Google Capital, and incubator projects, such as Google X. These will be managed separately in Alphabet. On October 2, 2015, Google implemented a holding company reorganization pursuant to the Agreement and Plan of Merger (the Merger Agreement), dated as of October 2, 2015, among Google, Alphabet and Maple Technologies Inc., a Delaware corporation (Merger Sub), which resulted in Alphabet owning all of the outstanding capital stock of Google. Pursuant to the Alphabet Merger, Merger Sub, a direct, wholly owned subsidiary of Alphabet and an indirect, wholly owned subsidiary of Google, merged with and into Google, with Google surviving as a direct, wholly owned subsidiary of Alphabet.", "sic": "7375", "sicDescription": "Information Retrieval Services", "naics": "519130", "naicsDescription": "Internet Publishing and Broadcasting and Web Search Portals", "financialYearEnd": "0", "equifaxId": "15875469", "fortuneRanking": "40", "mostRecentQuarter": "Sep, 2016", "revenueCurrency": "USD", "industryCode": "23", "subIndustryCode": "23_15", "britishSics": [ { "britishSic": "63990", "description": "Other information service activities n.e.c." } ], "foundationDate": "2015", "companyTaxId": "770493581", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "alphabet", "sources": [ "User Generated", "Web References", "S&P Capital IQ", "Reuters", "InsideView", "Equifax", "Cortera", "Community" ], "companyId": 736233, "websites": [ "https://abc.xyz" ] } }, "probableMatches": [ { "matchScores": { "matchScore": 0.4868781 }, "company": { "name": "Alphabet Ranch Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "6224 Garfield Ave ", "city": "Sacramento", "state": "CA", "zip": "95841-2011", "country": "United States", "phone": "+1 916 338 0220", "revenue": "0.4", "employees": "7", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "financialYearEnd": "0", "equifaxId": "6662839", "revenueCurrency": "USD", "industryCode": "10", "subIndustryCode": "10_3", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "1986", "sources": [ "InsideView", "Equifax" ], "companyId": 8070174, "websites": [ "www.alphabetranchcdc.com" ] } }, { "matchScores": { "matchScore": 0.4550654 }, "company": { "name": "Alphabet Energy, Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Energy and Environmental", "subIndustry": "Cogeneration and Small Power Producers", "street": "26225 Eden Landing Road Suite D", "city": "Hayward", "state": "California", "zip": "94545", "country": "United States", "phone": "415-813-1201", "revenue": "0.0", "employees": "3", "description": "Alphabet Energy, Inc. develops and markets waste heat recovery technology that converts waste heat into electricity internationally. The companys thermoelectric materials and devices are used to turn heat directly into electricity in various applications, such as metals refining, cement and glass production, power generation, automotive and aerospace, and military. The company was founded in 2009 and is based in Hayward, California.", "sic": "4911", "sicDescription": "Electric Services", "naics": "541712", "naicsDescription": "Research and Development in the Physical", "equifaxId": "56980133", "revenueCurrency": "USD", "industryCode": "14", "subIndustryCode": "14_2", "britishSics": [ { "britishSic": "35110", "description": "Production of electricity" } ], "foundationDate": "2009", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "alphabetenergy", "companyBlogProfile": "http://www.alphabetenergy.com/blog/?feed=rss2", "companyLinkedInProfile": "https://www.linkedin.com/company/alphabet-energy", "sources": [ "LinkSV", "S&P Capital IQ", "InsideView", "Equifax" ], "companyId": 2681965, "websites": [ "www.alphabetenergy.com" ] } }, { "matchScores": { "matchScore": 0.4550654 }, "company": { "name": "Alphabet, Inc.", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Construction and Building Materials", "subIndustry": "Electric Lighting and Wiring", "street": "8640 East Market Street", "city": "Warren", "state": "OH", "zip": "44484", "country": "United States", "phone": "+1 330 856 3366", "fax": "1-330-856-6011", "revenue": "0.0", "employees": "0", "description": "Alphabet, Inc. designs and manufactures electrical components and systems for the automotive industry, medium and heavy-duty trucks, and off-highway vehicles. Its products include power distribution centers, power and signal distribution systems, wire harnesses, and instrument panels and modular assemblies. The company was founded in 1965 and is based in Warren, Ohio. Alphabet, Inc. operates as a subsidiary of Stoneridge Inc.", "sic": "3645", "sicDescription": "Residential Lighting Fixtures", "naics": "335121", "naicsDescription": "Residential Electric Lighting Fixture Manufacturing", "parentCompanyId": "1689833", "ultimateParentId": "1689833", "revenueCurrency": "USD", "industryCode": "8", "subIndustryCode": "20_9", "britishSics": [ { "britishSic": "27400", "description": "Manufacture of electric lighting equipment" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Stoneridge Inc", "parentCompanyName": "Stoneridge Inc", "foundationDate": "1965", "companyFacebookProfile": "164745280237742", "companyBlogProfile": "http://www.graffitialphabetblog.com/feed/", "sources": [ "User Generated", "S&P Capital IQ", "InsideView" ], "companyId": 245682 } }, { "matchScores": { "matchScore": 0.4550654 }, "company": { "name": "Alphabet Holding Company, Inc.", "companyType": "Private", "companyStatus": "Operating", "street": "2100 Smithtown Avenue", "city": "Ronkonkoma", "state": "NY", "zip": "11779", "country": "United States", "phone": "+1 631 567 9500", "revenue": "0.0", "employees": "0", "description": "Alphabet Holding Company, Inc. manufactures, markets, distributes, and retails vitamins, nutritional supplements, and related products in the United States and internationally. The company markets approximately 25,000 individual stock keeping units, including vitamins, minerals, herbs, and supplements (VMHS) products; and food products, such as fruits and nuts under various brands, including Nature's Bounty, Osteo Bi-Flex, Pure Protein, Body Fortress, Sundown, MET-Rx, Rexall, Balance Bar, Ester-C, Solgar, SISU, Good 'N Natural, American Health, Home Health, Physiologics, Puritan's Pride, Worldwide Sport Nutrition, Natural Wealth, Holland & Barrett, GNC (UK), De Tuinen, Essenza, and Vitamin World. It operates through four segments: Wholesale, European Retail, Direct Response/E-Commerce, and North American Retail. The Wholesale segment sells branded and private label VMHS products to mass merchandisers, club stores, drug store chains, supermarkets, independent pharmacies, health food stores, the military, and other retailers. The European Retail segment engages in retail operations. As of September 30, 2014, it operated 755 Holland & Barrett stores in China, Singapore, the United Arab Emirates, Cyprus, Malta, Gibraltar, and Iceland; 53 GNC (UK) stores in the United Kingdom; 146 De Tuinen stores in the Netherlands; 47 Natures Way stores in Ireland; and 15 Essenza stores in Belgium. This segment also sells its products through hollandandbarret.com, hollandandbarrett.co.uk, hollandandbarrett.ie, detuinen.nl, and gnc.co.uk sites. The Direct Response/E-Commerce segment sells proprietary brands and third-party products primarily through mail order catalogs and puritan.com site. The North American Retail segment sells proprietary brand and third-party products. It operated 414 Vitamin World stores primarily in regional and outlet malls in the United States, as well as vitaminworld.com Website. The company was founded in 1971 and is headquartered in Ronkonkoma, New York.", "sic": "2833", "sicDescription": "Medicinal Chemicals & Botanical Products", "naics": "325412", "naicsDescription": "Pharmaceutical Preparation Manufacturing", "revenueCurrency": "USD", "foundationDate": "1971", "sources": [ "S&P Capital IQ", "InsideView" ], "companyId": 10869812, "websites": [ "www.nbty.com" ] } }, { "matchScores": { "matchScore": 0.4550654 }, "company": { "name": "Alphabet Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Electronics", "subIndustry": "Electronic Components and Accessories", "street": "111 Outrigger ", "city": "Greenwood", "state": "SC", "zip": "29649-8622", "country": "United States", "phone": "+1 864 223 0785", "fax": "1-864-2238437", "revenue": "174.041", "employees": "265", "sic": "3679", "sicDescription": "Electronic Components, Nec", "naics": "334419", "naicsDescription": "Other Electronic Component Manufacturing", "financialYearEnd": "0", "equifaxId": "3223816", "revenueCurrency": "USD", "industryCode": "13", "subIndustryCode": "13_5", "britishSics": [ { "britishSic": "26110", "description": "Manufacture of electronic components" }, { "britishSic": "27200", "description": "Manufacture of batteries and accumulators" } ], "foundationDate": "2011", "sources": [ "Equifax" ], "companyId": 6442246 } }, { "matchScores": { "matchScore": 0.4138482 }, "company": { "name": "Alphabet Learning Center, Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "4423 Kelly Rd ", "city": "Tampa", "state": "FL", "zip": "33615-5203", "country": "United States", "phone": "+1 813 884 4542", "revenue": "0.214", "employees": "9", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "financialYearEnd": "0", "equifaxId": "4118455", "revenueCurrency": "USD", "industryCode": "10", "subIndustryCode": "10_3", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "1986", "companyTaxId": "592720019", "companyLinkedInProfile": "alphabet-learning-center", "sources": [ "Equifax" ], "companyId": 6871318, "websites": [ "http://www.alphabetlearningcenter.com/" ] } }, { "matchScores": { "matchScore": 0.40967686000000003 }, "company": { "name": "Alphabet Resources Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Telecommunications", "street": "365 Stonehenge Dr ", "city": "Phillipsburg", "state": "NJ", "zip": "08865-2075", "country": "United States", "phone": "+1 908 213 2997", "revenue": "0.556", "employees": "5", "sic": "4813", "sicDescription": "Telephone Communications (No Radiotelephone)", "naics": "517110", "naicsDescription": "Wired Telecommunications Carriers", "financialYearEnd": "0", "equifaxId": "28217772", "revenueCurrency": "USD", "industryCode": "29", "britishSics": [ { "britishSic": "61200", "description": "Wireless telecommunications activities" }, { "britishSic": "61300", "description": "Satellite telecommunications activities" }, { "britishSic": "61100", "description": "Wired telecommunications activities" }, { "britishSic": "61900", "description": "Other telecommunications activities" } ], "foundationDate": "2003", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "AlphabetGarten", "sources": [ "Equifax" ], "companyId": 7193601, "websites": [ "www.alphabetgarten.com" ] } }, { "matchScores": { "matchScore": 0.37411415 }, "company": { "name": "Alphabet Soup and Monogram Stew, Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Retail", "subIndustry": "Florists and Nurseries", "street": "113 W Thomas St ", "city": "Hammond", "state": "LA", "zip": "70401-3250", "country": "United States", "phone": "+1 985 345 5271", "revenue": "0.617", "employees": "9", "sic": "5947", "sicDescription": "Gift, Novelty, And Souvenir Shops", "naics": "453220", "naicsDescription": "Gift", "financialYearEnd": "0", "equifaxId": "10468329", "revenueCurrency": "USD", "industryCode": "27", "subIndustryCode": "27_9", "britishSics": [ { "britishSic": "47760", "description": "Retail sale of flowers, plants, seeds, fertilizers, pet animals and pet food in specialised stores" } ], "foundationDate": "1999", "companyBlogProfile": "http://feeds.feedburner.com/ucllc/brandnew", "sources": [ "Equifax" ], "companyId": 9037453 } }, { "matchScores": { "matchScore": 0.36610386 }, "company": { "name": "Alphabet Soup Nursery & Pre-school, Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "1344 Lake Ave ", "city": "Metairie", "state": "LA", "zip": "70005-1972", "country": "United States", "phone": "+1 504 833 5523", "revenue": "0.155", "employees": "5", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "financialYearEnd": "0", "equifaxId": "10427309", "revenueCurrency": "USD", "industryCode": "10", "subIndustryCode": "10_3", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "1999", "companyTaxId": "721453617", "sources": [ "Equifax" ], "companyId": 9015479 } }, { "matchScores": { "matchScore": 0.30368128 }, "company": { "name": "The Alphabet Shop, Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Corporate Services", "subIndustry": "Billboards and Outdoor Advertising", "street": "300 Elgin Ave", "city": "Elgin", "state": "IL", "zip": "60120-8412", "country": "United States", "phone": "(847) 888-3150", "fax": "1-847-8885588", "revenue": "2.85", "employees": "25", "description": "Established in 1963, The Alphabet Shop, Inc. is based in Elgin, IL. It specializes in the design and fabrication of custom sign products. The company's product line includes corporate branding, dimensional logos, exterior signs, buildings and office IDs, and glass decors.", "sic": "3993", "sicDescription": "Signs And Advertising Specialities", "naics": "339950", "naicsDescription": "Sign Manufacturing", "financialYearEnd": "0", "equifaxId": "16309661", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_4", "britishSics": [ { "britishSic": "73110", "description": "Advertising agencies" } ], "foundationDate": "1963", "companyBlogProfile": "http://www.alphabetshop.com/glass-decor/feed/", "sources": [ "User Generated", "InsideView", "Equifax", "Cortera" ], "companyId": 5596488, "websites": [ "www.alphabetshop.com" ] } } ] }, { "id": "2", "match": { "matchScores": { "matchScore": 0.50287357 }, "company": { "name": "Microsoft Corporation", "companyType": "Public", "companyStatus": "Operating", "industry": "Computer Software", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip": "98052-6399", "country": "United States", "phone": "+1 425 882 8080", "fax": "1-425-7067329", "revenue": "1230.0", "employees": "114000", "description": "Microsoft Corporation, an American multinational technology company headquartered in Redmond, Washington, that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its software products includes the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer and Edge web browsers. Its flagship hardware products includes the Xbox game consoles and the Microsoft Surface tablet lineup. It also offers cloud-based solutions that provide customers with software, services, and content over the Internet by way of shared computing resources located in centralized data centers. It also designs and sells hardware, including PCs, tablets, gaming and entertainment consoles, phones, other intelligent devices, and related accessories.", "sic": "7372", "sicDescription": "Services-Prepackaged Software", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "0", "equifaxId": "49615062", "fortuneRanking": "31", "mostRecentQuarter": "Jan, 2016", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "foundationDate": "1975", "companyTaxId": "911144442", "companyFacebookProfile": "20528438720", "companyTwitterProfile": "Microsoft", "companyLinkedInProfile": "microsoft", "sources": [ "User Generated", "Web References", "Reuters", "InsideView", "Community", "Equifax" ], "companyId": 726263, "websites": [ "www.microsoft.com" ] } }, "probableMatches": [ { "matchScores": { "matchScore": 0.50287357 }, "company": { "name": "Microsoft Canada Co.", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "1950 Meadowvale Boulevard", "city": "Mississauga", "state": "ON", "zip": "L5N 8L9", "country": "Canada", "phone": "+1 905 568 0434", "fax": "1-905-568-1527", "revenue": "2031.0", "employees": "1200", "description": "Microsoft Canada Inc. provides Microsoft software and hardware sales, marketing, consulting, and local support services in Canada. It offers Windows operating system; Internet Explorer; Windows products for businesses; and other Microsoft products, such as Microsoft Security Essentials to guard against viruses, spyware, and other malicious software. The company offers Microsoft Office applications, such as Word, Excel, PowerPoint, Outlook, OneNote, Access, Publisher, Office Online, and Office Mobile; and Exchange, SharePoint, Lync, Project, Visio, Office for Mac, Perceptive Pixel, Yammer, and Power BI for businesses; and Microsoft Office applications, such as Office 365 Home, Office 365 Personal, and Office Home and Student 2013 for homes. It offers devices, including tablets, computers, Microsoft hardware, Xbox, Windows Phone, and Nokia devices. The company also offers services, such as OneDrive to store and share photos, videos, and more; Outlook.com, a cloud email service; Skype for free group video calling; MSN Canada, an online platform that combines premium content from the media outlets in the categories, including sports, entertainment, money, travel, and video; and bing. In addition, it offers server and cloud products, such as Windows Server, SQL Server, Visual Studio, and Azure; and tools for developers and IT Professionals, and business and enterprises. Further, the company sells software and other products online. Microsoft Canada Inc. was formerly known as Vexcel Canada, Inc. The company was founded in 1985 and is headquartered in Mississauga, Canada with additional offices in Quebec City, Montreal, Ottawa, Toronto, Winnipeg, Calgary, Edmonton, and Vancouver in Canada. Microsoft Canada Inc. operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "0", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "17724776", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1985", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://citoyennete.microsoft.ca//rss.aspx", "sources": [ "User Generated", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 11730, "websites": [ "www.microsoft.com/canada" ] } }, { "matchScores": { "matchScore": 0.50287357 }, "company": { "name": "Microsoft Limited", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Microsoft Campus Thames Valley Park", "city": "Reading", "state": "Berkshire", "zip": "RG6 1WG", "country": "United Kingdom", "phone": "44 8706 010 100", "fax": "44 8706 020 100", "revenue": "1193.0", "employees": "3168", "description": "Microsoft Limited develops, manufactures, and markets business software products such as database, project management, messaging and collaboration, desktop publishing, networking, and small business tools. The companys products include operating systems; Internet and Intranet servers; development tools such as Visual Basic, Visual C++, Visual FoxPro, and office development; Internet technologies; and server suites. In addition, it offers online services, Internet development tools, business solutions applications, and online games software solutions. The company was founded in 1982 and is headquartered in Reading, United Kingdom with additional offices in Cambridge, Edinburgh, London, and Manchester, United Kingdom. Microsoft Limited operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "0", "parentCompanyId": "1363701", "ultimateParentId": "726263", "equifaxId": "27103955", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "France", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft EMEA SAS", "foundationDate": "1982", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://sharepoint.microsoft.com/blog/_layouts/feed.aspx?xsl=2&web=/blog&page=22654897-5355-409b-86b7-192955bb57d8&wp=68c8045f-372d-4f87-9353-79936acfad48&pageurl=/blog/Pages/default.aspx", "sources": [ "Web References", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 11930, "websites": [ "www.microsoft.com" ] } }, { "matchScores": { "matchScore": 0.50287357 }, "company": { "name": "Microsoft Advertising", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "821 Second Avenue 18th Floor", "city": "Seattle", "state": "WA", "zip": "98104", "country": "United States", "phone": "+1 206 816 8800", "fax": "1-206-816-8808", "revenue": "0.0", "employees": "0", "description": "Microsoft Advertising provides digital advertising solutions for brands to reach their targets across audiences, channels, and screens. It offers display ad targeting, multi-screen, rich media, search, social advertising, consumer research, consumer decision journey, digital trends, and audience research services. The company was formerly known as aQuantive Inc. and changed its name to Microsoft Advertising in August 2007. As a result of acquisition of aQuantive Inc. by Microsoft Corporation, aQuantive Inc.s name got changed. The company was founded in 1997 and is based in Seattle, Washington. As of August 13, 2007, Microsoft Advertising operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1997", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://community.microsoftadvertising.com/blogs/advertising/rss.aspx", "sources": [ "User Generated", "Web References", "S&P Capital IQ", "InsideView", "Community" ], "companyId": 916163, "websites": [ "www.advertising.microsoft.com" ] } }, { "matchScores": { "matchScore": 0.47620690000000004 }, "company": { "name": "Microsoft (China) Co. Ltd.", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "1st Floor, Microsoft Tower LSH Plaza 8 Wangjing Street Chaoyang", "city": "Beijing", "zip": "100102", "country": "People's Republic of China", "phone": "86 10 5917 0101", "fax": "86 10 5925 8588", "revenue": "0.0", "employees": "6000", "description": "Microsoft (China) Co. Ltd. provides software products for computing devices in Chinese region. The company was founded in 1995 and is based in Beijing, China. Microsoft (China) Co. Ltd. operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1995", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://www.microsoft.com/china/licensing/rss.ashx", "sources": [ "S&P Capital IQ", "InsideView", "Community" ], "companyId": 1034338, "websites": [ "www.microsoft.com/china" ] } }, { "matchScores": { "matchScore": 0.47097256000000004 }, "company": { "name": "Microsoft Taiwan Corporation", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "8F, Sungren Road no. 7 Shinyi Chiu", "city": "Taipei", "country": "Taiwan", "phone": "886 2 3725 3888", "fax": "886 2 3725 3999", "revenue": "0.0", "employees": "500", "description": "Microsoft Taiwan Corporation operates as a subsidiary of Microsoft Corpoartion.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://www.microsoft.com/taiwan/student/xml/rss.xml", "sources": [ "S&P Capital IQ", "InsideView" ], "companyId": 1604931, "websites": [ "www.microsoft.com/Taiwan" ] } }, { "matchScores": { "matchScore": 0.46120690000000003 }, "company": { "name": "Microsoft Dynamics", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "subIndustry": "Customer Relationship Management", "street": "One Lone Tree Road", "city": "Fargo", "state": "ND", "zip": "58104-3911", "country": "United States", "phone": "+1 701 281 6500", "fax": "1-701-281-6868", "revenue": "1300.0", "employees": "0", "description": "Microsoft Dynamics Inc. provides customer relationship management (CRM) and enterprise resource planning (ERP) business solutions for small and midsized businesses, and large organizations globally. It offers Microsoft Dynamics CRM solution that provides social insights, business intelligence, and productivity solutions; Microsoft Social Engagement solution that helps users harness the power of the social Web by analyzing what people are saying on social media and in the news; Microsoft Dynamics Marketing, an integrated marketing resource management solution for marketing operation, planning, execution, and analytics across digital, social, and traditional channels; and Microsoft Dynamics AX, an ERP solution with capabilities for financial, human resources, and operations management, as well as industry capabilities for retailers, manufacturers, service industries, and public sector organizations. The company also offers Microsoft Dynamics GP, which helps businesses gain control over their financials, manage their inventory and operations, and make informed decisions; Microsoft Dynamics NAV, an ERP solution that enables small and midsize businesses to control their financials, as well as simplify their supply chain, manufacturing, and operations; Microsoft Dynamics SL, an ERP project management software; and Microsoft Parature CRM, a customer support software solution. It offers products on the cloud, on-premises, or with a hybrid combination. The company serves retail, service, manufacturing, and financial services industries, as well as the public sector. It offers products through its network of partners. Microsoft Dynamics Inc. has a strategic partnership with Adobe Systems Incorporated. The company was founded in 1981 and is based in Fargo, North Dakota. Microsoft Dynamics Inc. operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "0", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "32168793", "revenueCurrency": "USD", "industryCode": "7", "subIndustryCode": "7_16", "britishSics": [ { "britishSic": "62012", "description": "Business and domestic software development" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1981", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "sources": [ "S&P Capital IQ", "InsideView", "Equifax", "Community" ], "companyId": 437661, "websites": [ "www.microsoft.com/en-us/dynamics/default.aspx" ] } }, { "matchScores": { "matchScore": 0.4484518 }, "company": { "name": "Microsoft Corporation (India) Pvt. Ltd.", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "10th Floor, Tower B & C, DLF Building No.5 (Epitome) Cyber City DLF Phase III", "city": "Gurgaon", "state": "Haryana", "zip": "122002", "country": "India", "phone": "080 40103000", "fax": "91 12 4415 8888", "revenue": "0.0", "employees": "5800", "description": "Microsoft Corporation (India) Pvt. Ltd. offers information technology solutions (IT). Its products and technologies include office online, business solutions, MSN, games, home software, Windows Mobile, and volume licensing; Windows products, such as Windows Vista, Windows XP, Internet Explorer, Windows Media Player, Windows Desktop Search, and Windows Live; and office products, which include Product Information, Office Live, Office Help and How-to, Templates, Clip Art and Media, Office Trials, and Office Online Training and Demos. It also offers Windows servers, SQL servers, exchange servers, Windows server update services, server trials, and TechNet subscriptions; business solutions that include Microsoft Dynamics and Money; and developer tools, such as MSDN, Visual Studio, Visual Basic, Visual C++, Visual C#, .NET Framework, ASP.Net, Windows Embedded, and MSDN Subscriptions. In addition, it offers a set of developer tools and software development kits for PHP developers building applications for Windows Azure; and Microsoft Dynamics AX for the retail sector in India. Further, it offers hardware products, such as PC hardware, Xbox Gaming, PC Gaming hardware, mouse and keyboard products, smart phones and PDAs, Zune, presenter products, media center peripherals, digital communications, and fingerprint readers; and learning tools, events and Webcasts, Windows training and events, and IT Pro training and certification. Its Windows Activation Technologies comes integrated with Windows 7 and is a tool that users need to activate to authenticate their Windows 7 on their PCs. The company has a strategic contract with TATA DOCOMO. The company was incorporated in 1988 and is based in Gurgaon, India with additional offices in Ahmedabad, Bangalore, Chandigarh, Chennai, Coimbatore, Hyderabad, Indore, Jaipur, Jamshedpur, Kochi, Kolkata, Lucknow, Mumbai, Nagpur, New Delhi, and Pune, India. Microsoft Corporation (India) Pvt. Ltd. operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1988", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "sources": [ "S&P Capital IQ", "InsideView", "Community" ], "companyId": 13133, "websites": [ "www.microsoft.com/india/msindia/" ] } }, { "matchScores": { "matchScore": 0.4484518 }, "company": { "name": "Microsoft Deutschland GmbH", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Konrad-Zuse-Street 1 Unterschleißheim", "city": "Munich", "state": "Bavaria", "zip": "85716", "country": "Germany", "phone": "49 89 3176 0", "fax": "49 89 3176 1000", "revenue": "720.00000144", "employees": "2700", "description": "Microsoft Deutschland GmbH operates as a subsidiary of Microsoft Corporation.", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "0", "parentCompanyId": "726263", "ultimateParentId": "726263", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "companyBlogProfile": "http://code.msdn.microsoft.com/officeapps/site/feeds/searchRss", "sources": [ "S&P Capital IQ", "Kompass", "InsideView", "Community" ], "companyId": 1368004, "websites": [ "www.microsoft.com/de-de" ] } }, { "matchScores": { "matchScore": 0.44467804 }, "company": { "name": "Microsoft Game Studios", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip": "98052-6399", "country": "United States", "phone": "+1 425 882 8080", "fax": "1-425-706-7329", "revenue": "0.0", "employees": "0", "description": "Microsoft Studios develops and publishes games and other entertainment products. It also develops and distributes video and media solutions worldwide. It has a strategic partnership with Arkadium, Inc. Microsoft Studios was formerly known as Microsoft Game Studios. The company was formerly known as Microsoft Game Studios. The company was founded in 2002 and is based in Redmond, Washington. Microsoft Studios operates as a subsidiary of Microsoft Corporation.", "sic": "3944", "sicDescription": "Games, Toys & Children's Vehicles (No Dolls & Bicycles)", "naics": "339930", "naicsDescription": "Doll", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "33441604", "revenueCurrency": "USD", "industryCode": "7", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "2002", "companyFacebookProfile": "164745280237742", "companyBlogProfile": "http://news.microsoft.com/feed/", "sources": [ "S&P Capital IQ", "InsideView", "Equifax" ], "companyId": 712110, "websites": [ "www.microsoft.com/games" ] } }, { "matchScores": { "matchScore": 0.44467804 }, "company": { "name": "Microsoft Licensing, GP", "companyType": "Subsidiary", "companyStatus": "Subsidiary", "industry": "Corporate Services", "subIndustry": "IT Services and Consulting", "street": "6100 Neil Road Suite 100", "city": "Reno", "state": "NV", "zip": "89511", "country": "United States", "phone": "+1 775 823 5600", "fax": "1-775-823-7287", "revenue": "0.0", "employees": "165", "description": "Microsoft Licensing, GP manages and supports Microsoft product licensing agreements and delivery of products in North America and South America. It enables organizations to acquire, distribute, and utilize Microsoft solutions, including software, hardware, and services. The company was founded in 1997 and is based in Reno, Nevada. Microsoft Licensing, GP operates as a subsidiary of Microsoft Corporation.", "sic": "8742", "sicDescription": "Services-Management Consulting Services", "naics": "533110", "naicsDescription": "Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "12182569", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_19", "britishSics": [ { "britishSic": "62090", "description": "Other information technology service activities" }, { "britishSic": "62020", "description": "Information technology consultancy activities" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1997", "companyTaxId": "911144442", "companyFacebookProfile": "164745280237742", "companyTwitterProfile": "microsoftindia", "sources": [ "User Generated", "S&P Capital IQ", "InsideView", "Equifax" ], "companyId": 424385, "websites": [ "www.microsoft.com" ] } } ] } ] }<
Type: application/xml
Schema:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xs:element name="companyMatches">
<xs:complexType>
<xs:sequence>
<xs:element ref="companyMatch" maxOccurs="unbounded"
minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="companyMatch">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:integer" />
<xs:element ref="match" />
<xs:element name="probableMatches" maxOccurs="unbounded"
minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="company" type="companyDTO" />
<xs:element ref="matchScores" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="match">
<xs:complexType>
<xs:sequence>
<xs:element name="company" type="companyDTO" />
<xs:element ref="matchScores" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="companyDTO">
<xs:sequence>
<xs:element name="companyId" type="xs:int" minOccurs="0"/>
<xs:element name="tickers" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ticker" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="exchange" type="xs:string" minOccurs="0"/>
<xs:element name="tickerName" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="websites" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="website" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sources" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="source" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="britishSics" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="britishSicDetails" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="britishSic" type="xs:string" minOccurs="0"/>
<xs:element name="description" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="city" type="xs:string" minOccurs="0"/>
<xs:element name="companyBlogProfile" type="xs:string" minOccurs="0"/>
<xs:element name="companyFacebookProfile" type="xs:string" minOccurs="0"/>
<xs:element name="companyLinkedInProfile" type="xs:string" minOccurs="0"/>
<xs:element name="companyStatus" type="xs:string" minOccurs="0"/>
<xs:element name="companyTwitterProfile" type="xs:string" minOccurs="0"/>
<xs:element name="companyTaxId" type="xs:string" minOccurs="0"/>
<xs:element name="companyType" type="xs:string" minOccurs="0"/>
<xs:element name="country" type="xs:string" minOccurs="0"/>
<xs:element name="dbe" type="xs:boolean" minOccurs="0"/>
<xs:element name="lgbt" type="xs:boolean" minOccurs="0"/>
<xs:element name="disabled" type="xs:boolean" minOccurs="0"/>
<xs:element name="description" type="xs:string" minOccurs="0"/>
<xs:element name="employeeRange" type="xs:string" minOccurs="0"/>
<xs:element name="employees" type="xs:string" minOccurs="0"/>
<xs:element name="equifaxId" type="xs:string" minOccurs="0"/>
<xs:element name="ethnicity" type="xs:string" minOccurs="0"/>
<xs:element name="fax" type="xs:string" minOccurs="0"/>
<xs:element name="financialYearEnd" type="xs:string" minOccurs="0"/>
<xs:element name="fortuneRanking" type="xs:string" minOccurs="0"/>
<xs:element name="foundationDate" type="xs:string" minOccurs="0"/>
<xs:element name="gender" type="xs:string" minOccurs="0"/>
<xs:element name="industry" type="xs:string" minOccurs="0"/>
<xs:element name="industryCode" type="xs:string" minOccurs="0"/>
<xs:element name="mbe" type="xs:boolean" minOccurs="0"/>
<xs:element name="mostRecentQuarter" type="xs:string" minOccurs="0"/>
<xs:element name="naics" type="xs:string" minOccurs="0"/>
<xs:element name="naicsDescription" type="xs:string" minOccurs="0"/>
<xs:element name="name" type="xs:string" minOccurs="0"/>
<xs:element name="parentCompanyCountry" type="xs:string" minOccurs="0"/>
<xs:element name="parentCompanyId" type="xs:string" minOccurs="0"/>
<xs:element name="parentCompanyName" type="xs:string" minOccurs="0"/>
<xs:element name="phone" type="xs:string" minOccurs="0"/>
<xs:element name="revenue" type="xs:string" minOccurs="0"/>
<xs:element name="revenueCurrency" type="xs:string" minOccurs="0"/>
<xs:element name="revenueRange" type="xs:string" minOccurs="0"/>
<xs:element name="sic" type="xs:string" minOccurs="0"/>
<xs:element name="sicDescription" type="xs:string" minOccurs="0"/>
<xs:element name="state" type="xs:string" minOccurs="0"/>
<xs:element name="street" type="xs:string" minOccurs="0"/>
<xs:element name="subIndustry" type="xs:string" minOccurs="0"/>
<xs:element name="subIndustryCode" type="xs:string" minOccurs="0"/>
<xs:element name="subsidiary" type="xs:string" minOccurs="0"/>
<xs:element name="ultimateParentCompanyCountry" type="xs:string" minOccurs="0"/>
<xs:element name="ultimateParentCompanyName" type="xs:string" minOccurs="0"/>
<xs:element name="ultimateParentId" type="xs:string" minOccurs="0"/>
<xs:element name="vbe" type="xs:boolean" minOccurs="0"/>
<xs:element name="wbe" type="xs:boolean" minOccurs="0"/>
<xs:element name="zip" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="id" type="xs:integer" />
<xs:element name="matchScores">
<xs:complexType>
<xs:sequence>
<xs:element name="cityScore" type="xs:integer" />
<xs:element name="countryScore" type="xs:integer" />
<xs:element name="matchScore" type="xs:integer" />
<xs:element name="nameScore" type="xs:integer" />
<xs:element name="phoneScore" type="xs:integer" />
<xs:element name="rank" type="xs:integer" />
<xs:element name="stateScore" type="xs:integer" />
<xs:element name="streetScore" type="xs:integer" />
<xs:element name="tickerScore" type="xs:integer" />
<xs:element name="urlScore" type="xs:integer" />
<xs:element name="zipScore" type="xs:integer" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
Example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<companyMatches>
<companyMatch>
<id>1</id>
<match>
<company>
<companyId>736233</companyId>
<websites>
<website>https://abc.xyz</website>
</websites>
<sources>
<source>User Generated</source>
<source>Web References</source>
<source>S&P Capital IQ</source>
<source>Reuters</source>
<source>InsideView</source>
<source>Equifax</source>
<source>Cortera</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>63990</britishSic>
<description>Other information service activities n.e.c.</description>
</britishSicDetails>
</britishSics>
<city>MOUNTAIN VIEW</city>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Operating</companyStatus>
<companyTaxId>770493581</companyTaxId>
<companyTwitterProfile>alphabet</companyTwitterProfile>
<companyType>Public</companyType>
<country>United States</country>
<description>Alphabet Inc (formerly Google, Inc.) is a collection of Companies. The Company’s collection include Calico, Google’s health and longevity effort; Nest its connected home business; Fiber, its gigabit internet arm; and its investment divisions such as Google Ventures and Google Capital, and incubator projects, such as Google X. These will be managed separately in Alphabet. On October 2, 2015, Google implemented a holding company reorganization pursuant to the Agreement and Plan of Merger (the Merger Agreement), dated as of October 2, 2015, among Google, Alphabet and Maple Technologies Inc., a Delaware corporation (Merger Sub), which resulted in Alphabet owning all of the outstanding capital stock of Google. Pursuant to the Alphabet Merger, Merger Sub, a direct, wholly owned subsidiary of Alphabet and an indirect, wholly owned subsidiary of Google, merged with and into Google, with Google surviving as a direct, wholly owned subsidiary of Alphabet.</description>
<employees>69953</employees>
<equifaxId>15875469</equifaxId>
<fax>+1-302-6365454</fax>
<financialYearEnd>0</financialYearEnd>
<fortuneRanking>40</fortuneRanking>
<foundationDate>2015</foundationDate>
<industry>Media</industry>
<industryCode>23</industryCode>
<mostRecentQuarter>Sep, 2016</mostRecentQuarter>
<naics>519130</naics>
<naicsDescription>Internet Publishing and Broadcasting and Web Search Portals</naicsDescription>
<name>Alphabet Inc</name>
<phone>+1-650-2530000</phone>
<revenue>85537.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7375</sic>
<sicDescription>Information Retrieval Services</sicDescription>
<state>CA</state>
<street>1600 Amphitheatre Pkwy</street>
<subIndustry>Internet Search and Navigation Services</subIndustry>
<subIndustryCode>23_15</subIndustryCode>
<zip>94043-1351</zip>
</company>
<matchScores>
<matchScore>0.5138888500000001</matchScore>
</matchScores>
</match>
<probableMatches>
<company>
<companyId>8070174</companyId>
<websites>
<website>www.alphabetranchcdc.com</website>
</websites>
<sources>
<source>InsideView</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>88910</britishSic>
<description>Child day-care activities</description>
</britishSicDetails>
</britishSics>
<city>Sacramento</city>
<companyStatus>Operating</companyStatus>
<companyType>Private</companyType>
<country>United States</country>
<employees>7</employees>
<equifaxId>6662839</equifaxId>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1986</foundationDate>
<industry>Consumer Services</industry>
<industryCode>10</industryCode>
<naics>624410</naics>
<naicsDescription>Child Day Care Services</naicsDescription>
<name>Alphabet Ranch Inc.</name>
<phone>+1 916 338 0220</phone>
<revenue>0.4</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>8351</sic>
<sicDescription>Services-Child Day Care Services</sicDescription>
<state>CA</state>
<street>6224 Garfield Ave </street>
<subIndustry>Child Care Services</subIndustry>
<subIndustryCode>10_3</subIndustryCode>
<zip>95841-2011</zip>
</company>
<matchScores>
<matchScore>0.4868781</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>2681965</companyId>
<websites>
<website>www.alphabetenergy.com</website>
</websites>
<sources>
<source>LinkSV</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>35110</britishSic>
<description>Production of electricity</description>
</britishSicDetails>
</britishSics>
<city>Hayward</city>
<companyBlogProfile>http://www.alphabetenergy.com/blog/?feed=rss2</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyLinkedInProfile>https://www.linkedin.com/company/alphabet-energy</companyLinkedInProfile>
<companyStatus>Operating</companyStatus>
<companyTwitterProfile>alphabetenergy</companyTwitterProfile>
<companyType>Private</companyType>
<country>United States</country>
<description>Alphabet Energy, Inc. develops and markets waste heat recovery technology that converts waste heat into electricity internationally. The companys thermoelectric materials and devices are used to turn heat directly into electricity in various applications, such as metals refining, cement and glass production, power generation, automotive and aerospace, and military. The company was founded in 2009 and is based in Hayward, California.</description>
<employees>3</employees>
<equifaxId>56980133</equifaxId>
<foundationDate>2009</foundationDate>
<industry>Energy and Environmental</industry>
<industryCode>14</industryCode>
<naics>541712</naics>
<naicsDescription>Research and Development in the Physical</naicsDescription>
<name>Alphabet Energy, Inc.</name>
<phone>415-813-1201</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>4911</sic>
<sicDescription>Electric Services</sicDescription>
<state>California</state>
<street>26225 Eden Landing Road Suite D</street>
<subIndustry>Cogeneration and Small Power Producers</subIndustry>
<subIndustryCode>14_2</subIndustryCode>
<zip>94545</zip>
</company>
<matchScores>
<matchScore>0.4550654</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>245682</companyId>
<websites/>
<sources>
<source>User Generated</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>27400</britishSic>
<description>Manufacture of electric lighting equipment</description>
</britishSicDetails>
</britishSics>
<city>Warren</city>
<companyBlogProfile>http://www.graffitialphabetblog.com/feed/</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyType>Subsidiary</companyType>
<country>United States</country>
<description>Alphabet, Inc. designs and manufactures electrical components and systems for the automotive industry, medium and heavy-duty trucks, and off-highway vehicles. Its products include power distribution centers, power and signal distribution systems, wire harnesses, and instrument panels and modular assemblies. The company was founded in 1965 and is based in Warren, Ohio. Alphabet, Inc. operates as a subsidiary of Stoneridge Inc.</description>
<employees>0</employees>
<fax>1-330-856-6011</fax>
<foundationDate>1965</foundationDate>
<industry>Construction and Building Materials</industry>
<industryCode>8</industryCode>
<naics>335121</naics>
<naicsDescription>Residential Electric Lighting Fixture Manufacturing</naicsDescription>
<name>Alphabet, Inc.</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>1689833</parentCompanyId>
<parentCompanyName>Stoneridge Inc</parentCompanyName>
<phone>+1 330 856 3366</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>3645</sic>
<sicDescription>Residential Lighting Fixtures</sicDescription>
<state>OH</state>
<street>8640 East Market Street</street>
<subIndustry>Electric Lighting and Wiring</subIndustry>
<subIndustryCode>20_9</subIndustryCode>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Stoneridge Inc</ultimateParentCompanyName>
<ultimateParentId>1689833</ultimateParentId>
<zip>44484</zip>
</company>
<matchScores>
<matchScore>0.4550654</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>10869812</companyId>
<websites>
<website>www.nbty.com</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
</sources>
<britishSics/>
<city>Ronkonkoma</city>
<companyStatus>Operating</companyStatus>
<companyType>Private</companyType>
<country>United States</country>
<description>Alphabet Holding Company, Inc. manufactures, markets, distributes, and retails vitamins, nutritional supplements, and related products in the United States and internationally. The company markets approximately 25,000 individual stock keeping units, including vitamins, minerals, herbs, and supplements (VMHS) products; and food products, such as fruits and nuts under various brands, including Nature's Bounty, Osteo Bi-Flex, Pure Protein, Body Fortress, Sundown, MET-Rx, Rexall, Balance Bar, Ester-C, Solgar, SISU, Good 'N Natural, American Health, Home Health, Physiologics, Puritan's Pride, Worldwide Sport Nutrition, Natural Wealth, Holland & Barrett, GNC (UK), De Tuinen, Essenza, and Vitamin World. It operates through four segments: Wholesale, European Retail, Direct Response/E-Commerce, and North American Retail. The Wholesale segment sells branded and private label VMHS products to mass merchandisers, club stores, drug store chains, supermarkets, independent pharmacies, health food stores, the military, and other retailers. The European Retail segment engages in retail operations. As of September 30, 2014, it operated 755 Holland & Barrett stores in China, Singapore, the United Arab Emirates, Cyprus, Malta, Gibraltar, and Iceland; 53 GNC (UK) stores in the United Kingdom; 146 De Tuinen stores in the Netherlands; 47 Natures Way stores in Ireland; and 15 Essenza stores in Belgium. This segment also sells its products through hollandandbarret.com, hollandandbarrett.co.uk, hollandandbarrett.ie, detuinen.nl, and gnc.co.uk sites. The Direct Response/E-Commerce segment sells proprietary brands and third-party products primarily through mail order catalogs and puritan.com site. The North American Retail segment sells proprietary brand and third-party products. It operated 414 Vitamin World stores primarily in regional and outlet malls in the United States, as well as vitaminworld.com Website. The company was founded in 1971 and is headquartered in Ronkonkoma, New York.</description>
<employees>0</employees>
<foundationDate>1971</foundationDate>
<naics>325412</naics>
<naicsDescription>Pharmaceutical Preparation Manufacturing</naicsDescription>
<name>Alphabet Holding Company, Inc.</name>
<phone>+1 631 567 9500</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>2833</sic>
<sicDescription>Medicinal Chemicals & Botanical Products</sicDescription>
<state>NY</state>
<street>2100 Smithtown Avenue</street>
<zip>11779</zip>
</company>
<matchScores>
<matchScore>0.4550654</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>6442246</companyId>
<websites/>
<sources>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>26110</britishSic>
<description>Manufacture of electronic components</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>27200</britishSic>
<description>Manufacture of batteries and accumulators</description>
</britishSicDetails>
</britishSics>
<city>Greenwood</city>
<companyStatus>Operating</companyStatus>
<companyType>Private</companyType>
<country>United States</country>
<employees>265</employees>
<equifaxId>3223816</equifaxId>
<fax>1-864-2238437</fax>
<financialYearEnd>0</financialYearEnd>
<foundationDate>2011</foundationDate>
<industry>Electronics</industry>
<industryCode>13</industryCode>
<naics>334419</naics>
<naicsDescription>Other Electronic Component Manufacturing</naicsDescription>
<name>Alphabet Inc</name>
<phone>+1 864 223 0785</phone>
<revenue>174.041</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>3679</sic>
<sicDescription>Electronic Components, Nec</sicDescription>
<state>SC</state>
<street>111 Outrigger </street>
<subIndustry>Electronic Components and Accessories</subIndustry>
<subIndustryCode>13_5</subIndustryCode>
<zip>29649-8622</zip>
</company>
<matchScores>
<matchScore>0.4550654</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>6871318</companyId>
<websites>
<website>http://www.alphabetlearningcenter.com/</website>
</websites>
<sources>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>88910</britishSic>
<description>Child day-care activities</description>
</britishSicDetails>
</britishSics>
<city>Tampa</city>
<companyLinkedInProfile>alphabet-learning-center</companyLinkedInProfile>
<companyStatus>Operating</companyStatus>
<companyTaxId>592720019</companyTaxId>
<companyType>Private</companyType>
<country>United States</country>
<employees>9</employees>
<equifaxId>4118455</equifaxId>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1986</foundationDate>
<industry>Consumer Services</industry>
<industryCode>10</industryCode>
<naics>624410</naics>
<naicsDescription>Child Day Care Services</naicsDescription>
<name>Alphabet Learning Center, Inc</name>
<phone>+1 813 884 4542</phone>
<revenue>0.214</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>8351</sic>
<sicDescription>Services-Child Day Care Services</sicDescription>
<state>FL</state>
<street>4423 Kelly Rd </street>
<subIndustry>Child Care Services</subIndustry>
<subIndustryCode>10_3</subIndustryCode>
<zip>33615-5203</zip>
</company>
<matchScores>
<matchScore>0.4138482</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>7193601</companyId>
<websites>
<website>www.alphabetgarten.com</website>
</websites>
<sources>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>61200</britishSic>
<description>Wireless telecommunications activities</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>61300</britishSic>
<description>Satellite telecommunications activities</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>61100</britishSic>
<description>Wired telecommunications activities</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>61900</britishSic>
<description>Other telecommunications activities</description>
</britishSicDetails>
</britishSics>
<city>Phillipsburg</city>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Operating</companyStatus>
<companyTwitterProfile>AlphabetGarten</companyTwitterProfile>
<companyType>Private</companyType>
<country>United States</country>
<employees>5</employees>
<equifaxId>28217772</equifaxId>
<financialYearEnd>0</financialYearEnd>
<foundationDate>2003</foundationDate>
<industry>Telecommunications</industry>
<industryCode>29</industryCode>
<naics>517110</naics>
<naicsDescription>Wired Telecommunications Carriers</naicsDescription>
<name>Alphabet Resources Inc</name>
<phone>+1 908 213 2997</phone>
<revenue>0.556</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>4813</sic>
<sicDescription>Telephone Communications (No Radiotelephone)</sicDescription>
<state>NJ</state>
<street>365 Stonehenge Dr </street>
<zip>08865-2075</zip>
</company>
<matchScores>
<matchScore>0.40967686000000003</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>9037453</companyId>
<websites/>
<sources>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>47760</britishSic>
<description>Retail sale of flowers, plants, seeds, fertilizers, pet animals and pet food in specialised stores</description>
</britishSicDetails>
</britishSics>
<city>Hammond</city>
<companyBlogProfile>http://feeds.feedburner.com/ucllc/brandnew</companyBlogProfile>
<companyStatus>Operating</companyStatus>
<companyType>Private</companyType>
<country>United States</country>
<employees>9</employees>
<equifaxId>10468329</equifaxId>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1999</foundationDate>
<industry>Retail</industry>
<industryCode>27</industryCode>
<naics>453220</naics>
<naicsDescription>Gift</naicsDescription>
<name>Alphabet Soup and Monogram Stew, Inc</name>
<phone>+1 985 345 5271</phone>
<revenue>0.617</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>5947</sic>
<sicDescription>Gift, Novelty, And Souvenir Shops</sicDescription>
<state>LA</state>
<street>113 W Thomas St </street>
<subIndustry>Florists and Nurseries</subIndustry>
<subIndustryCode>27_9</subIndustryCode>
<zip>70401-3250</zip>
</company>
<matchScores>
<matchScore>0.37411415</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>9015479</companyId>
<websites/>
<sources>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>88910</britishSic>
<description>Child day-care activities</description>
</britishSicDetails>
</britishSics>
<city>Metairie</city>
<companyStatus>Operating</companyStatus>
<companyTaxId>721453617</companyTaxId>
<companyType>Private</companyType>
<country>United States</country>
<employees>5</employees>
<equifaxId>10427309</equifaxId>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1999</foundationDate>
<industry>Consumer Services</industry>
<industryCode>10</industryCode>
<naics>624410</naics>
<naicsDescription>Child Day Care Services</naicsDescription>
<name>Alphabet Soup Nursery & Pre-school, Inc</name>
<phone>+1 504 833 5523</phone>
<revenue>0.155</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>8351</sic>
<sicDescription>Services-Child Day Care Services</sicDescription>
<state>LA</state>
<street>1344 Lake Ave </street>
<subIndustry>Child Care Services</subIndustry>
<subIndustryCode>10_3</subIndustryCode>
<zip>70005-1972</zip>
</company>
<matchScores>
<matchScore>0.36610386</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>5596488</companyId>
<websites>
<website>www.alphabetshop.com</website>
</websites>
<sources>
<source>User Generated</source>
<source>InsideView</source>
<source>Equifax</source>
<source>Cortera</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>73110</britishSic>
<description>Advertising agencies</description>
</britishSicDetails>
</britishSics>
<city>Elgin</city>
<companyBlogProfile>http://www.alphabetshop.com/glass-decor/feed/</companyBlogProfile>
<companyStatus>Operating</companyStatus>
<companyType>Private</companyType>
<country>United States</country>
<description>Established in 1963, The Alphabet Shop, Inc. is based in Elgin, IL. It specializes in the design and fabrication of custom sign products. The company's product line includes corporate branding, dimensional logos, exterior signs, buildings and office IDs, and glass decors.</description>
<employees>25</employees>
<equifaxId>16309661</equifaxId>
<fax>1-847-8885588</fax>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1963</foundationDate>
<industry>Corporate Services</industry>
<industryCode>11</industryCode>
<naics>339950</naics>
<naicsDescription>Sign Manufacturing</naicsDescription>
<name>The Alphabet Shop, Inc.</name>
<phone>(847) 888-3150</phone>
<revenue>2.85</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>3993</sic>
<sicDescription>Signs And Advertising Specialities</sicDescription>
<state>IL</state>
<street>300 Elgin Ave</street>
<subIndustry>Billboards and Outdoor Advertising</subIndustry>
<subIndustryCode>11_4</subIndustryCode>
<zip>60120-8412</zip>
</company>
<matchScores>
<matchScore>0.30368128</matchScore>
</matchScores>
</probableMatches>
</companyMatch>
<companyMatch>
<id>2</id>
<match>
<company>
<companyId>726263</companyId>
<websites>
<website>www.microsoft.com</website>
</websites>
<sources>
<source>User Generated</source>
<source>Web References</source>
<source>Reuters</source>
<source>InsideView</source>
<source>Community</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Redmond</city>
<companyFacebookProfile>20528438720</companyFacebookProfile>
<companyLinkedInProfile>microsoft</companyLinkedInProfile>
<companyStatus>Operating</companyStatus>
<companyTaxId>911144442</companyTaxId>
<companyTwitterProfile>Microsoft</companyTwitterProfile>
<companyType>Public</companyType>
<country>United States</country>
<description>Microsoft Corporation, an American multinational technology company headquartered in Redmond, Washington, that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its software products includes the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer and Edge web browsers. Its flagship hardware products includes the Xbox game consoles and the Microsoft Surface tablet lineup. It also offers cloud-based solutions that provide customers with software, services, and content over the Internet by way of shared computing resources located in centralized data centers. It also designs and sells hardware, including PCs, tablets, gaming and entertainment consoles, phones, other intelligent devices, and related accessories.</description>
<employees>114000</employees>
<equifaxId>49615062</equifaxId>
<fax>1-425-7067329</fax>
<financialYearEnd>0</financialYearEnd>
<fortuneRanking>31</fortuneRanking>
<foundationDate>1975</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<mostRecentQuarter>Jan, 2016</mostRecentQuarter>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Corporation</name>
<phone>+1 425 882 8080</phone>
<revenue>1230.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7372</sic>
<sicDescription>Services-Prepackaged Software</sicDescription>
<state>WA</state>
<street>One Microsoft Way</street>
<zip>98052-6399</zip>
</company>
<matchScores>
<matchScore>0.50287357</matchScore>
</matchScores>
</match>
<probableMatches>
<company>
<companyId>11730</companyId>
<websites>
<website>www.microsoft.com/canada</website>
</websites>
<sources>
<source>User Generated</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Community</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Mississauga</city>
<companyBlogProfile>http://citoyennete.microsoft.ca//rss.aspx</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>Canada</country>
<description>Microsoft Canada Inc. provides Microsoft software and hardware sales, marketing, consulting, and local support services in Canada. It offers Windows operating system; Internet Explorer; Windows products for businesses; and other Microsoft products, such as Microsoft Security Essentials to guard against viruses, spyware, and other malicious software. The company offers Microsoft Office applications, such as Word, Excel, PowerPoint, Outlook, OneNote, Access, Publisher, Office Online, and Office Mobile; and Exchange, SharePoint, Lync, Project, Visio, Office for Mac, Perceptive Pixel, Yammer, and Power BI for businesses; and Microsoft Office applications, such as Office 365 Home, Office 365 Personal, and Office Home and Student 2013 for homes. It offers devices, including tablets, computers, Microsoft hardware, Xbox, Windows Phone, and Nokia devices. The company also offers services, such as OneDrive to store and share photos, videos, and more; Outlook.com, a cloud email service; Skype for free group video calling; MSN Canada, an online platform that combines premium content from the media outlets in the categories, including sports, entertainment, money, travel, and video; and bing. In addition, it offers server and cloud products, such as Windows Server, SQL Server, Visual Studio, and Azure; and tools for developers and IT Professionals, and business and enterprises. Further, the company sells software and other products online. Microsoft Canada Inc. was formerly known as Vexcel Canada, Inc. The company was founded in 1985 and is headquartered in Mississauga, Canada with additional offices in Quebec City, Montreal, Ottawa, Toronto, Winnipeg, Calgary, Edmonton, and Vancouver in Canada. Microsoft Canada Inc. operates as a subsidiary of Microsoft Corporation.</description>
<employees>1200</employees>
<equifaxId>17724776</equifaxId>
<fax>1-905-568-1527</fax>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1985</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Canada Co.</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>+1 905 568 0434</phone>
<revenue>2031.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>ON</state>
<street>1950 Meadowvale Boulevard</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>L5N 8L9</zip>
</company>
<matchScores>
<matchScore>0.50287357</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>11930</companyId>
<websites>
<website>www.microsoft.com</website>
</websites>
<sources>
<source>Web References</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Community</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Reading</city>
<companyBlogProfile>http://sharepoint.microsoft.com/blog/_layouts/feed.aspx?xsl=2&web=/blog&page=22654897-5355-409b-86b7-192955bb57d8&wp=68c8045f-372d-4f87-9353-79936acfad48&pageurl=/blog/Pages/default.aspx</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>United Kingdom</country>
<description>Microsoft Limited develops, manufactures, and markets business software products such as database, project management, messaging and collaboration, desktop publishing, networking, and small business tools. The companys products include operating systems; Internet and Intranet servers; development tools such as Visual Basic, Visual C++, Visual FoxPro, and office development; Internet technologies; and server suites. In addition, it offers online services, Internet development tools, business solutions applications, and online games software solutions. The company was founded in 1982 and is headquartered in Reading, United Kingdom with additional offices in Cambridge, Edinburgh, London, and Manchester, United Kingdom. Microsoft Limited operates as a subsidiary of Microsoft Corporation.</description>
<employees>3168</employees>
<equifaxId>27103955</equifaxId>
<fax>44 8706 020 100</fax>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1982</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Limited</name>
<parentCompanyCountry>France</parentCompanyCountry>
<parentCompanyId>1363701</parentCompanyId>
<parentCompanyName>Microsoft EMEA SAS</parentCompanyName>
<phone>44 8706 010 100</phone>
<revenue>1193.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>Berkshire</state>
<street>Microsoft Campus Thames Valley Park</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>RG6 1WG</zip>
</company>
<matchScores>
<matchScore>0.50287357</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>916163</companyId>
<websites>
<website>www.advertising.microsoft.com</website>
</websites>
<sources>
<source>User Generated</source>
<source>Web References</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Seattle</city>
<companyBlogProfile>http://community.microsoftadvertising.com/blogs/advertising/rss.aspx</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>United States</country>
<description>Microsoft Advertising provides digital advertising solutions for brands to reach their targets across audiences, channels, and screens. It offers display ad targeting, multi-screen, rich media, search, social advertising, consumer research, consumer decision journey, digital trends, and audience research services. The company was formerly known as aQuantive Inc. and changed its name to Microsoft Advertising in August 2007. As a result of acquisition of aQuantive Inc. by Microsoft Corporation, aQuantive Inc.s name got changed. The company was founded in 1997 and is based in Seattle, Washington. As of August 13, 2007, Microsoft Advertising operates as a subsidiary of Microsoft Corporation.</description>
<employees>0</employees>
<fax>1-206-816-8808</fax>
<foundationDate>1997</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Advertising</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>+1 206 816 8800</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>WA</state>
<street>821 Second Avenue 18th Floor</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>98104</zip>
</company>
<matchScores>
<matchScore>0.50287357</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>1034338</companyId>
<websites>
<website>www.microsoft.com/china</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Beijing</city>
<companyBlogProfile>http://www.microsoft.com/china/licensing/rss.ashx</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>People's Republic of China</country>
<description>Microsoft (China) Co. Ltd. provides software products for computing devices in Chinese region. The company was founded in 1995 and is based in Beijing, China. Microsoft (China) Co. Ltd. operates as a subsidiary of Microsoft Corporation.</description>
<employees>6000</employees>
<fax>86 10 5925 8588</fax>
<foundationDate>1995</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft (China) Co. Ltd.</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>86 10 5917 0101</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<street>1st Floor, Microsoft Tower LSH Plaza 8 Wangjing Street Chaoyang</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>100102</zip>
</company>
<matchScores>
<matchScore>0.47620690000000004</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>1604931</companyId>
<websites>
<website>www.microsoft.com/Taiwan</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Taipei</city>
<companyBlogProfile>http://www.microsoft.com/taiwan/student/xml/rss.xml</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>Taiwan</country>
<description>Microsoft Taiwan Corporation operates as a subsidiary of Microsoft Corpoartion.</description>
<employees>500</employees>
<fax>886 2 3725 3999</fax>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Taiwan Corporation</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>886 2 3725 3888</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<street>8F, Sungren Road no. 7 Shinyi Chiu</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
</company>
<matchScores>
<matchScore>0.47097256000000004</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>437661</companyId>
<websites>
<website>www.microsoft.com/en-us/dynamics/default.aspx</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Equifax</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>62012</britishSic>
<description>Business and domestic software development</description>
</britishSicDetails>
</britishSics>
<city>Fargo</city>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>United States</country>
<description>Microsoft Dynamics Inc. provides customer relationship management (CRM) and enterprise resource planning (ERP) business solutions for small and midsized businesses, and large organizations globally. It offers Microsoft Dynamics CRM solution that provides social insights, business intelligence, and productivity solutions; Microsoft Social Engagement solution that helps users harness the power of the social Web by analyzing what people are saying on social media and in the news; Microsoft Dynamics Marketing, an integrated marketing resource management solution for marketing operation, planning, execution, and analytics across digital, social, and traditional channels; and Microsoft Dynamics AX, an ERP solution with capabilities for financial, human resources, and operations management, as well as industry capabilities for retailers, manufacturers, service industries, and public sector organizations. The company also offers Microsoft Dynamics GP, which helps businesses gain control over their financials, manage their inventory and operations, and make informed decisions; Microsoft Dynamics NAV, an ERP solution that enables small and midsize businesses to control their financials, as well as simplify their supply chain, manufacturing, and operations; Microsoft Dynamics SL, an ERP project management software; and Microsoft Parature CRM, a customer support software solution. It offers products on the cloud, on-premises, or with a hybrid combination. The company serves retail, service, manufacturing, and financial services industries, as well as the public sector. It offers products through its network of partners. Microsoft Dynamics Inc. has a strategic partnership with Adobe Systems Incorporated. The company was founded in 1981 and is based in Fargo, North Dakota. Microsoft Dynamics Inc. operates as a subsidiary of Microsoft Corporation.</description>
<employees>0</employees>
<equifaxId>32168793</equifaxId>
<fax>1-701-281-6868</fax>
<financialYearEnd>0</financialYearEnd>
<foundationDate>1981</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Dynamics</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>+1 701 281 6500</phone>
<revenue>1300.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>ND</state>
<street>One Lone Tree Road</street>
<subIndustry>Customer Relationship Management</subIndustry>
<subIndustryCode>7_16</subIndustryCode>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>58104-3911</zip>
</company>
<matchScores>
<matchScore>0.46120690000000003</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>13133</companyId>
<websites>
<website>www.microsoft.com/india/msindia/</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Gurgaon</city>
<companyBlogProfile></companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>India</country>
<description>Microsoft Corporation (India) Pvt. Ltd. offers information technology solutions (IT). Its products and technologies include office online, business solutions, MSN, games, home software, Windows Mobile, and volume licensing; Windows products, such as Windows Vista, Windows XP, Internet Explorer, Windows Media Player, Windows Desktop Search, and Windows Live; and office products, which include Product Information, Office Live, Office Help and How-to, Templates, Clip Art and Media, Office Trials, and Office Online Training and Demos. It also offers Windows servers, SQL servers, exchange servers, Windows server update services, server trials, and TechNet subscriptions; business solutions that include Microsoft Dynamics and Money; and developer tools, such as MSDN, Visual Studio, Visual Basic, Visual C++, Visual C#, .NET Framework, ASP.Net, Windows Embedded, and MSDN Subscriptions. In addition, it offers a set of developer tools and software development kits for PHP developers building applications for Windows Azure; and Microsoft Dynamics AX for the retail sector in India. Further, it offers hardware products, such as PC hardware, Xbox Gaming, PC Gaming hardware, mouse and keyboard products, smart phones and PDAs, Zune, presenter products, media center peripherals, digital communications, and fingerprint readers; and learning tools, events and Webcasts, Windows training and events, and IT Pro training and certification. Its Windows Activation Technologies comes integrated with Windows 7 and is a tool that users need to activate to authenticate their Windows 7 on their PCs. The company has a strategic contract with TATA DOCOMO. The company was incorporated in 1988 and is based in Gurgaon, India with additional offices in Ahmedabad, Bangalore, Chandigarh, Chennai, Coimbatore, Hyderabad, Indore, Jaipur, Jamshedpur, Kochi, Kolkata, Lucknow, Mumbai, Nagpur, New Delhi, and Pune, India. Microsoft Corporation (India) Pvt. Ltd. operates as a subsidiary of Microsoft Corporation.</description>
<employees>5800</employees>
<fax>91 12 4415 8888</fax>
<foundationDate>1988</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Corporation (India) Pvt. Ltd.</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>080 40103000</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>Haryana</state>
<street>10th Floor, Tower B & C, DLF Building No.5 (Epitome) Cyber City DLF Phase III</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>122002</zip>
</company>
<matchScores>
<matchScore>0.4484518</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>1368004</companyId>
<websites>
<website>www.microsoft.com/de-de</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>Kompass</source>
<source>InsideView</source>
<source>Community</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Munich</city>
<companyBlogProfile>http://code.msdn.microsoft.com/officeapps/site/feeds/searchRss</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>Germany</country>
<description>Microsoft Deutschland GmbH operates as a subsidiary of Microsoft Corporation.</description>
<employees>2700</employees>
<fax>49 89 3176 1000</fax>
<financialYearEnd>0</financialYearEnd>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>511210</naics>
<naicsDescription>Software Publishers</naicsDescription>
<name>Microsoft Deutschland GmbH</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>49 89 3176 0</phone>
<revenue>720.00000144</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>7371</sic>
<sicDescription>Services-Computer Programming Services</sicDescription>
<state>Bavaria</state>
<street>Konrad-Zuse-Street 1 Unterschleißheim</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>85716</zip>
</company>
<matchScores>
<matchScore>0.4484518</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>712110</companyId>
<websites>
<website>www.microsoft.com/games</website>
</websites>
<sources>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>46510</britishSic>
<description>Wholesale of computers, computer peripheral equipment and software</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58210</britishSic>
<description>Publishing of computer games</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62011</britishSic>
<description>Ready-made interactive leisure and entertainment software development</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>58290</britishSic>
<description>Other software publishing</description>
</britishSicDetails>
</britishSics>
<city>Redmond</city>
<companyBlogProfile>http://news.microsoft.com/feed/</companyBlogProfile>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyType>Subsidiary</companyType>
<country>United States</country>
<description>Microsoft Studios develops and publishes games and other entertainment products. It also develops and distributes video and media solutions worldwide. It has a strategic partnership with Arkadium, Inc. Microsoft Studios was formerly known as Microsoft Game Studios. The company was formerly known as Microsoft Game Studios. The company was founded in 2002 and is based in Redmond, Washington. Microsoft Studios operates as a subsidiary of Microsoft Corporation.</description>
<employees>0</employees>
<equifaxId>33441604</equifaxId>
<fax>1-425-706-7329</fax>
<foundationDate>2002</foundationDate>
<industry>Computer Software</industry>
<industryCode>7</industryCode>
<naics>339930</naics>
<naicsDescription>Doll</naicsDescription>
<name>Microsoft Game Studios</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>+1 425 882 8080</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>3944</sic>
<sicDescription>Games, Toys & Children's Vehicles (No Dolls & Bicycles)</sicDescription>
<state>WA</state>
<street>One Microsoft Way</street>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>98052-6399</zip>
</company>
<matchScores>
<matchScore>0.44467804</matchScore>
</matchScores>
</probableMatches>
<probableMatches>
<company>
<companyId>424385</companyId>
<websites>
<website>www.microsoft.com</website>
</websites>
<sources>
<source>User Generated</source>
<source>S&P Capital IQ</source>
<source>InsideView</source>
<source>Equifax</source>
</sources>
<britishSics>
<britishSicDetails>
<britishSic>62090</britishSic>
<description>Other information technology service activities</description>
</britishSicDetails>
<britishSicDetails>
<britishSic>62020</britishSic>
<description>Information technology consultancy activities</description>
</britishSicDetails>
</britishSics>
<city>Reno</city>
<companyFacebookProfile>164745280237742</companyFacebookProfile>
<companyStatus>Subsidiary</companyStatus>
<companyTaxId>911144442</companyTaxId>
<companyTwitterProfile>microsoftindia</companyTwitterProfile>
<companyType>Subsidiary</companyType>
<country>United States</country>
<description>Microsoft Licensing, GP manages and supports Microsoft product licensing agreements and delivery of products in North America and South America. It enables organizations to acquire, distribute, and utilize Microsoft solutions, including software, hardware, and services. The company was founded in 1997 and is based in Reno, Nevada. Microsoft Licensing, GP operates as a subsidiary of Microsoft Corporation.</description>
<employees>165</employees>
<equifaxId>12182569</equifaxId>
<fax>1-775-823-7287</fax>
<foundationDate>1997</foundationDate>
<industry>Corporate Services</industry>
<industryCode>11</industryCode>
<naics>533110</naics>
<naicsDescription>Lessors of Nonfinancial Intangible Assets (except Copyrighted Works)</naicsDescription>
<name>Microsoft Licensing, GP</name>
<parentCompanyCountry>United States</parentCompanyCountry>
<parentCompanyId>726263</parentCompanyId>
<parentCompanyName>Microsoft Corporation</parentCompanyName>
<phone>+1 775 823 5600</phone>
<revenue>0.0</revenue>
<revenueCurrency>USD</revenueCurrency>
<sic>8742</sic>
<sicDescription>Services-Management Consulting Services</sicDescription>
<state>NV</state>
<street>6100 Neil Road Suite 100</street>
<subIndustry>IT Services and Consulting</subIndustry>
<subIndustryCode>11_19</subIndustryCode>
<ultimateParentCompanyCountry>United States</ultimateParentCompanyCountry>
<ultimateParentCompanyName>Microsoft Corporation</ultimateParentCompanyName>
<ultimateParentId>726263</ultimateParentId>
<zip>89511</zip>
</company>
<matchScores>
<matchScore>0.44467804</matchScore>
</matchScores>
</probableMatches>
</companyMatch>
</companyMatches>
{ "companyMatches": [ { "id": "1", "match": { "matchScores": { "matchScore": 0.51724136 }, "company": { "name": "Alphabet Inc", "companyType": "Public", "companyStatus": "Operating", "industry": "Media", "subIndustry": "Internet Search and Navigation Services", "street": "1600 Amphitheatre Pkwy", "city": "MOUNTAIN VIEW", "state": "CA", "zip": "94043-1351", "country": "United States", "phone": "+1-650-2530000", "fax": "+1-302-6365454", "revenue": "117251.0", "employees": "85050", "sic": "4899", "sicDescription": "Communications Services, Nec", "naics": "519130", "naicsDescription": "Internet Publishing and Broadcasting and Web Search Portals", "financialYearEnd": "12", "equifaxId": "15875469", "fortuneRanking": "22", "mostRecentQuarter": "Mar, 2018", "revenueCurrency": "USD", "industryCode": "23", "subIndustryCode": "23_8", "britishSics": [ { "britishSic": "63990", "description": "Other information service activities n.e.c." } ], "foundationDate": "1998", "sources": [ "User Generated", "CrowdFlower", "S&P Capital IQ", "Reuters", "InsideView", "Equifax", "Community" ], "companyId": 736233, "websites": [ "https://abc.xyz/" ] } }, "probableMatches": [ { "matchScores": { "matchScore": 0.51724136 }, "company": { "name": "Alphabet Energy, Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Electronics", "subIndustry": "Heavy Electrical Equipment", "street": "26225 Eden Landing Rd Suite D", "city": "Hayward", "state": "CA", "zip": "94545", "country": "United States", "phone": "+1 415 813 1201", "employees": "3", "sic": "3699", "sicDescription": "Electrical Equipment & Supplies, Nec", "naics": "335999", "naicsDescription": "All Other Miscellaneous Electrical Equipment and Component Manufacturing", "equifaxId": "56980133", "industryCode": "13", "subIndustryCode": "13_5", "britishSics": [ { "britishSic": "27900", "description": "Manufacture of other electrical equipment" } ], "foundationDate": "2009", "sources": [ "LinkSV", "CrowdFlower", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 2681965 } }, { "matchScores": { "matchScore": 0.45841785 }, "company": { "name": "Alphabet, Inc.", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Construction and Building Materials", "subIndustry": "Electric Lighting and Wiring", "street": "8640 E Market St", "city": "Warren", "state": "OH", "zip": "44484", "country": "United States", "phone": "+1 330 856 3366", "fax": "1-330-856-6011", "sic": "3645", "sicDescription": "Residential Lighting Fixtures", "naics": "335121", "naicsDescription": "Residential Electric Lighting Fixture Manufacturing", "parentCompanyId": "730503", "ultimateParentId": "730503", "industryCode": "9", "subIndustryCode": "9_10", "britishSics": [ { "britishSic": "27400", "description": "Manufacture of electric lighting equipment" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Stoneridge, Inc.", "parentCompanyName": "Stoneridge, Inc.", "foundationDate": "1965", "sources": [ "User Generated", "S&P Capital IQ", "InsideView", "Community" ], "companyId": 245682 } }, { "matchScores": { "matchScore": 0.45841785 }, "company": { "name": "Alphabet Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Electronics", "subIndustry": "Electronic Components and Accessories", "street": "111 Outrigger", "city": "Greenwood", "state": "SC", "zip": "29649-8622", "country": "United States", "phone": "+1 864 223 0785", "fax": "1-864-2238437", "revenue": "174.041", "employees": "265", "sic": "3679", "sicDescription": "Electronic Components, Nec", "naics": "334419", "naicsDescription": "Other Electronic Component Manufacturing", "equifaxId": "3223816", "revenueCurrency": "USD", "industryCode": "13", "subIndustryCode": "13_3", "britishSics": [ { "britishSic": "26110", "description": "Manufacture of electronic components" }, { "britishSic": "27200", "description": "Manufacture of batteries and accumulators" } ], "foundationDate": "2011", "sources": [ "Equifax" ], "companyId": 6442246 } }, { "matchScores": { "matchScore": 0.45841785 }, "company": { "name": "Alphabet Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "675 N Brookside Rd", "city": "Allentown", "state": "PA", "zip": "18106-9772", "country": "United States", "phone": "+1 610 481 9955", "fax": "1-610-4354117", "revenue": "0.643", "employees": "10", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "equifaxId": "2087196", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_5", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "2006", "sources": [ "Equifax" ], "companyId": 5886587, "websites": [ "http://brooksideearlyeducation.com" ] } }, { "matchScores": { "matchScore": 0.4366636 }, "company": { "name": "Alphabet Kids Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Leisure, Sports and Recreation", "subIndustry": "Restaurants, Bars and Eateries", "street": "45 Shippigan Cres", "city": "North York", "state": "ON", "zip": "M2J 2G1", "country": "Canada", "phone": "+1 416 493 6258", "revenue": "0.75", "employees": "15", "sic": "5812", "sicDescription": "Retail-Eating Places", "naics": "722511", "naicsDescription": "Full-Service Restaurants", "equifaxId": "37846328", "revenueCurrency": "USD", "industryCode": "22", "subIndustryCode": "22_17", "britishSics": [ { "britishSic": "56101", "description": "Licenced restaurants" }, { "britishSic": "56102", "description": "Unlicenced restaurants and cafes" }, { "britishSic": "56103", "description": "Take-away food shops and mobile food stands" }, { "britishSic": "56301", "description": "Licenced clubs" }, { "britishSic": "56302", "description": "Public houses and bars" } ], "sources": [ "Equifax" ], "companyId": 10621317 } }, { "matchScores": { "matchScore": 0.4366636 }, "company": { "name": "Alphabet Soup Inc.", "companyType": "Private", "companyStatus": "Operating", "industry": "Corporate Services", "subIndustry": "Billboards and Outdoor Advertising", "street": "2494 Broadway St", "city": "Beaumont", "state": "TX", "zip": "77702-1904", "country": "United States", "phone": "+1 409 835 6484", "sic": "3993", "sicDescription": "Signs And Advertising Specialities", "naics": "339950", "naicsDescription": "Sign Manufacturing", "industryCode": "12", "subIndustryCode": "12_2", "britishSics": [ { "britishSic": "73110", "description": "Advertising agencies" } ], "sources": [ "InsideView" ], "companyId": 50338269, "websites": [ "http://www.asoup.com" ] } }, { "matchScores": { "matchScore": 0.43140700000000004 }, "company": { "name": "Alphabet Acres Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "3633 W Lake Ave Ste Ll5", "city": "Glenview", "state": "IL", "zip": "60026-5817", "country": "United States", "phone": "+1 847 657 6207", "revenue": "0.439", "employees": "18", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "equifaxId": "36260144", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_5", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "2002", "sources": [ "Equifax" ], "companyId": 9078073, "websites": [ "http://www.abc-acres.com" ] } }, { "matchScores": { "matchScore": 0.4263917 }, "company": { "name": "Alphabet Garden Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "7980 Mainland Dr", "city": "San Antonio", "state": "TX", "zip": "78250-5117", "country": "United States", "phone": "+1 210 767 9005", "revenue": "0.276", "employees": "9", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "equifaxId": "30902408", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_5", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "2004", "sources": [ "Equifax" ], "companyId": 7833702 } }, { "matchScores": { "matchScore": 0.42165314000000004 }, "company": { "name": "Alphabet Express Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Consumer Services", "subIndustry": "Child Care Services", "street": "22 Saw Mill Ct", "city": "Marshalls Creek", "state": "PA", "zip": "18335", "country": "United States", "phone": "+1 570 223 0777", "revenue": "0.252", "employees": "6", "sic": "8351", "sicDescription": "Services-Child Day Care Services", "naics": "624410", "naicsDescription": "Child Day Care Services", "equifaxId": "33987773", "revenueCurrency": "USD", "industryCode": "11", "subIndustryCode": "11_5", "britishSics": [ { "britishSic": "88910", "description": "Child day-care activities" } ], "foundationDate": "2003", "sources": [ "Equifax" ], "companyId": 8445758 } }, { "matchScores": { "matchScore": 0.41302933000000003 }, "company": { "name": "Alphabet Resources Inc", "companyType": "Private", "companyStatus": "Operating", "industry": "Telecommunications", "subIndustry": "Long-Distance Carriers", "street": "365 Stonehenge Dr", "city": "Phillipsburg", "state": "NJ", "zip": "08865-2075", "country": "United States", "phone": "+1 908 213 2997", "revenue": "0.556", "employees": "5", "sic": "4813", "sicDescription": "Telephone Communications (No Radiotelephone)", "naics": "517110", "naicsDescription": "Wired Telecommunications Carriers", "equifaxId": "28217772", "revenueCurrency": "USD", "industryCode": "29", "subIndustryCode": "29_5", "britishSics": [ { "britishSic": "61100", "description": "Wired telecommunications activities" }, { "britishSic": "61900", "description": "Other telecommunications activities" } ], "foundationDate": "2003", "sources": [ "Equifax" ], "companyId": 7193601, "websites": [ "http://www.alphabetgarten.com" ] } } ] }, { "id": "2", "match": { "matchScores": { "matchScore": 0.93056243, "rank": 1, "nameScore": 0.8640987597877147, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Corporation", "companyType": "Public", "companyStatus": "Operating", "tickers": [ { "tickerName": "MSFT", "exchange": "NASD" } ], "industry": "Computer Software", "street": "One Microsoft Way", "city": "Redmond", "state": "WA", "zip": "98052-6399", "country": "United States", "phone": "+1 425 882 8080", "fax": "+1-425-7067329", "revenue": "103592.0", "employees": "124000", "subsidiary": "false", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "financialYearEnd": "6", "equifaxId": "049615062", "fortuneRanking": "30", "mostRecentQuarter": "Mar, 2018", "revenueCurrency": "USD", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "foundationDate": "1975", "sources": [ "User Generated", "CrowdFlower", "Reuters", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 726263, "websites": [ "https://www.microsoft.com/en-us/" ] } }, "probableMatches": [ { "matchScores": { "matchScore": 0.86861369, "rank": 2, "nameScore": 0.8789008286869837, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Limited", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Microsoft Campus Thames Valley Park", "city": "Reading", "state": "England", "zip": "RG6 1WG", "country": "United Kingdom", "phone": "+44 870 601 0100", "fax": "44 8706 020 100", "revenue": "1193.0", "employees": "3168", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "027103955", "revenueCurrency": "USD", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1982", "sources": [ "CrowdFlower", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 11930, "websites": [ "www.microsoft.com/uk" ] } }, { "matchScores": { "matchScore": 0.86478728, "rank": 3, "nameScore": 0.8610587797718704, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft South Africa", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "3012 William Nicol Drive", "city": "Bryanston", "state": "Johannesburg", "zip": "2191", "country": "South Africa", "phone": "+27 11 990 5000", "employees": "200", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "sources": [ "CrowdFlower", "InsideView", "Community" ], "companyId": 3576084, "websites": [ "www.microsoft.com/southafrica" ] } }, { "matchScores": { "matchScore": 0.8453386899999998, "rank": 4, "nameScore": 0.8656660890769476, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Canada Inc.", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "1950 Meadowvale Boulevard", "city": "Mississauga", "state": "ON", "zip": "L5N 8L9", "country": "Canada", "phone": "+1 905 568 0434", "fax": "1-905-568-1527", "revenue": "2031.0", "employees": "1200", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "017724776", "revenueCurrency": "USD", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1985", "gender": "male", "sources": [ "User Generated", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 11730, "websites": [ "www.microsoft.com/en-ca" ] } }, { "matchScores": { "matchScore": 0.8207044299999999, "rank": 5, "nameScore": 0.7630494377459723, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Deutschland GmbH", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Walter-Gropius-Straße 5", "city": "Munich", "zip": "80807", "country": "Germany", "phone": "+49 89 31760", "fax": "49 89 3176 1000", "employees": "2700", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1983", "sources": [ "CrowdFlower", "S&P Capital IQ", "InsideView", "Kompass", "Community" ], "companyId": 1368004, "websites": [ "https://news.microsoft.com/de-de/fast-facts/" ] } }, { "matchScores": { "matchScore": 0.8159656399999999, "rank": 6, "nameScore": 0.8566731517264264, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Netherlands BV", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "subIndustry": "Engineering, Scientific and CAD Software", "street": "Evert van de Beekstraat 354", "city": "Schiphol", "state": "North Holland", "zip": "1118 CZ", "country": "Netherlands", "phone": "+31 20 500 1500", "fax": "31 20 500 1999", "revenue": "221.767", "employees": "657", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "117582", "ultimateParentId": "726263", "equifaxId": "018986546", "revenueCurrency": "USD", "industryCode": "8", "subIndustryCode": "8_30", "britishSics": [ { "britishSic": "62012", "description": "Business and domestic software development" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Vexcel Corporation", "foundationDate": "1995", "sources": [ "CrowdFlower", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 948188, "websites": [ "www.microsoft.com/nl/nl/default.aspx" ] } }, { "matchScores": { "matchScore": 0.79257892, "rank": 7, "nameScore": 0.8603939666093537, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft S.r.l. (Italy)", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Via Lombardia, 2/A-1", "city": "Peschiera Borromeo", "state": "MI", "zip": "20068", "country": "Italy", "phone": "+39 02 3859 1444", "fax": "39 0270 39 20 20", "revenue": "322.492", "employees": "839", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "018986558", "revenueCurrency": "USD", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1985", "sources": [ "CrowdFlower", "S&P Capital IQ", "InsideView", "Community", "Equifax" ], "companyId": 1411963, "websites": [ "www.microsoft.com/it-it" ] } }, { "matchScores": { "matchScore": 0.78214241, "rank": 8, "nameScore": 0.8561217462747015, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft (China) Co. Ltd.", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Microsoft Building Danling Street 5 Haidian District", "city": "Beijing", "zip": "100080", "country": "China", "phone": "+86 10 5917 9000", "fax": "86 10 8286 8501", "employees": "6000", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1995", "sources": [ "S&P Capital IQ", "InsideView", "Community" ], "companyId": 1034338, "websites": [ "https://www.microsoft.com/zh-cn/" ] } }, { "matchScores": { "matchScore": 0.77894908, "rank": 9, "nameScore": 0.8672818329573021, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Korea, Inc.", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "6th Floor Posco Center 892 Daechi-dong Kangnam-gu", "city": "Seoul", "zip": "135-777", "country": "South Korea", "phone": "+82 2 531 4500", "fax": "82 2 555 1724", "employees": "500", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "1988", "sources": [ "CrowdFlower", "S&P Capital IQ", "InsideView" ], "companyId": 1341892, "websites": [ "www.microsoft.com/ko-kr" ] } }, { "matchScores": { "matchScore": 0.76944357, "rank": 10, "nameScore": 0.8610587797718704, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft Saudi Arabia", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "The Business Gate, Building A2 Airport Road, Cordobah", "city": "Riyadh", "zip": "11552", "country": "Saudi Arabia", "phone": "+966 11 298 8444", "fax": "966 11 2188001", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "sources": [ "S&P Capital IQ", "InsideView" ], "companyId": 15285475, "websites": [ "www.microsoft.com/en/sa/" ] } }, { "matchScores": { "matchScore": 0.7608690599999999, "rank": 11, "nameScore": 0.9116042026132954, "streetScore": 1, "urlScore": 0.5, "cityScore": 0.5, "stateScore": 0.5, "zipScore": 0.5, "countryScore": 0.5, "phoneScore": 0.5, "tickerScore": 0.5 }, "company": { "name": "Microsoft AB", "companyType": "Private", "companyStatus": "Subsidiary", "industry": "Computer Software", "street": "Box 27", "city": "Kista", "state": "Stockholm County", "zip": "164 93", "country": "Sweden", "phone": "+46 8 752 56 00", "fax": "46 87 50 51 58", "revenue": "206.011", "employees": "470", "subsidiary": "true", "sic": "7371", "sicDescription": "Services-Computer Programming Services", "naics": "511210", "naicsDescription": "Software Publishers", "parentCompanyId": "726263", "ultimateParentId": "726263", "equifaxId": "018986545", "revenueCurrency": "USD", "industryCode": "8", "britishSics": [ { "britishSic": "46510", "description": "Wholesale of computers, computer peripheral equipment and software" }, { "britishSic": "58210", "description": "Publishing of computer games" }, { "britishSic": "62011", "description": "Ready-made interactive leisure and entertainment software development" }, { "britishSic": "58290", "description": "Other software publishing" } ], "parentCompanyCountry": "United States", "ultimateParentCompanyCountry": "United States", "ultimateParentCompanyName": "Microsoft Corporation", "parentCompanyName": "Microsoft Corporation", "foundationDate": "2006", "sources": [ "S&P Capital IQ", "InsideView", "Kompass", "Community", "Equifax" ], "companyId": 1106329, "websites": [ "www.microsoft.com/sv-se" ] } } ] } ] }
HTTP 400
Invalid query parameter(s).
HTTP 401
Unauthorized Error - Cannot use API's without setting a valid accessToken in header.
HTTP 405
Method Not Allowed - Your are not allowed to access this API.
HTTP 429
Request is throttled.
Comments
0 comments
Please sign in to leave a comment.