Company Profile Scraper

This API can be used for scraping any public company profile from Linkedin. You just have to pass the LinkedIn company profile ID to our API.

You have to send a GET request to https://api.scrapingdog.com/linkedin along with the below given parameters.

Parameters

ParameterDescription

api_key required

Your personal API key. Available on your dashboard Type: String

linkId required

This is the Linkedin ID of any company profile. This can be found inside the URL of any company profile. Type: String

type required

This is a string that helps us to identify whether you want to scrape a person profile or a company profile.

For a company profile, you have to pass type=company

Type: String

API Example

curl "https://api.scrapingdog.com/linkedin/?api_key=5eaa61a6e562fc52fe763tr516e4653&type=company&linkId=amazon"

Response

[
    {
        "company_name": "Amazon",
        "universal_name_id": "amazon",
        "background_cover_image_url": "https://media.licdn.com/dms/image/D4D3DAQGri_YWxYb-GQ/image-scale_191_1128/0/1681945877623?e=1695819600&v=beta&t=mLhpkC-zmWz6SG572XA7RpH3wKONWroUolacwtiPx90",
        "linkedin_internal_id": "1586",
        "profile_photo": "https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_200_200/0/1630640869849/amazon_logo?e=2147483647&v=beta&t=2vRB20XZOYNtXSr5GHAUUQXXII4lvgcotA2QTMcRHOI",
        "industry": "Software Development",
        "location": "Seattle, WA",
        "follower_count": "32,349,778 followers",
        "tagline": "",
        "company_size_on_linkedin": "787,760",
        "about": "Amazon is guided by four principles: customer obsession rather than competitor focus, passion for invention, commitment to operational excellence, and long-term thinking. We are driven by the excitement of building technologies, inventing products, and providing services that change lives. We embrace new ways of doing things, make decisions quickly, and are not afraid to fail. We have the scope and capabilities of a large company, and the spirit and heart of a small one.\n\nTogether, Amazonians research and develop new technologies from Amazon Web Services to Alexa on behalf of our customers: shoppers, sellers, content creators, and developers around the world.\n\nOur mission is to be Earth's most customer-centric company. Our actions, goals, projects, programs, and inventions begin and end with the customer top of mind.\n\nYou'll also hear us say that at Amazon, it's always \"Day 1.\" What do we mean? That our approach remains the same as it was on Amazon's very first day - to make smart, fast decisions, stay nimble, invent, and focus on delighting our customers.",
        "website": "https://www.aboutamazon.com/",
        "industries": "",
        "company_size": "10,001+ employees",
        "headquarters": "Seattle, WA",
        "type": "Public Company",
        "founded": "",
        "specialties": "e-Commerce, Retail, Operations, and Internet",
        "description": {},
        "locations": [
            {
                "is_hq": true,
                "office_address_line_1": "2127 7th Ave.",
                "office_address_line_2": "Seattle, WA 98109, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2127+7th+Ave.+Seattle+98109+WA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "12900 Worldgate Dr",
                "office_address_line_2": "Herndon, VA 20170, US",
                "office_locaion_link": "https://www.bing.com/maps?where=12900+Worldgate+Dr+Herndon+20170+VA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "7200 Discovery Dr",
                "office_address_line_2": "Chattanooga, TN 37416, US",
                "office_locaion_link": "https://www.bing.com/maps?where=7200+Discovery+Dr+Chattanooga+37416+TN+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1100 Enterprise Way",
                "office_address_line_2": "Sunnyvale, CA 94089, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1100+Enterprise+Way+Sunnyvale+94089+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2010 Broening Hwy",
                "office_address_line_2": "Baltimore, MD 21224, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2010+Broening+Hwy+Baltimore+21224+MD+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Buyukdere Caddesi 185",
                "office_address_line_2": "Istanbul, Istanbul 34394, TR",
                "office_locaion_link": "https://www.bing.com/maps?where=Buyukdere+Caddesi+185+Istanbul+34394+Istanbul+TR&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Via de las Dos Castillas, 33",
                "office_address_line_2": "Pozuelo de Alarcon, Community of Madrid 28224, ES",
                "office_locaion_link": "https://www.bing.com/maps?where=Via+de+las+Dos+Castillas%2C+33+Pozuelo+de+Alarcon+28224+Community+of+Madrid+ES&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Im Gewerbepark",
                "office_address_line_2": "Regensburg, Bavaria 93059, DE",
                "office_locaion_link": "https://www.bing.com/maps?where=Im+Gewerbepark+Regensburg+93059+Bavaria+DE&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "8 Exhibition St",
                "office_address_line_2": "Melbourne, VIC 3000, AU",
                "office_locaion_link": "https://www.bing.com/maps?where=8+Exhibition+St+Melbourne+3000+VIC+AU&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "705 Boulder Dr",
                "office_address_line_2": "Breinigsville, PA 18031, US",
                "office_locaion_link": "https://www.bing.com/maps?where=705+Boulder+Dr+Breinigsville+18031+PA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2700 Regent Blvd",
                "office_address_line_2": "Irving, TX 75063, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2700+Regent+Blvd+Irving+75063+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "500 Kinetic Dr",
                "office_address_line_2": "Huntington, WV 25701, US",
                "office_locaion_link": "https://www.bing.com/maps?where=500+Kinetic+Dr+Huntington+25701+WV+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1125 Remington Blvd",
                "office_address_line_2": "Romeoville, IL 60446, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1125+Remington+Blvd+Romeoville+60446+IL+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Burlington Road",
                "office_address_line_2": "Dublin, County Dublin, IE",
                "office_locaion_link": "https://www.bing.com/maps?where=Burlington+Road+Dublin+County+Dublin+IE&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "109 Braid St",
                "office_address_line_2": "New Westminster, BC V3L 5H4, CA",
                "office_locaion_link": "https://www.bing.com/maps?where=109+Braid+St+New+Westminster+V3L+5H4+BC+CA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Solan Rd",
                "office_address_line_2": "Cape Town, Western Cape 8001, ZA",
                "office_locaion_link": "https://www.bing.com/maps?where=Solan+Rd+Cape+Town+8001+Western+Cape+ZA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2700 Center Dr",
                "office_address_line_2": "Dupont, WA 98327, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2700+Center+Dr+Dupont+98327+WA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "8000 N Virginia St",
                "office_address_line_2": "Reno, NV 89506, US",
                "office_locaion_link": "https://www.bing.com/maps?where=8000+N+Virginia+St+Reno+89506+NV+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "4848 Perrin Creek",
                "office_address_line_2": "San Antonio, TX 78217, US",
                "office_locaion_link": "https://www.bing.com/maps?where=4848+Perrin+Creek+San+Antonio+78217+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1555 N Chrisman Rd",
                "office_address_line_2": "Tracy, CA 95304, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1555+N+Chrisman+Rd+Tracy+95304+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "60 Holborn Viaduct",
                "office_address_line_2": "London, England EC1A 2FD, GB",
                "office_locaion_link": "https://www.bing.com/maps?where=60+Holborn+Viaduct+London+EC1A+2FD+England+GB&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "120 Bremner Blvd",
                "office_address_line_2": "Toronto, ON M5J 0A8, CA",
                "office_locaion_link": "https://www.bing.com/maps?where=120+Bremner+Blvd+Toronto+M5J+0A8+ON+CA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "31 Rives de Clausen",
                "office_address_line_2": "Luxembourg, Luxembourg 2165, LU",
                "office_locaion_link": "https://www.bing.com/maps?where=31+Rives+de+Clausen+Luxembourg+2165+Luxembourg+LU&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Sunbank Lane",
                "office_address_line_2": "Altrincham, England WA15 0, GB",
                "office_locaion_link": "https://www.bing.com/maps?where=Sunbank+Lane+Altrincham+WA15+0+England+GB&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "86 5th St NW",
                "office_address_line_2": "Atlanta, GA 30308, US",
                "office_locaion_link": "https://www.bing.com/maps?where=86+5th+St+NW+Atlanta+30308+GA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "402 John Dodd Rd",
                "office_address_line_2": "Spartanburg, SC 29303, US",
                "office_locaion_link": "https://www.bing.com/maps?where=402+John+Dodd+Rd+Spartanburg+29303+SC+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Waterloo Place",
                "office_address_line_2": "Edinburgh, Scotland EH1 3EG, GB",
                "office_locaion_link": "https://www.bing.com/maps?where=Waterloo+Place+Edinburgh+EH1+3EG+Scotland+GB&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Am Brauhaus 12",
                "office_address_line_2": "Dresden, SN 01099, DE",
                "office_locaion_link": "https://www.bing.com/maps?where=Am+Brauhaus+12+Dresden+01099+SN+DE&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "3501 120th Ave",
                "office_address_line_2": "Kenosha, WI 53144, US",
                "office_locaion_link": "https://www.bing.com/maps?where=3501+120th+Ave+Kenosha+53144+WI+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "24208 San Michele Rd",
                "office_address_line_2": "Moreno Valley, CA 92551, US",
                "office_locaion_link": "https://www.bing.com/maps?where=24208+San+Michele+Rd+Moreno+Valley+92551+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Calle del Hierro, 21",
                "office_address_line_2": "Madrid, Community of Madrid 28045, ES",
                "office_locaion_link": "https://www.bing.com/maps?where=Calle+del+Hierro%2C+21+Madrid+28045+Community+of+Madrid+ES&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "50 Airways Blvd",
                "office_address_line_2": "Nashville, TN 37217, US",
                "office_locaion_link": "https://www.bing.com/maps?where=50+Airways+Blvd+Nashville+37217+TN+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "3350 Laurel Ridge Ave",
                "office_address_line_2": "Ruskin, FL 33570, US",
                "office_locaion_link": "https://www.bing.com/maps?where=3350+Laurel+Ridge+Ave+Ruskin+33570+FL+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "4255 Anson Blvd",
                "office_address_line_2": "Whitestown, IN 46075, US",
                "office_locaion_link": "https://www.bing.com/maps?where=4255+Anson+Blvd+Whitestown+46075+IN+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2170 RT-27",
                "office_address_line_2": "Edison, NJ 08817, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2170+RT-27+Edison+08817+NJ+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "560 Merrimac Ave",
                "office_address_line_2": "Middletown, DE 19709, US",
                "office_locaion_link": "https://www.bing.com/maps?where=560+Merrimac+Ave+Middletown+19709+DE+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "150 W Jefferson Ave",
                "office_address_line_2": "Detroit, MI 48226, US",
                "office_locaion_link": "https://www.bing.com/maps?where=150+W+Jefferson+Ave+Detroit+48226+MI+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "101 Main St",
                "office_address_line_2": "Cambridge, MA 02142, US",
                "office_locaion_link": "https://www.bing.com/maps?where=101+Main+St+Cambridge+02142+MA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1800 140th Ave E",
                "office_address_line_2": "Sumner, WA 98390, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1800+140th+Ave+E+Sumner+98390+WA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "5000 Commerce Way",
                "office_address_line_2": "Petersburg, VA 23803, US",
                "office_locaion_link": "https://www.bing.com/maps?where=5000+Commerce+Way+Petersburg+23803+VA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "50 New Canton Way",
                "office_address_line_2": "Robbinsville Township, NJ 08691, US",
                "office_locaion_link": "https://www.bing.com/maps?where=50+New+Canton+Way+Robbinsville+Township+08691+NJ+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "12900 Pecan Park Rd",
                "office_address_line_2": "Jacksonville, FL 32218, US",
                "office_locaion_link": "https://www.bing.com/maps?where=12900+Pecan+Park+Rd+Jacksonville+32218+FL+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "4400 12th Street Ext",
                "office_address_line_2": "West Columbia, SC 29172, US",
                "office_locaion_link": "https://www.bing.com/maps?where=4400+12th+Street+Ext+West+Columbia+29172+SC+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2 Park St",
                "office_address_line_2": "Sydney, NSW 2000, AU",
                "office_locaion_link": "https://www.bing.com/maps?where=2+Park+St+Sydney+2000+NSW+AU&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "510 W Georgia St",
                "office_address_line_2": "Vancouver, BC V6B 0M3, CA",
                "office_locaion_link": "https://www.bing.com/maps?where=510+W+Georgia+St+Vancouver+V6B+0M3+BC+CA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "7290 Investment Dr",
                "office_address_line_2": "North Charleston, SC 29418, US",
                "office_locaion_link": "https://www.bing.com/maps?where=7290+Investment+Dr+North+Charleston+29418+SC+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "11999 National Rd SW",
                "office_address_line_2": "Pataskala, OH 43062, US",
                "office_locaion_link": "https://www.bing.com/maps?where=11999+National+Rd+SW+Pataskala+43062+OH+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "6400 Avenue 6000",
                "office_address_line_2": "Cork, County Cork T12 D292, IE",
                "office_locaion_link": "https://www.bing.com/maps?where=6400+Avenue+6000+Cork+T12+D292+County+Cork+IE&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "96 E San Fernando St",
                "office_address_line_2": "San Jose, CA 95113, US",
                "office_locaion_link": "https://www.bing.com/maps?where=96+E+San+Fernando+St+San+Jose+95113+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Namestie 1. maja 7286/18",
                "office_address_line_2": "Bratislava, Bratislava 811 06, SK",
                "office_locaion_link": "https://www.bing.com/maps?where=Namestie+1.+maja+7286%2F18+Bratislava+811+06+Bratislava+SK&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Rue de Planque",
                "office_address_line_2": "Lauwin-Planque, Hauts-de-France 59553, FR",
                "office_locaion_link": "https://www.bing.com/maps?where=Rue+de+Planque+Lauwin-Planque+59553+Hauts-de-France+FR&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "23 Church St",
                "office_address_line_2": "Singapore, Singapore 049481, SG",
                "office_locaion_link": "https://www.bing.com/maps?where=23+Church+St+Singapore+049481+Singapore+SG&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "8120 Humble Westfield Rd",
                "office_address_line_2": "Humble, TX 77338, US",
                "office_locaion_link": "https://www.bing.com/maps?where=8120+Humble+Westfield+Rd+Humble+77338+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2996 Ramona Ave",
                "office_address_line_2": "Sacramento, CA 95826, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2996+Ramona+Ave+Sacramento+95826+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "801 30 St NE",
                "office_address_line_2": "Calgary, AB T2A 5L7, CA",
                "office_locaion_link": "https://www.bing.com/maps?where=801+30+St+NE+Calgary+T2A+5L7+AB+CA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "3610 NW Saint Helens Rd",
                "office_address_line_2": "Portland, OR 97210, US",
                "office_locaion_link": "https://www.bing.com/maps?where=3610+NW+Saint+Helens+Rd+Portland+97210+OR+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Avenida Juan Salvador Agraz 73",
                "office_address_line_2": "Cuajimalpa de Morelos, CDMX 05348, MX",
                "office_locaion_link": "https://www.bing.com/maps?where=Avenida+Juan+Salvador+Agraz+73+Cuajimalpa+de+Morelos+05348+CDMX+MX&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "8050 Heritage Rd",
                "office_address_line_2": "Brampton, ON L6Y 0C9, CA",
                "office_locaion_link": "https://www.bing.com/maps?where=8050+Heritage+Rd+Brampton+L6Y+0C9+ON+CA&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Evropska 2758/11",
                "office_address_line_2": "Prague, Prague 160 00, CZ",
                "office_locaion_link": "https://www.bing.com/maps?where=Evropska+2758%2F11+Prague+160+00+Prague+CZ&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1910 E Central Ave",
                "office_address_line_2": "San Bernardino, CA 92408, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1910+E+Central+Ave+San+Bernardino+92408+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1414 S Council Rd",
                "office_address_line_2": "Oklahoma City, OK 73128, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1414+S+Council+Rd+Oklahoma+City+73128+OK+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1401 E McCarty Ln",
                "office_address_line_2": "San Marcos, TX 78666, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1401+E+McCarty+Ln+San+Marcos+78666+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Habibullah Road",
                "office_address_line_2": "Chennai, Tamil Nadu 600017, IN",
                "office_locaion_link": "https://www.bing.com/maps?where=Habibullah+Road+Chennai+600017+Tamil+Nadu+IN&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "188 Spear St",
                "office_address_line_2": "San Francisco, CA 94105, US",
                "office_locaion_link": "https://www.bing.com/maps?where=188+Spear+St+San+Francisco+94105+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Via delle Mechanica",
                "office_address_line_2": "Fara in Sabina, Laz. 02032, IT",
                "office_locaion_link": "https://www.bing.com/maps?where=Via+delle+Mechanica+Fara+in+Sabina+02032+Laz.+IT&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2302 Marietta Blvd NW",
                "office_address_line_2": "Atlanta, GA 30318, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2302+Marietta+Blvd+NW+Atlanta+30318+GA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Lane Ct",
                "office_address_line_2": "Sterling, VA 20166, US",
                "office_locaion_link": "https://www.bing.com/maps?where=Lane+Ct+Sterling+20166+VA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Sapir",
                "office_address_line_2": "Herzliya, Tel Aviv 46000, IL",
                "office_locaion_link": "https://www.bing.com/maps?where=Sapir+Herzliya+46000+Tel+Aviv+IL&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "462 Hazelwood Logistics Center Dr",
                "office_address_line_2": "Hazelwood, MO 63042, US",
                "office_locaion_link": "https://www.bing.com/maps?where=462+Hazelwood+Logistics+Center+Dr+Hazelwood+63042+MO+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "390 Interlocken Crescent",
                "office_address_line_2": "Broomfield, CO 80021, US",
                "office_locaion_link": "https://www.bing.com/maps?where=390+Interlocken+Crescent+Broomfield+80021+CO+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "10201 Torre Ave",
                "office_address_line_2": "Cupertino, CA 95014, US",
                "office_locaion_link": "https://www.bing.com/maps?where=10201+Torre+Ave+Cupertino+95014+CA+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "700 Westport Pkwy",
                "office_address_line_2": "Fort Worth, TX 76177, US",
                "office_locaion_link": "https://www.bing.com/maps?where=700+Westport+Pkwy+Fort+Worth+76177+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "763 SE Kasota Ave",
                "office_address_line_2": "Minneapolis, MN 55414, US",
                "office_locaion_link": "https://www.bing.com/maps?where=763+SE+Kasota+Ave+Minneapolis+55414+MN+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "1850 Mercer Rd",
                "office_address_line_2": "Lexington, KY 40511, US",
                "office_locaion_link": "https://www.bing.com/maps?where=1850+Mercer+Rd+Lexington+40511+KY+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "4411 W 2100 S",
                "office_address_line_2": "West Valley City, UT 84120, US",
                "office_locaion_link": "https://www.bing.com/maps?where=4411+W+2100+S+West+Valley+City+84120+UT+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Carrer de l'Alta Ribagorca",
                "office_address_line_2": "El Prat de Llobregat, Catalonia 08820, ES",
                "office_locaion_link": "https://www.bing.com/maps?where=Carrer+de+l%27Alta+Ribagorca+El+Prat+de+Llobregat+08820+Catalonia+ES&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "11501 Alterra Pkwy",
                "office_address_line_2": "Austin, TX 78758, US",
                "office_locaion_link": "https://www.bing.com/maps?where=11501+Alterra+Pkwy+Austin+78758+TX+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Sikanderpur Flyover",
                "office_address_line_2": "Gurugram, HR 122008, IN",
                "office_locaion_link": "https://www.bing.com/maps?where=Sikanderpur+Flyover+Gurugram+122008+HR+IN&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "2277 Center Square Rd",
                "office_address_line_2": "Logan Township, NJ 08085, US",
                "office_locaion_link": "https://www.bing.com/maps?where=2277+Center+Square+Rd+Logan+Township+08085+NJ+US&trk=org-locations_url"
            },
            {
                "is_hq": false,
                "office_address_line_1": "Marcel-Breuer-Straße 12",
                "office_address_line_2": "Munich, Bavaria 80807, DE",
                "office_locaion_link": "https://www.bing.com/maps?where=Marcel-Breuer-Stra%C3%9Fe+12+Munich+80807+Bavaria+DE&trk=org-locations_url"
            }
        ],
        "employees": [
            {
                "employee_photo": "https://media.licdn.com/dms/image/D4E03AQG823Q38d3Igg/profile-displayphoto-shrink_100_100/0/1673281011166?e=1700697600&v=beta&t=7YQjekSJNUJMwZBOyGOF3mFHz6pwI26ZMmbWHmM04iI",
                "employee_name": "Steven Hatch",
                "employee_position": "AWS Senior Manager, Software Development (Amazon FinSpace) at Amazon",
                "employee_profile_url": "https://www.linkedin.com/in/hatch?trk=org-employees"
            },
            {
                "employee_photo": "https://media.licdn.com/dms/image/C5603AQGpn-EXgHDXiQ/profile-displayphoto-shrink_100_100/0/1526444059051?e=1700697600&v=beta&t=NZCvw2t3KZKMGxk2ckJ2NpNNsU6STMWMqDJPWalVqbE",
                "employee_name": "Brendon Wilson",
                "employee_position": "Product Management Leader | Voice | Cloud | AI",
                "employee_profile_url": "https://www.linkedin.com/in/brendonwilson?trk=org-employees"
            },
            {
                "employee_photo": "https://media.licdn.com/dms/image/C4E03AQEMAiAH3Qu03Q/profile-displayphoto-shrink_100_100/0/1516155765153?e=1700697600&v=beta&t=Hn-20bmNjLs74hp_0ufU8OvVlyBinLNBsy7pfRO5-4w",
                "employee_name": "John Combs",
                "employee_position": "Corporate Business Development at Amazon",
                "employee_profile_url": "https://www.linkedin.com/in/johnmcombs?trk=org-employees"
            },
            {
                "employee_photo": "https://media.licdn.com/dms/image/C4E03AQHUIiZrBGaSbw/profile-displayphoto-shrink_100_100/0/1516156011967?e=1700697600&v=beta&t=1MDpRVDtak1YAsj4RY6UMNynio81LnhkVyMm-D45cB8",
                "employee_name": "Michael Freed",
                "employee_position": "",
                "employee_profile_url": "https://www.linkedin.com/in/michaelalanfreed?trk=org-employees"
            }
        ],
        "updates": [
            {
                "text": "Imagine never having to wait in a checkout line at the store again. Well, you don’t need to imagine anymore. 💭 \n\nOur Just Walk Out Technology is exactly as it sounds. Just step inside a store, grab what you want, and leave. Simple as that. But pulling this off was no small feat. \n\nTo create this technology, Amazon Web Services (AWS) used a combination of computer vision, object recognition, advanced sensors, deep machine learning models, and generative AI – a type of artificial intelligence that has recently captured the public’s imagination.\n\nWe are so incredibly proud and thankful to all of our amazing employees who worked to create this technology that almost feels like magic. 💫 🔮 \n\nIf you believe in magic, read no further. But if you want to learn how this incredible technology works, click here: https://amzn.to/48e3S7T",
                "article_posted_date": "1d\n  \n                    \n                    \n                      Edited",
                "total_likes": "1,538",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Last week, the UK celebrated 10 years of Amazon apprenticeships with a special treat for our employees - a private concert by the one and only British-nominated artist Cat Burns. 🎵 🎤 \n\nWorking with Apprentice Nation, the evening also brought together Amazon employees and prospective apprentices for mentoring sessions, inspirational talks, and skills sessions to help shape their future career paths.\n\nA special thanks to Cat Burns for an amazing night, and a special thanks to our employees for all of your amazing, hard work! 💙 🧡 \n\nRead more about the special day here: https://amzn.to/3Preh7Q\n\n#InsideAmazon #EmployeeBenefits #CareerGrowth",
                "article_posted_date": "4d\n  \n                    \n                    \n                      Edited",
                "total_likes": "2,402",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Meet Hercules, our small-but-mighty robot that plays an important part in packing your Amazon order! 📦 🤖 \n \nHercules improves safety and efficiency for our employees by traveling around our facilities to retrieve shelves of products and deliver them to employees, who then pick and pack the items that our customers ordered.\n \nLast week, Hercules was honored at a new gallery featuring iconic artifacts from innovative companies at Nasdaq’s headquarters in New York City, and we’re thrilled that Hercules was included.\n\nLearn more here: https://amzn.to/3PdlxnE\n\n#Amazon #Innovation",
                "article_posted_date": "6d",
                "total_likes": "3,472",
                "article_title": "4 cool facts about Hercules, the small-but-mighty robot in Amazon’s fulfillment centers",
                "article_sub_title": "aboutamazon.com",
                "article_link": "https://www.linkedin.com/redir/redirect?url=https%3A%2F%2Fwww%2Eaboutamazon%2Ecom%2Fnews%2Foperations%2Famazon-hercules-robot&urlhash=u0Oc&trk=organization_guest_main-feed-card_feed-article-content",
                "article_image": "https://media.licdn.com/dms/image/D5610AQHo2hNJNr7jrg/image-shrink_800/0/1694624341958?e=1695819600&v=beta&t=DKWYrGURSqcYeo_migGoBF5pVnLCecPyJcnPKczM0YY"
            },
            {
                "text": "Global Month of Volunteering is in full swing. Here are some events that took place during Week 1 across the world. 🧡 🌎 \n\nAmazonians in Germany, and the UK packed backpacks with useful school supplies for children from families in need at the start of the school year, with Clean the World Global.\n\nAmazonians in Austria partnered with local fire departments and the #RedCross to support disaster relief efforts and help locals affected by flooding in Southern Austria and Slovenia, by providing clean drinking water, clearing roads, and coordinating emergency shelters for those affected. \n\nAmazonians in Canada sorted and packed food for families experiencing food insecurity with Moisson Montréal.\n\nAmazonians in the U.S. participated in kayak cleanups to clear waterways of harmful plastics, volunteered at food banks, and helped build houses with Habitat for Humanity.\n\nAmazonians in India participated in a 5K run to raise money and awareness for the environment, through #GiveIndia. Over 3,000 employees and their family members participated, and Amazon is planting 1 tree for each 1 km ran, as well as donating school kits to government schools for every 2.5 km covered.\n\nWhere in the world are you from? And what causes are you passionate about? 🧡 \n\n#AmazonGMV #Community #Inspiring",
                "article_posted_date": "1w",
                "total_likes": "2,952",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Have you heard of our Career Choice program? It offers pre-paid college degrees, industry certifications, and more, providing eligible hourly employees with the tools for success, no matter where they plan to work in the future.\n\nOur employees are our greatest asset, which is why we’ve invested over $1.2 billion into skills training and education programs by 2025 to help employees like Haileigh, Megan, Pissi, Samuel, and Sayeda thrive.\n\nHere are some fast facts:\n\n🎓 The vast majority of Amazon’s hourly employees – nearly 700,000 globally – are eligible for Career Choice.\n\n🎓There are more than 150,000 worldwide Career Choice participants since the program launched over 10 years ago.\n\n🎓Students are able to attend their classes at one of more than 400 education partners around the world, including community colleges, local and national colleges, HBCUs, and other skills training providers. \n\n 🎓Over 40% of Career Choice participants identify as BIPOC.\n\n Learn all about the program and all that it has to offer: https://amzn.to/3sHOfFw\n\n#CareerGrowth #CareerChoice #AmazonBenefits #Upskilling",
                "article_posted_date": "1w\n  \n                    \n                    \n                      Edited",
                "total_likes": "4,976",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "How about this for an epic school trip? \n\nTo inspire and nurture young creative talent, students from Lochgelly High School in Fife, Scotland visited the set of Prime Video's The Rig and met the show's star-studded cast. 🌟🎥\n\nRead more: https://lnkd.in/gVVSbFtm",
                "article_posted_date": "2w",
                "total_likes": "2,543",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "September is Global Month of Volunteering (GMV) here at Amazon. During September, tens of thousands of Amazonians will come together to volunteer for causes they’re passionate about to positively impact communities where our employees live and work. 👏 \n\nLast year, Amazon employees from over 50 countries participated in Global Month of Volunteering, supporting more than 400 organizations and volunteering in 1,800 events. And Amazon donated more than $450 million in cash contributions to hundreds of organizations from around the world. \n\nThis year, Amazonians will participate in a variety of volunteer initiatives – from kayak cleanups, home food delivery services and back to school donations to hygiene-kit building, literacy tutoring, habitat restorations, and more.  \n\nWe employ more than 1.4 million people across dozens of countries, and we believe our employees’ passion, ideas, and volunteer efforts can make a positive impact on our communities. Amazonians, make sure you are signed up for a volunteer event!  ✅ \n\nLearn more about #AmazonGMV here: https://amzn.to/45IWxLA\n\nWhat causes are you passionate about? 🔽 🧡 \n\n#AmazonInTheCommunity #Inspiring #Community",
                "article_posted_date": "2w",
                "total_likes": "5,534",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Rise and shine LinkedIn. Where in the world are you working from today? 🌅 🌎 \n\nThis beautiful shot was taken in Texas. 📍 \n\n#AmazonAir",
                "article_posted_date": "3w",
                "total_likes": "4,490",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Tomorrow is International Dog Day, and we are celebrating all of our beloved office dogs. 🦮 🐩 🐕🦺 🐕 \n\nAmazon has been ranked among the most dog-friendly companies in the U.S.\n\nIt all started with Rufus the corgi. In the early days of Amazon.com, a husband and wife team brought their Welsh corgi, Rufus, to work with them, and he became a surprisingly productive part of the team. Employees would even use Rufus's paw to click the computer mouse to launch some of the earliest pages of Amazon.com.\n\nRufus's memory is still honored at Amazon: There are photos of him around the Puget Sound campus, and there's even a building in South Lake Union that was named after him.\n\nAnd now, thousands of office dogs follow in Rufus's paw steps. 🐾 \n\nHaving dogs in our workplace has been found to lower stress and boost morale, and we're proud this is such a uniquely Amazonian tradition.\n\nWe would love to see a photo of your dog in the office in the comments! 🔽 \n\n#InsideAmazon #DogsAtWork #InternationalDogDay",
                "article_posted_date": "3w",
                "total_likes": "8,890",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            },
            {
                "text": "Amazon Web Services (AWS) has invested in Hugging Face, further expanding our collaboration. This is the next step in our efforts to accelerate the availability of next-generation machine learning models by making them more accessible—and helping developers optimize performance at a lower cost. Congrats to Clem Delangue 🤗 and the entire team, and we look forward to seeing what developers create for customers using these models.Super excited to welcome our new investors Salesforce Ventures, Google, Amazon, NVIDIA, AMD, Intel Corporation, Qualcomm Ventures, IBM & Sound Ventures who all participated in Hugging Face’s $235M series D at a $4.5B valuation to celebrate the crossing of 1,000,000 models, datasets and apps on the platform.\n\nThese partners alone shared over 1,000 open models and datasets and have over 10,000 users on Hugging Face already. It takes a village to democratize good machine learning with open-source and we’re just getting started! \n\n🤗🎉🚀",
                "article_posted_date": "3w",
                "total_likes": "3,003",
                "article_title": "",
                "article_sub_title": "",
                "article_link": null,
                "article_image": null
            }
        ],
        "similar_companies": [
            {
                "link": "https://www.linkedin.com/company/google?trk=similar-pages",
                "name": "Google",
                "summary": "Software Development",
                "location": "Mountain View, CA"
            },
            {
                "link": "https://www.linkedin.com/company/microsoft?trk=similar-pages",
                "name": "Microsoft",
                "summary": "Software Development",
                "location": "Redmond, Washington"
            },
            {
                "link": "https://www.linkedin.com/company/apple?trk=similar-pages",
                "name": "Apple",
                "summary": "Computers and Electronics Manufacturing",
                "location": "Cupertino, California"
            },
            {
                "link": "https://www.linkedin.com/company/netflix?trk=similar-pages",
                "name": "Netflix",
                "summary": "Entertainment Providers",
                "location": "Los Gatos, CA"
            },
            {
                "link": "https://www.linkedin.com/company/meta?trk=similar-pages",
                "name": "Meta",
                "summary": "Software Development",
                "location": "Menlo Park, CA"
            },
            {
                "link": "https://www.linkedin.com/company/deloitte?trk=similar-pages",
                "name": "Deloitte",
                "summary": "Business Consulting and Services",
                "location": "Business Consulting and Services"
            },
            {
                "link": "https://www.linkedin.com/company/ibm?trk=similar-pages",
                "name": "IBM",
                "summary": "IT Services and IT Consulting",
                "location": "Armonk, New York, NY"
            },
            {
                "link": "https://in.linkedin.com/company/flipkart?trk=similar-pages",
                "name": "Flipkart",
                "summary": "Technology, Information and Internet",
                "location": "Bangalore, Karnataka"
            },
            {
                "link": "https://in.linkedin.com/company/tata-consultancy-services?trk=similar-pages",
                "name": "Tata Consultancy Services",
                "summary": "IT Services and IT Consulting",
                "location": "Mumbai, Maharashtra"
            },
            {
                "link": "https://www.linkedin.com/company/amazon-web-services?trk=similar-pages",
                "name": "Amazon Web Services (AWS)",
                "summary": "IT Services and IT Consulting",
                "location": "Seattle, WA"
            }
        ],
        "affiliated_companies": [
            {
                "link": "https://www.linkedin.com/company/amazon-web-services?trk=affiliated-pages",
                "name": "Amazon Web Services (AWS)",
                "industry": "IT Services and IT Consulting",
                "location": "Seattle, WA"
            },
            {
                "link": "https://www.linkedin.com/company/whole-foods-market?trk=affiliated-pages",
                "name": "Whole Foods Market",
                "industry": "Retail",
                "location": "Retail"
            },
            {
                "link": "https://www.linkedin.com/company/twitch-tv?trk=affiliated-pages",
                "name": "Twitch",
                "industry": "Software Development",
                "location": "San Francisco, California"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazonscience/?trk=affiliated-pages",
                "name": "Amazon Science",
                "industry": "Research Services",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/company/lab126?trk=affiliated-pages",
                "name": "Amazon Lab126",
                "industry": "Computers and Electronics Manufacturing",
                "location": "Sunnyvale, CA"
            },
            {
                "link": "https://www.linkedin.com/company/primevideoamazonstudios?trk=affiliated-pages",
                "name": "Prime Video & Amazon Studios",
                "industry": "Entertainment Providers",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazonadvertising/?trk=affiliated-pages",
                "name": "Amazon Ads",
                "industry": "Advertising Services",
                "location": "Seattle, WA"
            },
            {
                "link": "https://ae.linkedin.com/company/souq-com?trk=affiliated-pages",
                "name": "Souq.com",
                "industry": "Technology, Information and Internet",
                "location": "Technology, Information and Internet"
            },
            {
                "link": "https://www.linkedin.com/company/imdb-com?trk=affiliated-pages",
                "name": "IMDb.com",
                "industry": "Entertainment Providers",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/company/amazon-fulfillment-technologies-robotics?trk=affiliated-pages",
                "name": "Amazon Fulfillment Technologies & Robotics",
                "industry": "Software Development",
                "location": "North Reading, MA"
            },
            {
                "link": "https://www.linkedin.com/company/goodreads-com?trk=affiliated-pages",
                "name": "Goodreads.com",
                "industry": "Technology, Information and Internet",
                "location": "San Francisco, CA"
            },
            {
                "link": "https://www.linkedin.com/company/zappos.com?trk=affiliated-pages",
                "name": "Zappos Family of Companies",
                "industry": "Retail",
                "location": "Las Vegas, Nevada"
            },
            {
                "link": "https://www.linkedin.com/company/amazon-business?trk=affiliated-pages",
                "name": "Amazon Business",
                "industry": "Retail",
                "location": "Retail"
            },
            {
                "link": "https://www.linkedin.com/company/audible?trk=affiliated-pages",
                "name": "Audible",
                "industry": "Software Development",
                "location": "Newark, NJ"
            },
            {
                "link": "https://www.linkedin.com/showcase/sellwithamazon/?trk=affiliated-pages",
                "name": "Sell on Amazon",
                "industry": "Technology, Information and Internet",
                "location": "Seattle, WA"
            },
            {
                "link": "https://www.linkedin.com/company/amazongames?trk=affiliated-pages",
                "name": "Amazon Games",
                "industry": "Entertainment Providers",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/company/ring-labs?trk=affiliated-pages",
                "name": "Ring",
                "industry": "Computers and Electronics Manufacturing",
                "location": "Santa Monica, California"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-pay/?trk=affiliated-pages",
                "name": "Amazon Pay",
                "industry": "Technology, Information and Internet",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/company/shopbop?trk=affiliated-pages",
                "name": "Shopbop",
                "industry": "Retail",
                "location": "Madison, WI"
            },
            {
                "link": "https://www.linkedin.com/company/amazon-music?trk=affiliated-pages",
                "name": "Amazon Music",
                "industry": "Entertainment Providers",
                "location": "San Francisco, California"
            },
            {
                "link": "https://www.linkedin.com/showcase/transportation-shipping-logistics-at-amazon/?trk=affiliated-pages",
                "name": "Transportation, Shipping, & Logistics at Amazon",
                "industry": "Transportation, Logistics, Supply Chain and Storage",
                "location": "Transportation, Logistics, Supply Chain and Storage"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-alexa-developers/?trk=affiliated-pages",
                "name": "Amazon Alexa Developers",
                "industry": "Computers and Electronics Manufacturing",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://pl.linkedin.com/company/amazon-development-center-poland?trk=affiliated-pages",
                "name": "Amazon Development Center Poland",
                "industry": "Software Development",
                "location": "Gdansk, Pomeranian"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-clinic/?trk=affiliated-pages",
                "name": "Amazon Clinic",
                "industry": "Hospitals and Health Care",
                "location": "Hospitals and Health Care"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-design/?trk=affiliated-pages",
                "name": "Amazon Design",
                "industry": "Internet Publishing",
                "location": "Seattle, WA"
            },
            {
                "link": "https://ca.linkedin.com/company/abebooks?trk=affiliated-pages",
                "name": "AbeBooks, an Amazon company",
                "industry": "Technology, Information and Internet",
                "location": "Victoria, BC"
            },
            {
                "link": "https://www.linkedin.com/company/alexa-internet?trk=affiliated-pages",
                "name": "Alexa.com",
                "industry": "Technology, Information and Internet",
                "location": "San Francisco, California"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-associates/?trk=affiliated-pages",
                "name": "Amazon Associates",
                "industry": "Technology, Information and Internet",
                "location": "Seattle, WA"
            },
            {
                "link": "https://www.linkedin.com/company/a9-com?trk=affiliated-pages",
                "name": "A9.com",
                "industry": "Technology, Information and Internet",
                "location": "Palo Alto, CA"
            },
            {
                "link": "https://www.linkedin.com/showcase/test---fulfillment-by-amazon/?trk=affiliated-pages",
                "name": "Fulfillment by Amazon",
                "industry": "Warehousing and Storage",
                "location": "Warehousing and Storage"
            },
            {
                "link": "https://www.linkedin.com/showcase/kindle-enterprise/?trk=affiliated-pages",
                "name": "Amazon Kindle",
                "industry": "Retail",
                "location": "Seattle, Washington"
            },
            {
                "link": "https://www.linkedin.com/showcase/project-kuiper/?trk=affiliated-pages",
                "name": "Project Kuiper",
                "industry": "Satellite Telecommunications",
                "location": "Satellite Telecommunications"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-appstore-developers/?trk=affiliated-pages",
                "name": "Amazon Appstore Developers",
                "industry": "Consumer Electronics",
                "location": "Seattle, washington"
            },
            {
                "link": "https://www.linkedin.com/company/curse-inc?trk=affiliated-pages",
                "name": "Curse",
                "industry": "Computer Games",
                "location": "Huntsville, AL"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-launchpad/?trk=affiliated-pages",
                "name": "Amazon Launchpad",
                "industry": "Internet Publishing",
                "location": "Seattle, WA"
            },
            {
                "link": "https://www.linkedin.com/company/quidsi-inc.?trk=affiliated-pages",
                "name": "Quidsi Inc., a subsidiary of Amazon",
                "industry": "Retail",
                "location": "Jersey City, New Jersey"
            },
            {
                "link": "https://www.linkedin.com/company/woot-inc.?trk=affiliated-pages",
                "name": "Woot, Inc.",
                "industry": "Retail",
                "location": "Carrollton, TX"
            },
            {
                "link": "https://www.linkedin.com/showcase/just-walk-out-technology/?trk=affiliated-pages",
                "name": "Just Walk Out Technology",
                "industry": "Retail",
                "location": "Retail"
            },
            {
                "link": "https://www.linkedin.com/showcase/alexa-auto/?trk=affiliated-pages",
                "name": "Alexa Auto",
                "industry": "Motor Vehicle Manufacturing",
                "location": "Motor Vehicle Manufacturing"
            },
            {
                "link": "https://uk.linkedin.com/showcase/amazonfashion/?trk=affiliated-pages",
                "name": "Amazon Fashion",
                "industry": "Retail Apparel and Fashion",
                "location": "Retail Apparel and Fashion"
            },
            {
                "link": "https://www.linkedin.com/company/annapurna-labs?trk=affiliated-pages",
                "name": "Annapurna Labs",
                "industry": "Computer Networking",
                "location": "Computer Networking"
            },
            {
                "link": "https://uk.linkedin.com/company/lovefilm?trk=affiliated-pages",
                "name": "LOVEFiLM",
                "industry": "Entertainment Providers",
                "location": "London, London"
            },
            {
                "link": "https://www.linkedin.com/company/createspace?trk=affiliated-pages",
                "name": "CreateSpace",
                "industry": "Book and Periodical Publishing",
                "location": "North Charleston, SC"
            },
            {
                "link": "https://www.linkedin.com/company/comixology?trk=affiliated-pages",
                "name": "comiXology, an Amazon company",
                "industry": "Entertainment",
                "location": "New York, NY"
            },
            {
                "link": "https://ca.linkedin.com/company/thinkbox-software-inc.?trk=affiliated-pages",
                "name": "AWS Thinkbox",
                "industry": "Software Development",
                "location": "Winnipeg, Manitoba"
            },
            {
                "link": "https://nl.linkedin.com/company/liquavista?trk=affiliated-pages",
                "name": "Amazon | Liquavista",
                "industry": "Appliances, Electrical, and Electronics Manufacturing",
                "location": "Appliances, Electrical, and Electronics Manufacturing"
            },
            {
                "link": "https://www.linkedin.com/showcase/buywithprime/?trk=affiliated-pages",
                "name": "Buy with Prime",
                "industry": "Internet Publishing",
                "location": "Seattle, WA"
            },
            {
                "link": "https://www.linkedin.com/company/brilliance-publishing?trk=affiliated-pages",
                "name": "Brilliance Publishing",
                "industry": "Book and Periodical Publishing",
                "location": "Book and Periodical Publishing"
            },
            {
                "link": "https://www.linkedin.com/showcase/amazon-today/?trk=affiliated-pages",
                "name": "Amazon Today",
                "industry": "Technology, Information and Internet",
                "location": "Seattle, Washington"
            }
        ],
        "product": []
    }
]

Last updated