servers: - url: https://nubela.co/proxycurl description: With SSL Proxycurl Server - url: http://nubela.co/proxycurl description: Without SSL Proxycurl Server security: - BearerAuth: - client paths: /api/v2/linkedin/company/job/count: get: description: 'Cost: 2 credits / successful request. Count number of jobs posted by a company on LinkedIn' parameters: - in: query name: job_type required: false description: "\n The nature of the job.\n It accepts the following 7\ \ case-insensitive values only:\n - `full-time`\n - `part-time`\n\ \ - `contract`\n - `internship`\n - `temporary`\n - `volunteer`\n\ \ - `anything` (default)\n " example: entry_level schema: type: string - in: query name: experience_level required: false description: "\n The experience level needed for the job.\n It accepts\ \ the following 6 case-insensitive values only:\n - `internship`\n \ \ - `entry_level`\n - `associate`\n - `mid_senior_level`\n - `director`\n\ \ - `anything` (default)\n " example: entry_level schema: type: string - in: query name: when required: false description: "\n The time when the job is posted,\n It accepts the following\ \ case-insensitive values only:\n - `yesterday`\n - `past-week`\n\ \ - `past-month`\n - `anytime` (default)\n " example: past-month schema: type: string - in: query name: flexibility required: false description: "\n The flexibility of the job.\n It accepts the following\ \ 3 case insensitive values only:\n - `remote`\n - `on-site`\n \ \ - `hybrid`\n - `anything` (default)\n " example: remote schema: type: string - in: query name: geo_id required: false description: "\n The `geo_id` of the location to search for.\n For example,\ \ `92000000` is the `geo_id` of world wide.\n\n See [this article](https://nubela.co/blog/how-to-fetch-geo_id-parameter-for-the-job-api/?utm_source=blog&utm_medium=web&utm_campaign=docs-redirect-to-geo_id-article)\ \ as to how you may be able to match regions to `geo_id` input values.\n\ \ " example: '92000000' schema: type: string - in: query name: keyword required: false description: "\n The keyword to search for.\n " example: software engineer schema: type: string - in: query name: search_id required: false description: "\n The `search_id` of the company on LinkedIn.\n You can\ \ get the `search_id` of a LinkedIn company via\n [Company Profile API](#company-api-company-profile-endpoint).\n\ \ " example: '1035' schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/JobListCount' example: count: 887622 description: Count number of jobs posted '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Jobs API operationId: Jobs Listing Count Endpoint summary: Jobs Listing Count Endpoint /api/linkedin/company/employees/count: get: description: 'Cost: 1 credit / successful request. Get a number of total employees of a Company. Get an employee count of this company from various sources.' parameters: - in: query name: use_cache required: false description: "\n `if-present`: The default behavior. Fetches data from\ \ LinkDB cache regardless of age of profile.\n\n `if-recent`: API will\ \ make a best effort to return a fresh data no older than 29 days. Costs\ \ an extra 1 credit on top of the cost of the base endpoint.\n " example: if-present schema: type: string - in: query name: linkedin_employee_count required: false description: "\n Option to include a scraped employee count value from\ \ the target company's LinkedIn profile.\n\n Valid values are `include`\ \ and `exclude`:\n\n * `exclude` (default) : To exclude the scraped employee\ \ count.\n * `include` : To include the scraped employee count.\n\n \ \ Costs an extra `1` credit on top of the base cost of the endpoint.\n\ \ " example: include schema: type: string - in: query name: employment_status required: false description: "\n Parameter to tell the API to filter past or current employees.\n\ \n Valid values are `current`, `past`, and `all`:\n\n * `current`\ \ (default) : count current employees\n * `past` : count past employees\n\ \ * `all` : count current & past employees\n " example: current schema: type: string - in: query name: url required: true description: "\n URL of the LinkedIn Company Profile to target.\n\n \ \ URL should be in the format of `https://www.linkedin.com/company/`\n\ \ " example: https://www.linkedin.com/company/apple/ schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/EmployeeCount' example: linkedin_employee_count: 529274 linkdb_employee_count: 3 description: Number of employees in a company '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Employee Count Endpoint summary: Employee Count Endpoint /api/linkedin/company/employee/search/: get: description: 'Cost: 10 credits / successful request. Search employees of a target by their job title. This API endpoint is syntactic sugar for the role_search parameter under the [Employee Listing Endpoint](https://nubela.co/proxycurl/docs#company-api-employee-listing-endpoint). Results are limited by data that we have within [LinkDB](https://nubela.co/proxycurl/linkdb). Use [Role Lookup API Endpoint](https://nubela.co/proxycurl/docs#people-api-role-lookup-endpoint) if you need to query for profiles without LinkDB constraints. The drawbacks of the Role Lookup API Endpoint is that it is less precise and can return at most one result per query.' parameters: - in: query name: page_size required: false description: "\n Tune the maximum results returned per API call.\n The\ \ default value of this parameter is `200000`.\n Accepted values for\ \ this parameter is an integer ranging from `1` to `200000`.\n When `enrich_profiles=enrich`,\ \ this parameter accepts value ranging from `1` to `100` and the default\ \ value is `100`.\n " example: '100' schema: type: string - in: query name: linkedin_company_profile_url required: true description: "\n LinkedIn Profile URL of the target company.\n " example: https://www.linkedin.com/company/microsoft/ schema: type: string - in: query name: keyword_regex required: true description: "\n Job title keyword to search for in regular expression\ \ format.\n\n The accepted value for this parameter is a **case-insensitive**\ \ regular expression.\n " example: ceo|cto schema: type: string - in: query name: country required: false description: "\n Limit the result set to the country locality of the profile.\ \ For example, set the parameter of `country=us` if you only want profiles\ \ from the US.\n\n This parameter accepts a case-insensitive [Alpha-2\ \ ISO3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).\n\ \n Costs an extra `3` credit per result returned.\n " example: us schema: type: string - in: query name: enrich_profiles required: false description: "\n Get the full profile of employees instead of only their\ \ profile urls.\n\n Each request respond with a streaming response of\ \ profiles.\n\n The valid values are:\n \n * `skip` (default):\ \ lists employee's profile url\n * `enrich`: lists full profile of employees\n\ \n Calling this API endpoint with this parameter would add `1` credit\ \ per employee returned.\n " example: enrich schema: type: string - in: query name: resolve_numeric_id required: false description: "\n Enable support for Company Profile URLs with numerical\ \ IDs that you most frequently fetch from Sales Navigator. \n We achieve\ \ this by resolving numerical IDs into vanity IDs with cached company profiles\ \ from [LinkDB](https://nubela.co/proxycurl/linkdb). \n For example,\ \ we will turn `https://www.linkedin.com/company/1234567890` to `https://www.linkedin.com/company/acme-corp`\ \ -- for which the API endpoint only supports the latter.\n \n This\ \ parameter accepts the following values:\n - `false` (default value)\ \ - Will not resolve numerical IDs.\n - `true` - Enable support for Company\ \ Profile URLs with numerical IDs. \n Costs an extra `2` credit on top\ \ of the base cost of the endpoint.\n " example: 'false' schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/EmployeeList' example: employees: - profile_url: https://www.linkedin.com/in/satyanadella profile: null next_page: null description: List of employees '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Employee Search Endpoint summary: Employee Search Endpoint /api/linkedin/profile/resolve/email: get: description: 'Cost: 3 credits / successful request. Resolve LinkedIn Profile from a work email address' parameters: - in: query name: enrich_profile required: false description: "\n Enrich the result with a cached profile of the lookup\ \ result.\n\n The valid values are:\n\n * `skip` (default): do not\ \ enrich the results with cached profile data\n * `enrich`: enriches\ \ the result with cached profile data\n\n Calling this API endpoint with\ \ this parameter would add 1 credit.\n\n If you require [fresh profile\ \ data](https://nubela.co/blog/how-fresh-are-profiles-returned-by-proxycurl-api/),\n\ \ please chain this API call with the [Person Profile Endpoint](https://nubela.co/proxycurl/docs#people-api-person-profile-endpoint)\ \ with the `use_cache=if-recent` parameter.\n " example: enrich schema: type: string - in: query name: work_email required: true description: Work email address of the user example: danial@nubela.co schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/ReverseEmailUrlEnrichResult' example: url: https://www.linkedin.com/in/senatormarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy\ \ at work and in their lives - I'm on a mission to solve that.\n\ \nI spent 10 years as the founder of Axxis Audio, an electronics\ \ company that grew to multi-million dollar sales, which I sold\ \ in 2012. At that time, I funneled my earnings into the creation\ \ of an Internet of Things company, but numerous factors lead\ \ to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job\ \ at Best Buy for $12 an hour while reinventing myself through\ \ the completion of an MBA at the University of Colorado, and\ \ a 6-month software development boot camp. \n\nAfter graduation,\ \ I landed at American Express as a Senior Product Manager and\ \ then got poached by Amazon in 2017 (because of my LinkedIn profile).\ \ My journey has led to a deep sense of perspective, humility,\ \ and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website\ \ for details on my Mindset Reset Podcast, Public Speaking, Consulting,\ \ or my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or\ \ podcast?\nA: I'd love to! I've shared my message on the future\ \ of employment, breaking into big tech, and my personal story\ \ of reinventing myself and discovering my sense of purpose (and\ \ how you can too!).\n\n\u2611\uFE0F YouTube Channel #1 (John\ \ Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\u2611\ \uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and\ \ I just started learning to skateboard a half-pipe.\n\u2611\uFE0F\ \ Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\ \u2611\uFE0F Email: JohnRmarty@gmail.com (don't forget that \"\ R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost\ \ thought leaders and turn them into actionable insights so\ \ that others can discover greater happiness, success, and fulfillment.\n\ \nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people\ \ around the world maximize their sense of meaning so that they\ \ can lead more fulfilling lives. We do this through exposing\ \ the truth about success and happiness through the Mindset\ \ Reset Podcast, corporate training, youth education programs,\ \ group coaching, and investments in tech startups aligned with\ \ our mission.\n\nThe word success is widely understood as the\ \ attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and\ \ meaning even though money has nothing to do with these things.\ \ Because of this twisted equation, young adults often make\ \ career decisions that solely maximize earning potential. And\ \ Ironically, if they manage to achieve society\u2019s definition\ \ of success, It often leaves many with a sense of meaninglessness.\n\ \nIf you want to live a meaningful life chase the word meaning\ \ as opposed to the word success - this simple shift in mindset\ \ will lead to a more authentic set of questions about the direction\ \ you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology\ \ (Internet of Things) software and hardware development company.\ \ Our mission is to flawlessly develop and deliver impeccable\ \ software, hardware and system design for the high-end consumer\ \ market nationally and internationally. \n\n\u2022 Performed\ \ a short term change management engagement to lead a 12 member\ \ cross functional team through a major strategy and vision\ \ transition\n\u2022 Developed an international supply chain\ \ that increased profit margin by 30% on core products\n\u2022\ \ Conceptualized, implemented, and rolled out a CRM that led\ \ to a 15% higher month over month close rate; trained sales\ \ team on newly created key performance indicators to maximize\ \ growth\n\u2022 Developed, implemented and oversaw a training\ \ process that scaled to 180+ national subcontractors\n\u2022\ \ Translated user stories into detailed product requirements\ \ documents that the software development team used to build\ \ new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize\ \ profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software\ \ and hardware development company specializing in the mid to\ \ high-end condominium market in the United States and South\ \ America. \nEOS Controls supports the advancement of affordable\ \ and easy to user smart home technology through a network of\ \ non-traditional sales channels of architects, designers, and\ \ contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022\ \ Led a 5 member product team of engineers; conducted daily\ \ stand-ups and weekly design review meetings\n\u2022 Managed\ \ and prioritized product backlog for development Sprints as\ \ well as tested products before release\n\u2022 Effectively\ \ placed products through non-traditional distribution channels\ \ by identifying and developing relationships with over 100\ \ national and international builders, architects, and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment\ \ to develop a home theater and home automation sales and installation\ \ business that grew to multi-million dollar sales (sold the\ \ company in 2011)\n\u2022 Developed mission-centric training,\ \ responsibility, and accountability framework \n\u2022 10\ \ Direct Reports\n\u2022 Responsible for resource planning,\ \ scheduling, and project management \n\u2022 Filled the role\ \ of HR and developed a team building program for 10 direct\ \ reports, that included formal training, personal and professional\ \ peer support, mentoring and professional development; resulting\ \ in 20% higher retention rate and improved trust and communication\n\ \u2022 Deployed an ERP Solution in 2007 that unified 5 departments\ \ and provided a central reporting and accountability framework\ \ for a 23% employees productivity gain\n\u2022 Handled acquisition\ \ of 2nd largest competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: [] volunteer_work: [] certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: [] recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\ \n \n John Marty is a genius at his craft. He is\ \ skilled in the art of making people feel empowered to seek out\ \ roles that they are qualified for, ask for salaries that they\ \ deserve, and creates a kind of pay it forward lifestyle. John\ \ helps you to get to places that you only thought were possible\ \ for other people. Anyone that is fortunate enough to learn from\ \ John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \ \ \n John is so focused on helping guide you through\ \ an interview process not just for Amazon but on interviewing\ \ in general. I've generally done well at interviewing, my skills\ \ are top notch now. John is so focused on on his clients and\ \ really goes above and beyond. John is genuine, knowledgeable,\ \ well spoken and non-judgemental. He is so encouraging, so positive\ \ and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that\ \ has a large 13K sq ft lot with two homes on it. After 5 minutes\ \ of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC ,\ \ Owner Marty\u2019s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: [] groups: [] description: LinkedIn (Person) Profile URL '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Contact API operationId: Reverse Work Email Lookup Endpoint summary: Reverse Work Email Lookup Endpoint /api/v2/linkedin/company/job: get: description: 'Cost: 2 credits / successful request. List jobs posted by a company on LinkedIn' parameters: - in: query name: job_type required: false description: "\n The nature of the job.\n It accepts the following 7\ \ case-insensitive values only:\n - `full-time`\n - `part-time`\n\ \ - `contract`\n - `internship`\n - `temporary`\n - `volunteer`\n\ \ - `anything` (default)\n " example: anything schema: type: string - in: query name: experience_level required: false description: "\n The experience level needed for the job.\n It accepts\ \ the following 6 case-insensitive values only:\n - `internship`\n \ \ - `entry_level`\n - `associate`\n - `mid_senior_level`\n - `director`\n\ \ - `anything` (default)\n " example: entry_level schema: type: string - in: query name: when required: false description: "\n The time when the job is posted,\n It accepts the following\ \ case-insensitive values only:\n - `yesterday`\n - `past-week`\n\ \ - `past-month`\n - `anytime` (default)\n " example: past-month schema: type: string - in: query name: flexibility required: false description: "\n The flexibility of the job.\n It accepts the following\ \ 3 case insensitive values only:\n - `remote`\n - `on-site`\n \ \ - `hybrid`\n - `anything` (default)\n " example: remote schema: type: string - in: query name: geo_id required: false description: "\n The `geo_id` of the location to search for.\n For example,\ \ `92000000` is the `geo_id` of world wide.\n\n See [this article](https://nubela.co/blog/how-to-fetch-geo_id-parameter-for-the-job-api/?utm_source=blog&utm_medium=web&utm_campaign=docs-redirect-to-geo_id-article)\ \ as to how you may be able to match regions to `geo_id` input values.\n\ \ " example: '92000000' schema: type: string - in: query name: keyword required: false description: "\n The keyword to search for.\n " example: software engineer schema: type: string - in: query name: search_id required: false description: "\n The `search_id` of the company on LinkedIn.\n You can\ \ get the `search_id` of a LinkedIn company via\n [Company Profile API](#company-api-company-profile-endpoint).\n\ \ " example: '1035' schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/JobListPage' example: job: - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330682 list_date: '2022-10-09' location: New York, NY - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257692764 list_date: '2022-10-21' location: United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3285166057 list_date: '2022-10-16' location: New Jersey, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203328879 list_date: '2022-10-28' location: Hawaii, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334096 list_date: '2022-10-09' location: Mountain View, CA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696537 list_date: '2022-10-21' location: Hawaii, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327999 list_date: '2022-10-29' location: Illinois, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330696 list_date: '2022-10-09' location: Washington, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327990 list_date: '2022-10-28' location: Massachusetts, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330693 list_date: '2022-10-28' location: Utah, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203333219 list_date: '2022-10-09' location: Washington, DC - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3326765134 list_date: '2022-10-26' location: Bellevue, WA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Program Manager (Chief of Staff Office) job_url: https://www.linkedin.com/jobs/view/program-manager-chief-of-staff-office-at-microsoft-3321408962 list_date: '2022-10-20' location: United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203332363 list_date: '2022-10-09' location: Dallas, TX - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203331488 list_date: '2022-10-09' location: Pennsylvania, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696539 list_date: '2022-10-21' location: New York, NY - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327997 list_date: '2022-10-28' location: North Carolina, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334106 list_date: '2022-10-09' location: Florida, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334098 list_date: '2022-10-09' location: Cambridge, MA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696527 list_date: '2022-10-21' location: San Francisco, CA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257697337 list_date: '2022-10-21' location: Florida, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Business Operations: Full-time Opportunities for University Graduates, United States' job_url: https://www.linkedin.com/jobs/view/business-operations-full-time-opportunities-for-university-graduates-united-states-at-microsoft-3301555138 list_date: '2022-10-28' location: Bellevue, WA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203328882 list_date: '2022-10-28' location: Delaware, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203331492 list_date: '2022-10-09' location: Oregon, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Business Operations: Full-time Opportunities for University Graduates, United States' job_url: https://www.linkedin.com/jobs/view/business-operations-full-time-opportunities-for-university-graduates-united-states-at-microsoft-3301550928 list_date: '2022-10-28' location: Redmond, WA next_page_no: 1 next_page_api_url: http://nubela.co/proxycurl/proxycurl/api/v2/linkedin/company/job?pagination=eyJwYWdlIjogMX0&search_id=1035 previous_page_no: null previous_page_api_url: null description: List of open job position '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Jobs API operationId: Jobs Listing Endpoint summary: Jobs Listing Endpoint /api/linkedin/company/profile-picture: get: description: 'Cost: 0 credit / successful request. Get the profile picture of a company. Profile pictures are served from cached company profiles found within [LinkDB](https://nubela.co/proxycurl/linkdb). If the profile does not exist within [LinkDB](https://nubela.co/proxycurl/linkdb), then the API will return a `404` status code.' parameters: - in: query name: linkedin_company_profile_url required: true description: "\n LinkedIn Profile URL of the company that you are trying\ \ to get the profile picture of.\n " example: https://www.linkedin.com/company/apple/ schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/ProfilePicture' example: tmp_profile_pic_url: http://localhost:4566/proxycurl-web-dev/company/apple/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20220912%2F%2Fs3%2Faws4_request&X-Amz-Date=20220912T065816Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=40e484b7b1a9c4fd712d99b658d68efb115d8b20be227c8d5c49fc62dfd4d480 description: Profile picture of a company '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Company Profile Picture Endpoint summary: Company Profile Picture Endpoint /api/linkedin/company/employees/: get: description: 'Cost: 3 credits / employee returned. Get a list of employees of a Company. This API endpoint is limited by LinkDB which is populated with profiles in the US, UK, Canada, Israel, Australia, Ireland, New Zealand and Singapore. As such, this endpoint is best used to list employees working in companies based in those locations only.' parameters: - in: query name: country required: false description: "\n Limit the result set to the country locality of the profile.\ \ For example, set the parameter of `country=us` if you only want profiles\ \ from the US.\n\n This parameter accepts a case-insensitive [Alpha-2\ \ ISO3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).\n\ \n Costs an extra `3` credit per result returned.\n " example: us schema: type: string - in: query name: enrich_profiles required: false description: "\n Get the full profile of employees instead of only their\ \ profile urls.\n\n Each request respond with a streaming response of\ \ profiles.\n\n The valid values are:\n \n * `skip` (default):\ \ lists employee's profile url\n * `enrich`: lists full profile of employees\n\ \n Calling this API endpoint with this parameter would add `1` credit\ \ per employee returned.\n " example: enrich schema: type: string - in: query name: role_search required: false description: "\n Filter employees by their title by matching the employee's\ \ title against a *regular expression*.\n\n The default value of this\ \ parameter is `null`.\n\n The accepted value for this parameter is a\ \ **case-insensitive** regular expression.\n\n (The base cost of calling\ \ this API endpoint with this parameter would be `10` credits.\n Each\ \ employee matched and returned would cost `6` credits per employee returned.)\n\ \ " example: (co)?-?founder schema: type: string - in: query name: page_size required: false description: "\n Tune the maximum results returned per API call.\n\n \ \ The default value of this parameter is `200000`.\n\n Accepted values\ \ for this parameter is an integer ranging from `1` to `200000`.\n\n \ \ When `enrich_profiles=enrich`, this parameter accepts value ranging from\ \ `1` to `100`.\n " example: '100' schema: type: string - in: query name: employment_status required: false description: "\n Parameter to tell the API to return past or current employees.\n\ \n Valid values are `current`, `past`, and `all`:\n\n * `current`\ \ (default) : lists current employees\n * `past` : lists past employees\n\ \ * `all` : lists current & past employees\n " example: current schema: type: string - in: query name: sort_by required: false description: "\n Sort employees by recency.\n\n Valid values are:\n\ \ * `recently-joined` - Sort employees by their join date. The most recent\ \ employee is on the top of the list.\n * `recently-left` - Sort employees\ \ by their departure date. The most recent employee who had just left is\ \ on the top of this list.\n * `none` - The default value. Do not sort.\n\ \n If this parameter is supplied with a value other than `none`, will\ \ add `50` credits to the base cost of the API endpoint regardless number\ \ of results returned. It will also add an additional cost of `10` credits\ \ per employee returned.\n " example: recently-joined schema: type: string - in: query name: resolve_numeric_id required: false description: "\n Enable support for Company Profile URLs with numerical\ \ IDs that you most frequently fetch from Sales Navigator. \n We achieve\ \ this by resolving numerical IDs into vanity IDs with cached company profiles\ \ from [LinkDB](https://nubela.co/proxycurl/linkdb). \n For example,\ \ we will turn `https://www.linkedin.com/company/1234567890` to `https://www.linkedin.com/company/acme-corp`\ \ -- for which the API endpoint only supports the latter.\n \n This\ \ parameter accepts the following values:\n - `false` (default value)\ \ - Will not resolve numerical IDs.\n - `true` - Enable support for Company\ \ Profile URLs with numerical IDs. \n Costs an extra `2` credit on top\ \ of the base cost of the endpoint.\n " example: 'false' schema: type: string - in: query name: url required: true description: "\n URL of the LinkedIn Company Profile to target.\n\n \ \ URL should be in the format of `https://www.linkedin.com/company/`\n\ \ " example: https://www.linkedin.com/company/microsoft schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/EmployeeList' example: employees: - profile_url: https://www.linkedin.com/in/williamhgates profile: public_identifier: williamhgates profile_pic_url: http://localhost:4566/proxycurl-web-dev/person/williamhgates/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20221003%2F%2Fs3%2Faws4_request&X-Amz-Date=20221003T091809Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=653f499173f225e30141b4f7ff86e45b16a4fdb6cc91fec10f395fb27427ad26 background_cover_image_url: null first_name: Bill last_name: Gates full_name: Bill Gates occupation: Co-chair at Bill & Melinda Gates Foundation headline: Co-chair, Bill & Melinda Gates Foundation summary: Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger. country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 1 year: 2015 ends_at: null company: 'Breakthrough Energy ' company_linkedin_profile_url: https://www.linkedin.com/company/breakthrough-energy/ title: Founder description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C4D0BAQGwD9vNu044FA/company-logo_400_400/0/1601560874941?e=1672876800&v=beta&t=VKb6OAHEwlnazKYKm4fc9go-y4zkUv2BT6tosOdQ54Y - starts_at: day: 1 month: 1 year: 2000 ends_at: null company: Bill & Melinda Gates Foundation company_linkedin_profile_url: https://www.linkedin.com/company/bill-&-melinda-gates-foundation/ title: Co-chair description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C4E0BAQE7Na_mKQhIJg/company-logo_400_400/0/1633731810932?e=1672876800&v=beta&t=Mz_ntwD4meCMcgo1L3JqDxBQRabFLIesd0Yz2ciAXNs - starts_at: day: 1 month: 1 year: 1975 ends_at: null company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft/ title: Co-founder description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1618231291419?e=1672876800&v=beta&t=I1mJMWAR_W2R_0h-lyL9Ln1ewby1Gg7ExCbpzhMJr5g education: - starts_at: day: 1 month: 1 year: 1973 ends_at: day: 31 month: 12 year: 1975 field_of_study: null degree_name: null school: Harvard University school_linkedin_profile_url: null description: null logo_url: https://media-exp1.licdn.com/dms/image/C4E0BAQF5t62bcL0e9g/company-logo_400_400/0/1519855919126?e=1672876800&v=beta&t=9twXof1JlnNHfFprrDMi-C1Kp55HTT4ahINKHRflUHw - starts_at: null ends_at: null field_of_study: null degree_name: null school: Lakeside School school_linkedin_profile_url: null description: null logo_url: https://media-exp1.licdn.com/dms/image/C4D0BAQENlfOPKBEk3Q/company-logo_400_400/0/1519856497259?e=1672876800&v=beta&t=v7nJTPaJMfH7WOBjb22dyvNKxAgdPdVd8uLCUkMB1LQ languages: [] accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: [] accomplishment_test_scores: [] volunteer_work: [] certifications: [] connections: null people_also_viewed: [] recommendations: [] activities: [] similarly_named_profiles: [] articles: [] groups: [] next_page: null description: List of employees '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Employee Listing Endpoint summary: Employee Listing Endpoint /api/linkedin/profile/resolve: get: description: 'Cost: 2 credits / successful request. Look up a person with a name and company information.' parameters: - in: query name: enrich_profile required: false description: "\n Enrich the result with a cached profile of the lookup\ \ result.\n\n The valid values are:\n\n * `skip` (default): do not\ \ enrich the results with cached profile data\n * `enrich`: enriches\ \ the result with cached profile data\n\n Calling this API endpoint with\ \ this parameter would add 1 credit.\n \n If you require [fresh profile\ \ data](https://nubela.co/blog/how-fresh-are-profiles-returned-by-proxycurl-api/),\n\ \ please chain this API call with the [Person Profile Endpoint](https://nubela.co/proxycurl/docs#people-api-person-profile-endpoint)\ \ with the `use_cache=if-recent` parameter.\n " example: enrich schema: type: string - in: query name: company_domain required: true description: Company name or domain example: gatesfoundation.org schema: type: string - in: query name: location required: false description: "\n The location of this user.\n\n Name of country, city\ \ or state.\n " example: Seattle schema: type: string - in: query name: title required: false description: Title that user is holding at his/her current job example: Co-chair schema: type: string - in: query name: last_name required: false description: Last name of the user example: Gates schema: type: string - in: query name: first_name required: true description: First name of the user example: Bill schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/PersonLookupUrlEnrichResult' example: url: https://www.linkedin.com/in/senatormarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy\ \ at work and in their lives - I'm on a mission to solve that.\n\ \nI spent 10 years as the founder of Axxis Audio, an electronics\ \ company that grew to multi-million dollar sales, which I sold\ \ in 2012. At that time, I funneled my earnings into the creation\ \ of an Internet of Things company, but numerous factors lead\ \ to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job\ \ at Best Buy for $12 an hour while reinventing myself through\ \ the completion of an MBA at the University of Colorado, and\ \ a 6-month software development boot camp. \n\nAfter graduation,\ \ I landed at American Express as a Senior Product Manager and\ \ then got poached by Amazon in 2017 (because of my LinkedIn profile).\ \ My journey has led to a deep sense of perspective, humility,\ \ and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website\ \ for details on my Mindset Reset Podcast, Public Speaking, Consulting,\ \ or my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or\ \ podcast?\nA: I'd love to! I've shared my message on the future\ \ of employment, breaking into big tech, and my personal story\ \ of reinventing myself and discovering my sense of purpose (and\ \ how you can too!).\n\n\u2611\uFE0F YouTube Channel #1 (John\ \ Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\u2611\ \uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and\ \ I just started learning to skateboard a half-pipe.\n\u2611\uFE0F\ \ Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\ \u2611\uFE0F Email: JohnRmarty@gmail.com (don't forget that \"\ R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost\ \ thought leaders and turn them into actionable insights so\ \ that others can discover greater happiness, success, and fulfillment.\n\ \nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people\ \ around the world maximize their sense of meaning so that they\ \ can lead more fulfilling lives. We do this through exposing\ \ the truth about success and happiness through the Mindset\ \ Reset Podcast, corporate training, youth education programs,\ \ group coaching, and investments in tech startups aligned with\ \ our mission.\n\nThe word success is widely understood as the\ \ attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and\ \ meaning even though money has nothing to do with these things.\ \ Because of this twisted equation, young adults often make\ \ career decisions that solely maximize earning potential. And\ \ Ironically, if they manage to achieve society\u2019s definition\ \ of success, It often leaves many with a sense of meaninglessness.\n\ \nIf you want to live a meaningful life chase the word meaning\ \ as opposed to the word success - this simple shift in mindset\ \ will lead to a more authentic set of questions about the direction\ \ you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology\ \ (Internet of Things) software and hardware development company.\ \ Our mission is to flawlessly develop and deliver impeccable\ \ software, hardware and system design for the high-end consumer\ \ market nationally and internationally. \n\n\u2022 Performed\ \ a short term change management engagement to lead a 12 member\ \ cross functional team through a major strategy and vision\ \ transition\n\u2022 Developed an international supply chain\ \ that increased profit margin by 30% on core products\n\u2022\ \ Conceptualized, implemented, and rolled out a CRM that led\ \ to a 15% higher month over month close rate; trained sales\ \ team on newly created key performance indicators to maximize\ \ growth\n\u2022 Developed, implemented and oversaw a training\ \ process that scaled to 180+ national subcontractors\n\u2022\ \ Translated user stories into detailed product requirements\ \ documents that the software development team used to build\ \ new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize\ \ profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software\ \ and hardware development company specializing in the mid to\ \ high-end condominium market in the United States and South\ \ America. \nEOS Controls supports the advancement of affordable\ \ and easy to user smart home technology through a network of\ \ non-traditional sales channels of architects, designers, and\ \ contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022\ \ Led a 5 member product team of engineers; conducted daily\ \ stand-ups and weekly design review meetings\n\u2022 Managed\ \ and prioritized product backlog for development Sprints as\ \ well as tested products before release\n\u2022 Effectively\ \ placed products through non-traditional distribution channels\ \ by identifying and developing relationships with over 100\ \ national and international builders, architects, and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment\ \ to develop a home theater and home automation sales and installation\ \ business that grew to multi-million dollar sales (sold the\ \ company in 2011)\n\u2022 Developed mission-centric training,\ \ responsibility, and accountability framework \n\u2022 10\ \ Direct Reports\n\u2022 Responsible for resource planning,\ \ scheduling, and project management \n\u2022 Filled the role\ \ of HR and developed a team building program for 10 direct\ \ reports, that included formal training, personal and professional\ \ peer support, mentoring and professional development; resulting\ \ in 20% higher retention rate and improved trust and communication\n\ \u2022 Deployed an ERP Solution in 2007 that unified 5 departments\ \ and provided a central reporting and accountability framework\ \ for a 23% employees productivity gain\n\u2022 Handled acquisition\ \ of 2nd largest competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: [] volunteer_work: [] certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: [] recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\ \n \n John Marty is a genius at his craft. He is\ \ skilled in the art of making people feel empowered to seek out\ \ roles that they are qualified for, ask for salaries that they\ \ deserve, and creates a kind of pay it forward lifestyle. John\ \ helps you to get to places that you only thought were possible\ \ for other people. Anyone that is fortunate enough to learn from\ \ John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \ \ \n John is so focused on helping guide you through\ \ an interview process not just for Amazon but on interviewing\ \ in general. I've generally done well at interviewing, my skills\ \ are top notch now. John is so focused on on his clients and\ \ really goes above and beyond. John is genuine, knowledgeable,\ \ well spoken and non-judgemental. He is so encouraging, so positive\ \ and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that\ \ has a large 13K sq ft lot with two homes on it. After 5 minutes\ \ of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC ,\ \ Owner Marty\u2019s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: [] groups: [] description: LinkedIn (Person) Profile URL '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - People API operationId: Person Lookup Endpoint summary: Person Lookup Endpoint /api/linkedin/company/resolve: get: description: "Cost: 2 credits / successful request.\nResolve Company LinkedIn\ \ Profile from company name,\n domain name and location." parameters: - in: query name: company_location required: false description: "\n The location / region of company.\n ISO 3166-1 alpha-2\ \ codes\n " example: sg schema: type: string - in: query name: company_domain required: false description: 'Company website or Company domain Requires either `company_domain` or `company_name`' example: accenture.com schema: type: string - in: query name: company_name required: false description: 'Company Name Requires either `company_domain` or `company_name`' example: Accenture schema: type: string - in: query name: enrich_profile required: false description: "\n Enrich the result with a cached profile of the lookup\ \ result.\n\n The valid values are:\n\n * `skip` (default): do not\ \ enrich the results with cached profile data\n * `enrich`: enriches\ \ the result with cached profile data\n\n Calling this API endpoint with\ \ this parameter would add 1 credit.\n\n If you require [fresh profile\ \ data](https://nubela.co/blog/how-fresh-are-profiles-returned-by-proxycurl-api/),\n\ \ please chain this API call with the [Company Profile Endpoint](https://nubela.co/proxycurl/docs#company-api-company-profile-endpoint)\ \ with the `use_cache=if-recent` parameter.\n " example: enrich schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/CompanyUrlEnrichResult' example: url: https://www.linkedin.com/company/accenture profile: linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Software Development company_size: - 10001 - null company_size_on_linkedin: 319856 hq: country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: false state: NY - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: false state: North Holland - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: false state: SP - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: false state: 'ON' - country: IE city: Dublin postal_code: null line_1: Barrow Street is_hq: false state: County Dublin - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: false state: Karnataka - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: false state: CO - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: false state: WA - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: false state: NSW - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: false state: CA - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: false state: IL - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: false state: Maharashtra - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: false state: National Capital Region - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: false state: Singapore - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: false state: TS - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: false state: VIC - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: false state: CA - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: false state: DC - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: false state: HR - country: CO city: Bogota postal_code: '110221' line_1: Carrera 11A 94-45 is_hq: false state: Bogota, D.C. - country: HK city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: false state: Hong Kong - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: false state: VA - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: false state: 'ON' - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: false state: CA - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: false state: MA - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: false state: Lomb. - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: false state: England - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: false state: TX - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: false state: CA - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: false state: MI - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: false state: Santiago Metropolitan - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: false state: GA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: false state: MA - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: false state: Karnataka - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: false state: WA - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: false state: BY - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: false state: CDMX - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: false state: Buenos Aires Autonomous City - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: false state: IdF - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: false state: Tel Aviv - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: false state: BE - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: false state: HH - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: false state: TX - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: false state: ZH - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: false state: Stockholm County name: Google tagline: null universal_name_id: google profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050 search_id: '1441' similar_companies: - name: Amazon link: https://www.linkedin.com/company/amazon industry: Software Development location: Seattle, WA - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Software Development location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Software Development location: Sunnyvale, CA - name: Deloitte link: https://www.linkedin.com/company/deloitte industry: Business Consulting and Services location: null - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Unilever link: https://uk.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London affiliated_companies: - name: YouTube link: https://www.linkedin.com/company/youtube industry: Software Development location: San Bruno, CA - name: Google Cloud link: https://www.linkedin.com/showcase/google-cloud industry: Software Development location: Mountain View, California - name: Think with Google link: https://www.linkedin.com/showcase/think-with-google industry: Advertising Services location: Mountain View, California - name: Google Ads link: https://www.linkedin.com/showcase/google-ads- industry: Advertising Services location: Mountain View, California - name: Google Developers link: https://www.linkedin.com/showcase/googledevelopers industry: Software Development location: Mountain View, CA - name: Google Analytics link: https://www.linkedin.com/showcase/google-analytics industry: Software Development location: Mountain View, California - name: Google Workspace link: https://www.linkedin.com/showcase/googleworkspace industry: IT Services and IT Consulting location: Mountain View, California - name: Google Marketing Platform link: https://www.linkedin.com/showcase/googlemarketingplatform industry: Advertising Services location: Mountain View, California - name: Google Developer Groups (GDG) link: https://www.linkedin.com/showcase/google-developer-groups industry: Software Development location: Mountain View, CA - name: Google Ad Manager link: https://www.linkedin.com/showcase/google-ad-manager industry: Advertising Services location: Mountain View, California - name: Grow with Google link: https://www.linkedin.com/showcase/grow-with-google industry: E-Learning Providers location: Mountain View, California - name: Google for Startups link: https://www.linkedin.com/showcase/google-for-startups industry: Software Development location: San Francisco, California - name: X, the moonshot factory link: https://www.linkedin.com/company/x industry: Research Services location: Mountain View, CA - name: Google Small Business link: https://www.linkedin.com/showcase/google-small-business industry: Technology, Information and Internet location: Mountain View, California - name: Google Cloud Partners link: https://www.linkedin.com/showcase/google-cloud-partners industry: Technology, Information and Internet location: Mountain View, California - name: re:Work with Google link: https://www.linkedin.com/showcase/rework-with-google industry: Human Resources Services location: null - name: Google Partners link: https://www.linkedin.com/showcase/google-partners industry: Advertising Services location: null - name: Chrome Enterprise link: https://www.linkedin.com/showcase/chrome-enterprise industry: IT Services and IT Consulting location: null - name: Android Developers link: https://www.linkedin.com/showcase/androiddev industry: Software Development location: Mountain View, California - name: Google Play business community link: https://www.linkedin.com/showcase/googleplaybiz industry: IT Services and IT Consulting location: Mountain View, CA - name: Google News Initiative link: https://www.linkedin.com/showcase/google-news-initiative industry: Online Audio and Video Media location: Mountain View, CA - name: Google AdMob link: https://www.linkedin.com/showcase/googleadmob industry: Advertising Services location: null - name: Google Health link: https://www.linkedin.com/showcase/google-health industry: Software Development location: null - name: Google Pay link: https://www.linkedin.com/showcase/google-pay industry: Technology, Information and Internet location: Mountain View, California - name: Google User Experience Research link: https://www.linkedin.com/showcase/google-user-research. industry: Software Development location: null - name: CapitalG link: https://ca.linkedin.com/company/capitalg industry: Venture Capital and Private Equity Principals location: San Francisco, CA - name: Android link: https://www.linkedin.com/showcase/android_by_google industry: Software Development location: null - name: Android Enterprise link: https://www.linkedin.com/showcase/androidenterprise industry: IT Services and IT Consulting location: Mountain View, CA - name: Grow with Google Africa link: https://ng.linkedin.com/showcase/gwgafrica industry: Software Development location: Lagos, Lagos - name: Flutter Dev link: https://www.linkedin.com/showcase/flutterdevofficial industry: Software Development location: Mountain View, California - name: Firebase link: https://www.linkedin.com/showcase/firebase industry: Software Development location: Mountain View, CA - name: Adometry (acquired by Google) link: https://www.linkedin.com/company/adometry industry: Advertising Services location: Mountain View, CA - name: Google Nest Pro & Enterprise Partners link: https://www.linkedin.com/showcase/google-nest industry: Software Development location: Mountain View, California - name: TensorFlow link: https://www.linkedin.com/showcase/tensorflowdev industry: Software Development location: null - name: Google Developers North America link: https://www.linkedin.com/showcase/google-developers-north-america industry: Software Development location: Mountain View, CA - name: Google Chrome link: https://www.linkedin.com/showcase/google-chrome industry: Technology, Information and Internet location: Mountain View, CA - name: Rare with Google link: https://www.linkedin.com/showcase/rare-with-google industry: Advertising Services location: null - name: Flutter link: https://www.linkedin.com/showcase/flutterdev-hold industry: null location: null - name: Firebase link: https://www.linkedin.com/showcase/firebase-hold industry: null location: null updates: - article_link: null image: https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE posted_on: day: 13 month: 9 year: 2022 text: "Want to kick start your #LifeAtGoogle but not sure where\ \ to begin? Explore our Build Your Future site, where you can\ \ learn about developmental programs, learn tips for future\ \ interviews, sign up for informational events, and even hear\ \ real stories from Googlers who\u2019ve been where you are\ \ now. Get started \u2192 https://bit.ly/3SKPzQB" total_likes: 4267 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: null text: "Ariana, welcome to Google. Here\u2019s to a year full of\ \ growth, learning, and experiences at #LifeAtGoogle! \U0001F389" total_likes: 397 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: day: 6 month: 1 year: 2023 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 10 month: 1 year: 2023 text: "With a new year comes new beginnings. Welcome to Google,\ \ Mega, we\u2019re glad you and your #Mewgler are here! #LifeAtGoogle" total_likes: 1252 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 30 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5605AQHir6yRaHkgHg/feedshare-thumbnail_720_1280/0/1672258205329?e=2147483647&v=beta&t=ZILK1L9klkFzLD0SKezztfPT5rSbdscMWVcTMgoUeWY posted_on: day: 30 month: 12 year: 2022 text: "Turn on job alerts and explore all that the Google careers\ \ site has to offer \u2192 https://goo.gle/3HCR9kn #LifeAtGoogle" total_likes: 2186 - article_link: https://blog.google/inside-google/life-at-google/jennys-path-to-become-a-director-of-customer-engineering/ image: null posted_on: day: 23 month: 12 year: 2022 text: '"Leaders at Google ask themselves, ''How can we get Googlers from where they are today to where they aspire to be?''" In the last #MyPathtoGoogle of the year, meet our Director of Customer Engineering based in Hong Kong, Jenny Sun. Jenny shares her path to a leadership role after starting in tech as a software engineer and how her desire to learn has helped her customers, teams, and personal career grow.' total_likes: 2038 - article_link: https://fairygodboss.com/articles/im-a-team-lead-at-google-heres-how-ergs-and-mentorship-advanced-my-career image: null posted_on: day: 23 month: 12 year: 2022 text: "Meet Nancy Hwang, a Product Activation and Customer Experience\ \ team lead here at Google. Earlier this month, Nancy sat down\ \ with Fairygodboss to reflect on how mentorship and her involvement\ \ in an employee resource group have positively impacted her\ \ career journey at Google. \n\nRead about Nancy\u2019s story\ \ and her advice on how to advance your career \u2B07\uFE0F" total_likes: 1490 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 23 month: 12 year: 2022 text: "365 days full of learnings, and more to come! We\u2019\ re glad you\u2019re part of #LifeAtGoogle, Eunice." total_likes: 18817 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: null posted_on: day: 23 month: 12 year: 2022 text: "2022 is almost over, which means it\u2019s time to reflect!\ \ Googlers, you shared lots of projects with the world this\ \ year. Which was your favorite to work on? Which coworkers\ \ made your #LifeAtGoogle brighter every day? Tag them in the\ \ comments with a shoutout!" total_likes: 1234 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 16 month: 12 year: 2022 text: 'A bit of insight on the Noogler hat tradition from the team that keeps the tradition going! #LifeAtGoogle' total_likes: 3078 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHGS9rpL1dwCA/feedshare-shrink_2048_1536/0/1671117185457?e=1676505600&v=beta&t=7oFrPTZU5gB0uS1mzaVqt13ftFApKTeQah7Ace4iL7U posted_on: day: 16 month: 12 year: 2022 text: "Chris Kiagiri, Technical Account manager, joined Google\ \ 15 years ago, as Kenya\u2019s employee number 2. \n\nLast\ \ month at our Google Sandbox Nairobi event, he shared with\ \ our participants his career journey and Google\u2019s 15-years\ \ of Engineering in Africa.\n\n\u201CI often tell students that\ \ Google hadn\u2019t even been founded when I graduated from\ \ high school, so they shouldn't limit their dreams to the opportunities\ \ that currently exist.\u201C \n\nThank you to our participants,\ \ we hope you left with first-hand experience of what #LifeatGoogle\ \ is all about \u2014 and thank you to Chris and all other Googlers\ \ who made this experience possible! \n\nWant to learn more?\ \ Check out our upcoming and on-demand events here > https://goo.gle/3VDHOg8" total_likes: 1821 follower_count: 27472792 description: LinkedIn (Company) Profile URL '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Company Lookup Endpoint summary: Company Lookup Endpoint /api/linkedin/profile/email: get: description: 'Cost: 3 credits / request. Lookup work email address of a LinkedIn Person Profile. Email addresses returned are verified to not be role-based or catch-all emails. Email addresses returned by our API endpoint come with a 95+% deliverability guarantee **Endpoint behavior** *This endpoint* **_may not_** *return results immediately.* If you provided a webhook in your request parameter, our application will call your webhook with the result once. See `Webhook request` below.' parameters: - in: query name: linkedin_profile_url required: true description: "\n Linkedin Profile URL of the person you want to\n extract\ \ work email address from.\n " example: https://sg.linkedin.com/in/williamhgates schema: type: string - in: query name: callback_url required: false description: "\n Webhook to notify your application when\n the request\ \ has finished processing.\n " example: https://webhook.site/29e12f17-d5a2-400a-9d08-42ee9d83600a schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/ExtractionEmailResult' example: email_queue_count: 0 description: Work Email Address '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Contact API operationId: Work Email Lookup Endpoint summary: Work Email Lookup Endpoint /api/linkedin/person/profile-picture: get: description: 'Cost: 0 credit / successful request. Get the profile picture of a person. Profile pictures are served from cached people profiles found within [LinkDB](https://nubela.co/proxycurl/linkdb). If the profile does not exist within [LinkDB](https://nubela.co/proxycurl/linkdb), then the API will return a `404` status code.' parameters: - in: query name: linkedin_person_profile_url required: true description: "\n LinkedIn Profile URL of the person that you are trying\ \ to get the profile picture of.\n " example: https://www.linkedin.com/in/williamhgates/ schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/ProfilePicture' example: tmp_profile_pic_url: http://localhost:4566/proxycurl-web-dev/person/williamhgates/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20220912%2F%2Fs3%2Faws4_request&X-Amz-Date=20220912T065816Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=90c8940f41a287bec0492da96a1f331e49fdbb81d08aeff0d7f251fdff90facd description: Profile picture of a person '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - People API operationId: Person Profile Picture Endpoint summary: Person Profile Picture Endpoint /api/linkedin/school/students/: get: description: 'Cost: 3 credits / student returned. Get a list of students of a school or university.' parameters: - in: query name: country required: false description: "\n Limit the result set to the country locality of the profile.\ \ For example, set the parameter of `country=us` if you only want profiles\ \ from the US.\n\n This parameter accepts a case-insensitive [Alpha-2\ \ ISO3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).\n\ \n Costs an extra `3` credit per result returned.\n " example: us schema: type: string - in: query name: enrich_profiles required: false description: "\n Get the full profile of students instead of only their\ \ profile urls.\n\n Each request respond with a streaming response of\ \ profiles.\n\n The valid values are:\n \n * `skip` (default):\ \ lists student's profile url\n * `enrich`: lists full profile of students\n\ \n *Calling this API endpoint with this parameter would add `1` credit\ \ per student returned.*\n " example: enrich schema: type: string - in: query name: search_keyword required: false description: "\n Filter students by their major by matching the student's\ \ major against a *regular expression*.\n\n The default value of this\ \ parameter is `null`.\n\n The accepted value for this parameter is a\ \ **case-insensitive** regular expression.\n\n (The base cost of calling\ \ this API endpoint with this parameter would be `10` credits.\n Each\ \ student matched and returned would cost `6` credits per student returned.)\n\ \ " example: computer*|cs schema: type: string - in: query name: page_size required: false description: "\n Tune the maximum results returned per API call.\n\n \ \ The default value of this parameter is `200000`.\n\n Accepted values\ \ for this parameter is an integer ranging from `1` to `200000`.\n\n \ \ When `enrich_profiles=enrich`, this parameter accepts value ranging from\ \ `1` to `100` and the default value is `100`.\n " example: '100' schema: type: string - in: query name: student_status required: false description: "\n Parameter to tell the API to return past or current students.\n\ \n Valid values are `current`, `past`, and `all`:\n\n * `current`\ \ (default) : lists current students\n * `past` : lists past students\n\ \ * `all` : lists current & past students\n " example: current schema: type: string - in: query name: sort_by required: false description: "\n Sort students by matriculation or graduation dates.\n\n\ \ Valid values are:\n * `recently-matriculated` - Sort students by\ \ their matriculation date. Students who had had most recently started school\ \ is on the top of the list.\n * `recently-graduated` - Sort students\ \ by their graduation date. The most recently graduated student is on the\ \ top of this list.\n * `none` - The default value. Do not sort.\n\n\ \ If this parameter is supplied with a value other than `none`, will\ \ add `50` credits to the base cost of the API endpoint regardless number\ \ of results returned. It will also add an additional cost of `10` credits\ \ per student returned.\n " example: recently-matriculated schema: type: string - in: query name: resolve_numeric_id required: false description: "\n Enable support for School Profile URLs with numerical\ \ IDs that you most frequently fetch from Sales Navigator. \n We achieve\ \ this by resolving numerical IDs into vanity IDs with cached company profiles\ \ from [LinkDB](https://nubela.co/proxycurl/linkdb). \n For example,\ \ we will turn `https://www.linkedin.com/school/1234567890` to `https://www.linkedin.com/school/acme-corp`\ \ -- for which the API endpoint only supports the latter.\n \n This\ \ parameter accepts the following values:\n - `false` (default value)\ \ - Will not resolve numerical IDs.\n - `true` - Enable support for School\ \ Profile URLs with numerical IDs. \n Costs an extra `2` credit on top\ \ of the base cost of the endpoint.\n " example: 'false' schema: type: string - in: query name: linkedin_school_url required: true description: "\n URL of the LinkedIn School Profile to target.\n\n URL\ \ should be in the format of `https://www.linkedin.com/school/`\n\ \ " example: https://www.linkedin.com/school/stanford-university schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/StudentList' example: students: - profile_url: https://www.linkedin.com/in/minghowlogic profile: null - profile_url: https://www.linkedin.com/in/zhengpingzhou profile: null next_page: null description: List of students '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - School API operationId: Student Listing Endpoint summary: Student Listing Endpoint /api/find/company/role/: get: description: "Cost: 3 credits / successful request.\nFinds the closest (person)\ \ profile with a given role in a Company.\nFor example, you can use this endpoint\ \ to find the \"CTO\" of \"Apple\".\nThis API endpoint returns only one result\ \ that is the closest match.\n\nThere is also the [Employee Search Endpoint]\n\ (https://nubela.co/proxycurl/docs#company-api-employee-search-api-endpoint)\n\ \ which is powered by [LinkDB](https://nubela.co/proxycurl/linkdb) if you\n\ \ require:\n\n* precision on the target company\n* a list of employees that\ \ matches a role (instead of one result)." parameters: - in: query name: enrich_profile required: false description: "\n Enrich the result with a cached profile of the lookup\ \ result.\n\n The valid values are:\n\n * `skip` (default): do not\ \ enrich the results with cached profile data\n * `enrich`: enriches\ \ the result with cached profile data\n\n Calling this API endpoint with\ \ this parameter would add 1 credit.\n\n If you require [fresh profile\ \ data](https://nubela.co/blog/how-fresh-are-profiles-returned-by-proxycurl-api/),\n\ \ please chain this API call with the [Person Profile Endpoint](https://nubela.co/proxycurl/docs#people-api-person-profile-endpoint)\ \ with the `use_cache=if-recent` parameter.\n " example: enrich schema: type: string - in: query name: role required: true description: Role of the profile that you are lookin up example: ceo schema: type: string - in: query name: company_name required: true description: Name of the company that you are searching for example: nubela schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/RoleSearchErichedResult' example: linkedin_profile_url: https://www.linkedin.com/in/senatormarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy\ \ at work and in their lives - I'm on a mission to solve that.\n\ \nI spent 10 years as the founder of Axxis Audio, an electronics\ \ company that grew to multi-million dollar sales, which I sold\ \ in 2012. At that time, I funneled my earnings into the creation\ \ of an Internet of Things company, but numerous factors lead\ \ to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job\ \ at Best Buy for $12 an hour while reinventing myself through\ \ the completion of an MBA at the University of Colorado, and\ \ a 6-month software development boot camp. \n\nAfter graduation,\ \ I landed at American Express as a Senior Product Manager and\ \ then got poached by Amazon in 2017 (because of my LinkedIn profile).\ \ My journey has led to a deep sense of perspective, humility,\ \ and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website\ \ for details on my Mindset Reset Podcast, Public Speaking, Consulting,\ \ or my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or\ \ podcast?\nA: I'd love to! I've shared my message on the future\ \ of employment, breaking into big tech, and my personal story\ \ of reinventing myself and discovering my sense of purpose (and\ \ how you can too!).\n\n\u2611\uFE0F YouTube Channel #1 (John\ \ Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\u2611\ \uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and\ \ I just started learning to skateboard a half-pipe.\n\u2611\uFE0F\ \ Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\ \u2611\uFE0F Email: JohnRmarty@gmail.com (don't forget that \"\ R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost\ \ thought leaders and turn them into actionable insights so\ \ that others can discover greater happiness, success, and fulfillment.\n\ \nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people\ \ around the world maximize their sense of meaning so that they\ \ can lead more fulfilling lives. We do this through exposing\ \ the truth about success and happiness through the Mindset\ \ Reset Podcast, corporate training, youth education programs,\ \ group coaching, and investments in tech startups aligned with\ \ our mission.\n\nThe word success is widely understood as the\ \ attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and\ \ meaning even though money has nothing to do with these things.\ \ Because of this twisted equation, young adults often make\ \ career decisions that solely maximize earning potential. And\ \ Ironically, if they manage to achieve society\u2019s definition\ \ of success, It often leaves many with a sense of meaninglessness.\n\ \nIf you want to live a meaningful life chase the word meaning\ \ as opposed to the word success - this simple shift in mindset\ \ will lead to a more authentic set of questions about the direction\ \ you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology\ \ (Internet of Things) software and hardware development company.\ \ Our mission is to flawlessly develop and deliver impeccable\ \ software, hardware and system design for the high-end consumer\ \ market nationally and internationally. \n\n\u2022 Performed\ \ a short term change management engagement to lead a 12 member\ \ cross functional team through a major strategy and vision\ \ transition\n\u2022 Developed an international supply chain\ \ that increased profit margin by 30% on core products\n\u2022\ \ Conceptualized, implemented, and rolled out a CRM that led\ \ to a 15% higher month over month close rate; trained sales\ \ team on newly created key performance indicators to maximize\ \ growth\n\u2022 Developed, implemented and oversaw a training\ \ process that scaled to 180+ national subcontractors\n\u2022\ \ Translated user stories into detailed product requirements\ \ documents that the software development team used to build\ \ new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize\ \ profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software\ \ and hardware development company specializing in the mid to\ \ high-end condominium market in the United States and South\ \ America. \nEOS Controls supports the advancement of affordable\ \ and easy to user smart home technology through a network of\ \ non-traditional sales channels of architects, designers, and\ \ contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022\ \ Led a 5 member product team of engineers; conducted daily\ \ stand-ups and weekly design review meetings\n\u2022 Managed\ \ and prioritized product backlog for development Sprints as\ \ well as tested products before release\n\u2022 Effectively\ \ placed products through non-traditional distribution channels\ \ by identifying and developing relationships with over 100\ \ national and international builders, architects, and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment\ \ to develop a home theater and home automation sales and installation\ \ business that grew to multi-million dollar sales (sold the\ \ company in 2011)\n\u2022 Developed mission-centric training,\ \ responsibility, and accountability framework \n\u2022 10\ \ Direct Reports\n\u2022 Responsible for resource planning,\ \ scheduling, and project management \n\u2022 Filled the role\ \ of HR and developed a team building program for 10 direct\ \ reports, that included formal training, personal and professional\ \ peer support, mentoring and professional development; resulting\ \ in 20% higher retention rate and improved trust and communication\n\ \u2022 Deployed an ERP Solution in 2007 that unified 5 departments\ \ and provided a central reporting and accountability framework\ \ for a 23% employees productivity gain\n\u2022 Handled acquisition\ \ of 2nd largest competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: [] volunteer_work: [] certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: [] recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\ \n \n John Marty is a genius at his craft. He is\ \ skilled in the art of making people feel empowered to seek out\ \ roles that they are qualified for, ask for salaries that they\ \ deserve, and creates a kind of pay it forward lifestyle. John\ \ helps you to get to places that you only thought were possible\ \ for other people. Anyone that is fortunate enough to learn from\ \ John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \ \ \n John is so focused on helping guide you through\ \ an interview process not just for Amazon but on interviewing\ \ in general. I've generally done well at interviewing, my skills\ \ are top notch now. John is so focused on on his clients and\ \ really goes above and beyond. John is genuine, knowledgeable,\ \ well spoken and non-judgemental. He is so encouraging, so positive\ \ and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that\ \ has a large 13K sq ft lot with two homes on it. After 5 minutes\ \ of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC ,\ \ Owner Marty\u2019s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: [] groups: [] description: LinkedIn (Person) Profile URL '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - People API operationId: Role Lookup Endpoint summary: Role Lookup Endpoint /api/contact-api/personal-contact: get: description: 'Cost: 1 credit / contact number returned. Given an LinkedIn profile, returns a list of personal contact numbers belonging to this identity.' parameters: - in: query name: linkedin_profile_url required: true description: "\n LinkedIn Profile URL of the person you want to extract\ \ personal contact numbers from.\n " example: https://linkedin.com/in/test-phone-number schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/PDLPhoneNumberResult' example: numbers: - '+1123123123' description: List of Personal Contact Numbers '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Contact API operationId: Personal Contact Number Lookup Endpoint summary: Personal Contact Number Lookup Endpoint /api/contact-api/personal-email: get: description: 'Cost: 1 credit / email returned. Given an LinkedIn profile, returns a list of personal emails belonging to this identity. Emails are verified to be deliverable.' parameters: - in: query name: email_validation required: false description: "\n Perform deliverability validation on each email. (Costs\ \ 1 extra credit per email found).\n \n Takes the following values:\n\ \ * include - Perform email validation.\n * exclude (default) -\ \ Do not perform email validation.\n " example: include schema: type: string - in: query name: linkedin_profile_url required: true description: "\n LinkedIn Profile URL of the person you want to extract\ \ personal email addresses from.\n " example: https://linkedin.com/in/steven-goh-6738131b schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/PDLEmailResult' example: emails: - random@gmail.com - random2@yahoo.com invalid_emails: - random3@gmail.com description: List of Personal Emails '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Contact API operationId: Personal Email Lookup Endpoint summary: Personal Email Lookup Endpoint /api/linkedin/company: get: description: 'Cost: 1 credit / successful request. Get structured data of a Company Profile' parameters: - in: query name: resolve_numeric_id required: false description: "\n Enable support for Company Profile URLs with numerical\ \ IDs that you most frequently fetch from Sales Navigator.\n We achieve\ \ this by resolving numerical IDs into vanity IDs with cached company profiles\ \ from [LinkDB](https://nubela.co/proxycurl/linkdb).\n For example, we\ \ will turn `https://www.linkedin.com/company/1234567890` to `https://www.linkedin.com/company/acme-corp`\ \ -- for which the API endpoint only supports the latter.\n\n This parameter\ \ accepts the following values:\n - `false` (default value) - Will not\ \ resolve numerical IDs.\n - `true` - Enable support for Company Profile\ \ URLs with numerical IDs.\n Costs an extra `2` credit on top of the\ \ base cost of the endpoint.\n " example: 'true' schema: type: string - in: query name: categories required: false description: "\n Appends categories data of this company.\n\n Default\ \ value is `\"exclude\"`.\n The other acceptable value is `\"include\"\ `, which will include these categories (if available) for `1` extra credit.\n\ \ " example: include schema: type: string - in: query name: funding_data required: false description: "\n Returns a list of funding rounds that this company has\ \ received.\n\n Default value is `\"exclude\"`.\n The other acceptable\ \ value is `\"include\"`, which will include these categories (if available)\ \ for `1` extra credit.\n " example: include schema: type: string - in: query name: extra required: false description: "\n Enriches the Company Profile with extra details from external\ \ sources.\n Details include Crunchbase ranking, contact email, phone\ \ number, Facebook account, Twitter account, funding rounds and amount,\ \ IPO status, investor information, etc.\n\n Default value is `\"exclude\"\ `.\n The other acceptable value is `\"include\"`, which will include\ \ these extra details (if available) for `1` extra credit.\n " example: include schema: type: string - in: query name: exit_data required: false description: "\n Returns a list of investment portfolio exits.\n\n Default\ \ value is `\"exclude\"`.\n The other acceptable value is `\"include\"\ `, which will include these categories (if available) for `1` extra credit.\n\ \ " example: include schema: type: string - in: query name: acquisitions required: false description: "\n Provides further enriched data on acquisitions made by\ \ this company from external sources.\n\n Default value is `\"exclude\"\ `.\n The other acceptable value is `\"include\"`, which will include\ \ these acquisition data (if available) for `1` extra credit.\n " example: include schema: type: string - in: query name: url required: true description: "\n URL of the LinkedIn Company Profile to crawl.\n\n URL\ \ should be in the format of `https://www.linkedin.com/company/`\n\ \ " example: https://www.linkedin.com/company/google/ schema: type: string - in: query name: use_cache required: false description: '`if-present` The default behavior. Fetches profile from cache regardless of age of profile. If profile is not available in cache, API will attempt to source profile externally. `if-recent` API will make a best effort to return a fresh profile no older than 29 days.Costs an extra `1` credit on top of the cost of the base endpoint.' example: if-present schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/LinkedinCompany' example: linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Software Development company_size: - 10001 - null company_size_on_linkedin: 319856 hq: country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: false state: NY - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: false state: North Holland - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: false state: SP - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: false state: 'ON' - country: IE city: Dublin postal_code: null line_1: Barrow Street is_hq: false state: County Dublin - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: false state: Karnataka - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: false state: CO - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: false state: WA - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: false state: NSW - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: false state: CA - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: false state: IL - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: false state: Maharashtra - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: false state: National Capital Region - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: false state: Singapore - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: false state: TS - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: false state: VIC - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: false state: CA - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: false state: DC - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: false state: HR - country: CO city: Bogota postal_code: '110221' line_1: Carrera 11A 94-45 is_hq: false state: Bogota, D.C. - country: HK city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: false state: Hong Kong - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: false state: VA - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: false state: 'ON' - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: false state: CA - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: false state: MA - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: false state: Lomb. - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: false state: England - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: false state: TX - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: false state: CA - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: false state: MI - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: false state: Santiago Metropolitan - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: false state: GA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: false state: MA - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: false state: Karnataka - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: false state: WA - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: false state: BY - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: false state: CDMX - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: false state: Buenos Aires Autonomous City - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: false state: IdF - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: false state: Tel Aviv - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: false state: BE - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: false state: HH - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: false state: TX - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: false state: ZH - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: false state: Stockholm County name: Google tagline: null universal_name_id: google profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050 search_id: '1441' similar_companies: - name: Amazon link: https://www.linkedin.com/company/amazon industry: Software Development location: Seattle, WA - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Software Development location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Software Development location: Sunnyvale, CA - name: Deloitte link: https://www.linkedin.com/company/deloitte industry: Business Consulting and Services location: null - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Unilever link: https://uk.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London affiliated_companies: - name: YouTube link: https://www.linkedin.com/company/youtube industry: Software Development location: San Bruno, CA - name: Google Cloud link: https://www.linkedin.com/showcase/google-cloud industry: Software Development location: Mountain View, California - name: Think with Google link: https://www.linkedin.com/showcase/think-with-google industry: Advertising Services location: Mountain View, California - name: Google Ads link: https://www.linkedin.com/showcase/google-ads- industry: Advertising Services location: Mountain View, California - name: Google Developers link: https://www.linkedin.com/showcase/googledevelopers industry: Software Development location: Mountain View, CA - name: Google Analytics link: https://www.linkedin.com/showcase/google-analytics industry: Software Development location: Mountain View, California - name: Google Workspace link: https://www.linkedin.com/showcase/googleworkspace industry: IT Services and IT Consulting location: Mountain View, California - name: Google Marketing Platform link: https://www.linkedin.com/showcase/googlemarketingplatform industry: Advertising Services location: Mountain View, California - name: Google Developer Groups (GDG) link: https://www.linkedin.com/showcase/google-developer-groups industry: Software Development location: Mountain View, CA - name: Google Ad Manager link: https://www.linkedin.com/showcase/google-ad-manager industry: Advertising Services location: Mountain View, California - name: Grow with Google link: https://www.linkedin.com/showcase/grow-with-google industry: E-Learning Providers location: Mountain View, California - name: Google for Startups link: https://www.linkedin.com/showcase/google-for-startups industry: Software Development location: San Francisco, California - name: X, the moonshot factory link: https://www.linkedin.com/company/x industry: Research Services location: Mountain View, CA - name: Google Small Business link: https://www.linkedin.com/showcase/google-small-business industry: Technology, Information and Internet location: Mountain View, California - name: Google Cloud Partners link: https://www.linkedin.com/showcase/google-cloud-partners industry: Technology, Information and Internet location: Mountain View, California - name: re:Work with Google link: https://www.linkedin.com/showcase/rework-with-google industry: Human Resources Services location: null - name: Google Partners link: https://www.linkedin.com/showcase/google-partners industry: Advertising Services location: null - name: Chrome Enterprise link: https://www.linkedin.com/showcase/chrome-enterprise industry: IT Services and IT Consulting location: null - name: Android Developers link: https://www.linkedin.com/showcase/androiddev industry: Software Development location: Mountain View, California - name: Google Play business community link: https://www.linkedin.com/showcase/googleplaybiz industry: IT Services and IT Consulting location: Mountain View, CA - name: Google News Initiative link: https://www.linkedin.com/showcase/google-news-initiative industry: Online Audio and Video Media location: Mountain View, CA - name: Google AdMob link: https://www.linkedin.com/showcase/googleadmob industry: Advertising Services location: null - name: Google Health link: https://www.linkedin.com/showcase/google-health industry: Software Development location: null - name: Google Pay link: https://www.linkedin.com/showcase/google-pay industry: Technology, Information and Internet location: Mountain View, California - name: Google User Experience Research link: https://www.linkedin.com/showcase/google-user-research. industry: Software Development location: null - name: CapitalG link: https://ca.linkedin.com/company/capitalg industry: Venture Capital and Private Equity Principals location: San Francisco, CA - name: Android link: https://www.linkedin.com/showcase/android_by_google industry: Software Development location: null - name: Android Enterprise link: https://www.linkedin.com/showcase/androidenterprise industry: IT Services and IT Consulting location: Mountain View, CA - name: Grow with Google Africa link: https://ng.linkedin.com/showcase/gwgafrica industry: Software Development location: Lagos, Lagos - name: Flutter Dev link: https://www.linkedin.com/showcase/flutterdevofficial industry: Software Development location: Mountain View, California - name: Firebase link: https://www.linkedin.com/showcase/firebase industry: Software Development location: Mountain View, CA - name: Adometry (acquired by Google) link: https://www.linkedin.com/company/adometry industry: Advertising Services location: Mountain View, CA - name: Google Nest Pro & Enterprise Partners link: https://www.linkedin.com/showcase/google-nest industry: Software Development location: Mountain View, California - name: TensorFlow link: https://www.linkedin.com/showcase/tensorflowdev industry: Software Development location: null - name: Google Developers North America link: https://www.linkedin.com/showcase/google-developers-north-america industry: Software Development location: Mountain View, CA - name: Google Chrome link: https://www.linkedin.com/showcase/google-chrome industry: Technology, Information and Internet location: Mountain View, CA - name: Rare with Google link: https://www.linkedin.com/showcase/rare-with-google industry: Advertising Services location: null - name: Flutter link: https://www.linkedin.com/showcase/flutterdev-hold industry: null location: null - name: Firebase link: https://www.linkedin.com/showcase/firebase-hold industry: null location: null updates: - article_link: null image: https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE posted_on: day: 13 month: 9 year: 2022 text: "Want to kick start your #LifeAtGoogle but not sure where\ \ to begin? Explore our Build Your Future site, where you can\ \ learn about developmental programs, learn tips for future interviews,\ \ sign up for informational events, and even hear real stories\ \ from Googlers who\u2019ve been where you are now. Get started\ \ \u2192 https://bit.ly/3SKPzQB" total_likes: 4267 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: null text: "Ariana, welcome to Google. Here\u2019s to a year full of\ \ growth, learning, and experiences at #LifeAtGoogle! \U0001F389" total_likes: 397 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: day: 6 month: 1 year: 2023 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 10 month: 1 year: 2023 text: "With a new year comes new beginnings. Welcome to Google,\ \ Mega, we\u2019re glad you and your #Mewgler are here! #LifeAtGoogle" total_likes: 1252 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 30 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5605AQHir6yRaHkgHg/feedshare-thumbnail_720_1280/0/1672258205329?e=2147483647&v=beta&t=ZILK1L9klkFzLD0SKezztfPT5rSbdscMWVcTMgoUeWY posted_on: day: 30 month: 12 year: 2022 text: "Turn on job alerts and explore all that the Google careers\ \ site has to offer \u2192 https://goo.gle/3HCR9kn #LifeAtGoogle" total_likes: 2186 - article_link: https://blog.google/inside-google/life-at-google/jennys-path-to-become-a-director-of-customer-engineering/ image: null posted_on: day: 23 month: 12 year: 2022 text: '"Leaders at Google ask themselves, ''How can we get Googlers from where they are today to where they aspire to be?''" In the last #MyPathtoGoogle of the year, meet our Director of Customer Engineering based in Hong Kong, Jenny Sun. Jenny shares her path to a leadership role after starting in tech as a software engineer and how her desire to learn has helped her customers, teams, and personal career grow.' total_likes: 2038 - article_link: https://fairygodboss.com/articles/im-a-team-lead-at-google-heres-how-ergs-and-mentorship-advanced-my-career image: null posted_on: day: 23 month: 12 year: 2022 text: "Meet Nancy Hwang, a Product Activation and Customer Experience\ \ team lead here at Google. Earlier this month, Nancy sat down\ \ with Fairygodboss to reflect on how mentorship and her involvement\ \ in an employee resource group have positively impacted her career\ \ journey at Google. \n\nRead about Nancy\u2019s story and her\ \ advice on how to advance your career \u2B07\uFE0F" total_likes: 1490 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 23 month: 12 year: 2022 text: "365 days full of learnings, and more to come! We\u2019re\ \ glad you\u2019re part of #LifeAtGoogle, Eunice." total_likes: 18817 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: null posted_on: day: 23 month: 12 year: 2022 text: "2022 is almost over, which means it\u2019s time to reflect!\ \ Googlers, you shared lots of projects with the world this year.\ \ Which was your favorite to work on? Which coworkers made your\ \ #LifeAtGoogle brighter every day? Tag them in the comments with\ \ a shoutout!" total_likes: 1234 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 16 month: 12 year: 2022 text: 'A bit of insight on the Noogler hat tradition from the team that keeps the tradition going! #LifeAtGoogle' total_likes: 3078 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHGS9rpL1dwCA/feedshare-shrink_2048_1536/0/1671117185457?e=1676505600&v=beta&t=7oFrPTZU5gB0uS1mzaVqt13ftFApKTeQah7Ace4iL7U posted_on: day: 16 month: 12 year: 2022 text: "Chris Kiagiri, Technical Account manager, joined Google 15\ \ years ago, as Kenya\u2019s employee number 2. \n\nLast month\ \ at our Google Sandbox Nairobi event, he shared with our participants\ \ his career journey and Google\u2019s 15-years of Engineering\ \ in Africa.\n\n\u201CI often tell students that Google hadn\u2019\ t even been founded when I graduated from high school, so they\ \ shouldn't limit their dreams to the opportunities that currently\ \ exist.\u201C \n\nThank you to our participants, we hope you\ \ left with first-hand experience of what #LifeatGoogle is all\ \ about \u2014 and thank you to Chris and all other Googlers who\ \ made this experience possible! \n\nWant to learn more? Check\ \ out our upcoming and on-demand events here > https://goo.gle/3VDHOg8" total_likes: 1821 follower_count: 27472792 description: Profile data with profile picture, office locations, etc '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Company API operationId: Company Profile Endpoint summary: Company Profile Endpoint /api/linkedin/school: get: description: 'Cost: 1 credit / successful request. Get structured data of a LinkedIn School Profile' parameters: - in: query name: url required: true description: "\n URL of the LinkedIn School Profile to crawl.\n\n URL\ \ should be in the format of `https://www.linkedin.com/school/`\n\ \ " example: https://www.linkedin.com/school/national-university-of-singapore schema: type: string - in: query name: use_cache required: false description: '`if-present` The default behavior. Fetches profile from cache regardless of age of profile. If profile is not available in cache, API will attempt to source profile externally. `if-recent` API will make a best effort to return a fresh profile no older than 29 days.Costs an extra `1` credit on top of the cost of the base endpoint.' example: if-present schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/LinkedinSchool' example: linkedin_internal_id: '5524' description: "At NUS, we are shaping the future through our people\ \ and our pursuit of new frontiers in knowledge. In a single century,\ \ we have become a university of global influence and an Asian thought\ \ leader. Our location at the crossroads of Asia informs our mission\ \ and gives us a tremendous vantage point to help create opportunities\ \ and address the pressing issues facing Singapore, Asia and the\ \ world.\r\rAt NUS, we believe in education, research and service\ \ that change lives." website: http://nus.edu.sg industry: Higher Education company_size: - 5001 - 10000 company_size_on_linkedin: 16084 hq: country: SG city: Singapore postal_code: '119077' line_1: 21 Lower Kent Ridge Road, Singapore is_hq: true state: null company_type: EDUCATIONAL_INSTITUTION founded_year: 1905 specialities: - education - research - broad-based curriculum - cross-faculty enrichment locations: - country: SG city: Singapore postal_code: '119077' line_1: 21 Lower Kent Ridge Road, Singapore is_hq: true state: null name: National University of Singapore tagline: null universal_name_id: national-university-of-singapore profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a66e032f168972bef4ea3821705194ea1c144415a1655bdb328f961ed30e2a24 background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=551f456b6156e4610bc3e7be43e2f9b0e4b071db5f41f56cc0e408fc1b5a1140 search_id: '5524' similar_companies: - name: NUS Business School link: https://www.linkedin.com/school/nus-business-school/ industry: Higher Education location: null - name: NUS Faculty of Arts and Social Sciences link: https://www.linkedin.com/school/nusfass/ industry: Higher Education location: null - name: Solar Energy Research Institute of Singapore link: https://www.linkedin.com/company/solar-energy-research-institute-of-singapore-seris industry: Research location: null - name: Duke-NUS Medical School link: https://www.linkedin.com/school/duke-nus/ industry: Higher Education location: null - name: NUS-ISS link: https://www.linkedin.com/company/iss_nus industry: Professional Training & Coaching location: null - name: NUS Department of Food Science and Technology link: https://www.linkedin.com/company/nusfst industry: Higher Education location: null - name: NUS Centre for Future-ready Graduates link: https://www.linkedin.com/company/centre-for-future-ready-graduates industry: Education Management location: null affiliated_companies: [] updates: [] follower_count: 539321 description: Profile data with profile picture, school location, etc '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - School API operationId: School Profile Endpoint summary: School Profile Endpoint /api/linkedin/job: get: description: 'Cost: 2 credits / successful request. Get structured data of a LinkedIn Job Profile' parameters: - in: query name: url required: true description: "\n URL of the LinkedIn Job Profile to target.\n\n URL\ \ should be in the format of\n `https://www.linkedin.com/jobs/view/`.\n\ \ [Jobs Listing Endpoint](#jobs-api-jobs-listing-endpoint)\n can be\ \ used to retrieve a job URL.\n " example: https://www.linkedin.com/jobs/view/3046202003/ schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/JobProfile' example: linkedin_internal_id: content-strategist-at-microsoft-3257696537 job_description: "The Global Demand Center (GDC) within the Cloud\ \ Marketing group is leading the marketing transformation of Microsoft\u2019\ s largest and fastest growing commercial businesses. Our always-on\ \ integrated marketing programs work to nurture and acquire new\ \ customers across segments, targeting business and technical audiences\ \ across our commercial cloud portfolio, with programs available\ \ in 42 markets and 30 languages. The GDC team is modernizing and\ \ integrating these channels through advanced analytics, marketing\ \ automation, and digital marketing. We are on a mission to drive\ \ market share, consumption, and consistent double-digit+ revenue\ \ growth. Content is the fuel that drives the digitally connected\ \ customer journeys at the core of the GDC engine, and we\u2019\ re looking for a skilled, self-motivated, data-driven content strategist\ \ to build the content that motivates customers to take action.\ \ The Content Strategist will develop and execute content strategies\ \ for the ever-critical security space. You will be accountable\ \ for understanding the business priorities, getting close to our\ \ target audiences, defining the content journeys that attract,\ \ nurture, inspire, and retain customers, and manage quality execution\ \ and delivery of the content. You will work closely with your counterparts,\ \ the integrated marketing strategists, to drive business outcomes.\ \ Your network will include product marketers, integrated marketers,\ \ relationship marketers, sales, engineering, and agency partners\ \ to develop and execute on your plan. Our team: The Lifecycle Programs\ \ team is a fast-paced digital marketing organization. We put a\ \ focus on getting things done, simplifying anything and everything,\ \ and having fun while doing it. We all believe in connecting with\ \ customers at scale, supporting them at each stage of the customer\ \ journey, from early awareness and consideration, through onboarding\ \ and post purchase engagement. You will be in the middle of it\ \ all helping to identify the right content that delivers what customers\ \ want\u2014where they want it, when they want it, and how they\ \ want it. \n \n**_Responsibilities \n_**\n * Define content\ \ journeys for Security and IT professionals across industries.\n\ \ * Build the resulting content strategies designed to accelerate\ \ the customer through the lifecycle.\n * Create a content plan\ \ to address the insights in the customer journey and strategy,\ \ ensuring the content is aligned to what the customer needs at\ \ each stage.\n * Deliver the content through our internal Studio\ \ or with select agency partners.\n * Be a customer advocate. Relentlessly\ \ champion the customer and the experiences they have with the content\ \ you create\u2014how they find it, how they consume it, how they\ \ use it to make decisions.\n * Leverage data and market insights\ \ for decision making including content optimization and new concept\ \ development. \n\n\n**_Qualifications \n \n_** **Required/Minimum\ \ Qualifications \n**\n * Bachelor's Degree in Business, Marketing,\ \ Communications, Economics, Public Relations, or related field\ \ AND 1+ year(s) integrated marketing (e.g., digital, relationship,\ \ social media, campaign), event management, marketing strategy,\ \ business planning, marketing operations, or related work experience\n\ \ * OR equivalent experience. \n\n\n**_Additional Or Preferred\ \ Qualifications \n_**\n * Bachelor's Degree in Business, Marketing,\ \ Communications, Economics, Public Relations, or related field\ \ AND 3+ years integrated marketing (e.g., digital, relationship,\ \ social media, campaign), event management, marketing strategy,\ \ business planning, marketing operations, or related work experience\n\ \ * OR equivalent experience.\n * Strong customer centric mindset\ \ and demonstrated ability to put the customer first.\n * Clear\ \ and persuasive communication skills, both written and verbal.\n\ \ * Experience with program performance tracking and communications.\n\ \ * Recognized as a self-starter with a bias for action.\n * Creative\ \ problem-solving skills, and a growth mindset approach\n * Experience\ \ managing across highly matrixed organizations, often with competing\ \ priorities.\n * A demonstrated track record of business impact\ \ through content\n * Well-versed in digital marketing best practices,\ \ including journey mapping.\n * Understanding of content disciplines,\ \ including SEO, content strategy, and execution.\n * Preferred,\ \ but not required: experience with commercial technology sales\ \ process \n\n\nNarrative \n \nIntegrated Marketing IC3 - The\ \ typical base pay range for this role across the U.S. is USD $80,900\ \ - $162,200 per year. There is a different range applicable to\ \ specific work locations, within the San Francisco Bay area and\ \ New York City metropolitan area, and the base pay range for this\ \ role in those locations is USD $105,300 - $176,900 per year. \ \ \n \nMicrosoft has different base pay ranges for different work\ \ locations within the United States, which allows us to pay employees\ \ competitively and consistently in different geographic markets\ \ (see below). The range above reflects the potential base pay across\ \ the U.S. for this role (except as noted below); the applicable\ \ base pay range will depend on what ultimately is determined to\ \ be the candidate\u2019s primary work location. Individual base\ \ pay depends on various factors, in addition to primary work location,\ \ such as complexity and responsibility of role, job duties/requirements,\ \ and relevant experience and skills. Base pay ranges are reviewed\ \ and typically updated each year. Offers are made within the base\ \ pay range applicable at the time. \n \nAt Microsoft certain\ \ roles are eligible for additional rewards, including merit increases,\ \ annual bonus and stock. These awards are allocated based on individual\ \ performance. In addition, certain roles also have the opportunity\ \ to earn sales incentives based on revenue or utilization, depending\ \ on the terms of the plan and the employee\u2019s role. Benefits/perks\ \ listed here may vary depending on the nature of employment with\ \ Microsoft and the country work location. U.S.-based employees\ \ have access to healthcare benefits, a 401(k) plan and company\ \ match, short-term and long-term disability coverage, basic life\ \ insurance, wellbeing benefits, paid vacation time, paid sick and\ \ mental health time, and several paid holidays, among others. \ \ \n \nOur commitment to pay equity \n \nWe are committed to\ \ the principle of pay equity \u2013 paying employees equitably\ \ for substantially similar work. To learn more about pay equity\ \ and our other commitments to increase representation and strengthen\ \ our culture of inclusion, check out our annual Diversity & Inclusion\ \ Report. ( https://www.microsoft.com/en-us/diversity/inside-microsoft/annual-report\ \ ) \n \nUnderstanding roles at Microsoft \n \nThe top of\ \ this page displays the role for which the base pay ranges apply\ \ \u2013 Integrated Marketing IC3. The way we define roles includes\ \ two things: discipline (the type of work) and career stage (scope\ \ and complexity). The career stage has two parts \u2013 the first\ \ identifies whether the role is a manager (M), an individual contributor\ \ (IC), an admin-technician-retail (ATR) job, or an intern. The\ \ second part identifies the relative seniority of the role \u2013\ \ a higher number (or later letter alphabetically in the case of\ \ ATR) indicates greater scope and complexity. \n \nMicrosoft\ \ is an equal opportunity employer. All qualified applicants will\ \ receive consideration for employment without regard to age, ancestry,\ \ color, family or medical care leave, gender identity or expression,\ \ genetic information, marital status, medical condition, national\ \ origin, physical or mental disability, political affiliation,\ \ protected veteran status, race, religion, sex (including pregnancy),\ \ sexual orientation, or any other characteristic protected by applicable\ \ laws, regulations and ordinances. We also consider qualified applicants\ \ regardless of criminal histories, consistent with legal requirements.\ \ If you need assistance and/or a reasonable accommodation due to\ \ a disability during the application or the recruiting process,\ \ please send a request via the Accommodation request form. \n\ \ \nThe salary for this role in the state of Colorado is between\ \ $108,200 and $162,200. \n \nAt Microsoft, certain roles are\ \ eligible for additional rewards, including annual bonus and stock.\ \ These awards are allocated based on individual performance. In\ \ addition, certain roles also have the opportunity to earn sales\ \ incentives based on revenue or utilization, depending on the terms\ \ of the plan and the employee\u2019s role. Benefits/perks listed\ \ below may vary depending on the nature of your employment with\ \ Microsoft and the country where you work. \n" apply_url: https://sg.linkedin.com/jobs/view/externalApply/3257696537?url=https%3A%2F%2Fcareers%2Emicrosoft%2Ecom%2Fus%2Fen%2Fjob%2F1451110%2FContent-Strategist%3Fjobsource%3Dlinkedin%26utm_source%3Dlinkedin%26utm_medium%3Dlinkedin%26utm_campaign%3Dlinkedin-feed&urlHash=I9BQ&trk=public_jobs_apply-link-offsite title: Content Strategist location: country: United States region: Hawaii city: null postal_code: null latitude: null longitude: null street: null company: name: Microsoft url: https://www.linkedin.com/company/microsoft logo: https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=2147483647&v=beta&t=rffql7GLHsSqWXKbdP2LJMMv7CMTqu7-Ms9d9tophKI seniority_level: Mid-Senior level industry: - IT Services and IT Consulting, Computer Hardware Manufacturing, and Software Development employment_type: Full-time job_functions: - Marketing total_applicants: 200 description: Detailed job data '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Jobs API operationId: Job Profile Endpoint summary: Job Profile Endpoint /api/search/company: get: description: "Cost: 35 credits / successful request base charge.\nSearch for\ \ companies that meet a set of criteria within\n our exhaustive dataset\ \ of company profiles." parameters: - in: query name: enrich_profiles required: false description: "\n Get the company's complete profile data rather than just\ \ the URLs to their LinkedIn profiles.\n\n Each request respond with\ \ a streaming response of profiles.\n\n The valid values are:\n\n \ \ - skip (default): lists company's profile url\n - enrich: include company's\ \ profile data in the list\n\n Calling this API endpoint with this parameter\ \ would add 1 credit per result returned.\n " example: enrich schema: type: string - in: query name: page_size required: false description: "\n Tune the maximum results returned per API call.\n\n \ \ The default value of this parameter is 100.\n\n Accepted values for\ \ this parameter is an integer ranging from 1 to 100.\n " example: '100' schema: type: string - in: query name: founded_before_year required: false description: "\n Filter companies that were founded **before** this year.\n\ \ " example: '1999' schema: type: string - in: query name: founded_after_year required: false description: "\n Filter companies that were founded **after** this year.\n\ \ " example: '1999' schema: type: string - in: query name: description required: false description: "\n Filter companies with a description matching the provided\ \ regular expression.\n\n The accepted value for this parameter is a\ \ **case-sensitive** regular expression.\n The default value of this\ \ parameter is null.\n " example: medical device schema: type: string - in: query name: employee_count_min required: false description: "\n Filter companies with **at least** this many employees.\n\ \ " example: '1000' schema: type: string - in: query name: employee_count_max required: false description: "\n Filter companies with **at most** this many employees.\n\ \ " example: '1000' schema: type: string - in: query name: industry required: false description: "\n Use this parameter to filter companies belonging to an\ \ `industry` that matches the provided regular expression. The `industry`\ \ attribute, found in a LinkedIn Company profile, describes the industry\ \ in which the company operates. The value of this attribute is an enumerator.\ \ [This CSV file provides an exhaustive list of possible values for this\ \ attribute](https://drive.google.com/file/d/12yvYLuru7CRv3wKOIkHs5Ldocz31gJSS/view?usp=share_link).\n\ \n The accepted value for this parameter is a **case-sensitive** regular\ \ expression. The default value of this parameter is `null`.\n " example: (higher )?education schema: type: string - in: query name: name required: false description: "\n Filter companies with a name matching the provided regular\ \ expression.\n\n The accepted value for this parameter is a **case-sensitive**\ \ regular expression.\n The default value of this parameter is null.\n\ \ " example: Technology schema: type: string - in: query name: follower_count_max required: false description: "\n Filter companies with a LinkedIn follower count **less\ \ than** this value.\n " example: '1000' schema: type: string - in: query name: follower_count_min required: false description: "\n Filter companies with a LinkedIn follower count **more\ \ than** this value.\n " example: '1000' schema: type: string - in: query name: type required: false description: "\n Filter companies of the provided LinkedIn type.\n\n \ \ Possible values:\n\n * `EDUCATIONAL`: Educational Institution\n \ \ * `GOVERNMENT_AGENCY`: Government Agency\n * `NON_PROFIT` : Nonprofit\n\ \ * `PARTNERSHIP` : Partnership\n * `PRIVATELY_HELD` : Privately Held\n\ \ * `PUBLIC_COMPANY` : Public Company\n * `SELF_EMPLOYED` : Self-Employed\n\ \ * `SELF_OWNED` : Sole Proprietorship\n " example: NON_PROFIT schema: type: string - in: query name: city required: false description: "\n Filter companies based in cities matching the provided\ \ regular expression.\n\n The accepted value for this parameter is a\ \ **case-sensitive** regular expression.\n The default value of this\ \ parameter is null.\n " example: Seattle|Los Angeles schema: type: string - in: query name: region required: false description: "\n Filter companies based in regions matching the provided\ \ regular expression.\n\n The accepted value for this parameter is a\ \ **case-sensitive** regular expression.\n The default value of this\ \ parameter is null.\n " example: United States schema: type: string - in: query name: country required: false description: "\n Filter companies with an office based in this country.\n\ \n This parameter accepts a case-insensitive [Alpha-2 ISO3166 country\ \ code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).\n " example: us schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/CompanySearchResult' example: results: - linkedin_profile_url: https://www.linkedin.com/company/apple/ profile: linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Software Development company_size: - 10001 - null company_size_on_linkedin: 319856 hq: country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: false state: NY - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: false state: North Holland - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: false state: SP - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: false state: 'ON' - country: IE city: Dublin postal_code: null line_1: Barrow Street is_hq: false state: County Dublin - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: false state: Karnataka - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: false state: CO - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: false state: WA - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: false state: NSW - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: false state: CA - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: false state: IL - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: false state: Maharashtra - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: false state: National Capital Region - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: false state: Singapore - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: false state: TS - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: false state: VIC - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: false state: CA - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: false state: DC - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: false state: HR - country: CO city: Bogota postal_code: '110221' line_1: Carrera 11A 94-45 is_hq: false state: Bogota, D.C. - country: HK city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: false state: Hong Kong - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: false state: VA - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: false state: 'ON' - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: false state: CA - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: false state: MA - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: false state: Lomb. - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: false state: England - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: false state: TX - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: false state: CA - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: false state: Community of Madrid - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: false state: MI - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: false state: Santiago Metropolitan - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: false state: GA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: false state: MA - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: false state: Karnataka - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: false state: WA - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: false state: BY - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: false state: CDMX - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: false state: Buenos Aires Autonomous City - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: false state: IdF - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: false state: Tel Aviv - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: false state: BE - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: false state: HH - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: false state: TX - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: false state: ZH - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: false state: Stockholm County name: Google tagline: null universal_name_id: google profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050 search_id: '1441' similar_companies: - name: Amazon link: https://www.linkedin.com/company/amazon industry: Software Development location: Seattle, WA - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Software Development location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Software Development location: Sunnyvale, CA - name: Deloitte link: https://www.linkedin.com/company/deloitte industry: Business Consulting and Services location: null - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Unilever link: https://uk.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London affiliated_companies: - name: YouTube link: https://www.linkedin.com/company/youtube industry: Software Development location: San Bruno, CA - name: Google Cloud link: https://www.linkedin.com/showcase/google-cloud industry: Software Development location: Mountain View, California - name: Think with Google link: https://www.linkedin.com/showcase/think-with-google industry: Advertising Services location: Mountain View, California - name: Google Ads link: https://www.linkedin.com/showcase/google-ads- industry: Advertising Services location: Mountain View, California - name: Google Developers link: https://www.linkedin.com/showcase/googledevelopers industry: Software Development location: Mountain View, CA - name: Google Analytics link: https://www.linkedin.com/showcase/google-analytics industry: Software Development location: Mountain View, California - name: Google Workspace link: https://www.linkedin.com/showcase/googleworkspace industry: IT Services and IT Consulting location: Mountain View, California - name: Google Marketing Platform link: https://www.linkedin.com/showcase/googlemarketingplatform industry: Advertising Services location: Mountain View, California - name: Google Developer Groups (GDG) link: https://www.linkedin.com/showcase/google-developer-groups industry: Software Development location: Mountain View, CA - name: Google Ad Manager link: https://www.linkedin.com/showcase/google-ad-manager industry: Advertising Services location: Mountain View, California - name: Grow with Google link: https://www.linkedin.com/showcase/grow-with-google industry: E-Learning Providers location: Mountain View, California - name: Google for Startups link: https://www.linkedin.com/showcase/google-for-startups industry: Software Development location: San Francisco, California - name: X, the moonshot factory link: https://www.linkedin.com/company/x industry: Research Services location: Mountain View, CA - name: Google Small Business link: https://www.linkedin.com/showcase/google-small-business industry: Technology, Information and Internet location: Mountain View, California - name: Google Cloud Partners link: https://www.linkedin.com/showcase/google-cloud-partners industry: Technology, Information and Internet location: Mountain View, California - name: re:Work with Google link: https://www.linkedin.com/showcase/rework-with-google industry: Human Resources Services location: null - name: Google Partners link: https://www.linkedin.com/showcase/google-partners industry: Advertising Services location: null - name: Chrome Enterprise link: https://www.linkedin.com/showcase/chrome-enterprise industry: IT Services and IT Consulting location: null - name: Android Developers link: https://www.linkedin.com/showcase/androiddev industry: Software Development location: Mountain View, California - name: Google Play business community link: https://www.linkedin.com/showcase/googleplaybiz industry: IT Services and IT Consulting location: Mountain View, CA - name: Google News Initiative link: https://www.linkedin.com/showcase/google-news-initiative industry: Online Audio and Video Media location: Mountain View, CA - name: Google AdMob link: https://www.linkedin.com/showcase/googleadmob industry: Advertising Services location: null - name: Google Health link: https://www.linkedin.com/showcase/google-health industry: Software Development location: null - name: Google Pay link: https://www.linkedin.com/showcase/google-pay industry: Technology, Information and Internet location: Mountain View, California - name: Google User Experience Research link: https://www.linkedin.com/showcase/google-user-research. industry: Software Development location: null - name: CapitalG link: https://ca.linkedin.com/company/capitalg industry: Venture Capital and Private Equity Principals location: San Francisco, CA - name: Android link: https://www.linkedin.com/showcase/android_by_google industry: Software Development location: null - name: Android Enterprise link: https://www.linkedin.com/showcase/androidenterprise industry: IT Services and IT Consulting location: Mountain View, CA - name: Grow with Google Africa link: https://ng.linkedin.com/showcase/gwgafrica industry: Software Development location: Lagos, Lagos - name: Flutter Dev link: https://www.linkedin.com/showcase/flutterdevofficial industry: Software Development location: Mountain View, California - name: Firebase link: https://www.linkedin.com/showcase/firebase industry: Software Development location: Mountain View, CA - name: Adometry (acquired by Google) link: https://www.linkedin.com/company/adometry industry: Advertising Services location: Mountain View, CA - name: Google Nest Pro & Enterprise Partners link: https://www.linkedin.com/showcase/google-nest industry: Software Development location: Mountain View, California - name: TensorFlow link: https://www.linkedin.com/showcase/tensorflowdev industry: Software Development location: null - name: Google Developers North America link: https://www.linkedin.com/showcase/google-developers-north-america industry: Software Development location: Mountain View, CA - name: Google Chrome link: https://www.linkedin.com/showcase/google-chrome industry: Technology, Information and Internet location: Mountain View, CA - name: Rare with Google link: https://www.linkedin.com/showcase/rare-with-google industry: Advertising Services location: null - name: Flutter link: https://www.linkedin.com/showcase/flutterdev-hold industry: null location: null - name: Firebase link: https://www.linkedin.com/showcase/firebase-hold industry: null location: null updates: - article_link: null image: https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE posted_on: day: 13 month: 9 year: 2022 text: "Want to kick start your #LifeAtGoogle but not sure where\ \ to begin? Explore our Build Your Future site, where you\ \ can learn about developmental programs, learn tips for future\ \ interviews, sign up for informational events, and even hear\ \ real stories from Googlers who\u2019ve been where you are\ \ now. Get started \u2192 https://bit.ly/3SKPzQB" total_likes: 4267 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: null text: "Ariana, welcome to Google. Here\u2019s to a year full\ \ of growth, learning, and experiences at #LifeAtGoogle! \U0001F389" total_likes: 397 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: day: 6 month: 1 year: 2023 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 10 month: 1 year: 2023 text: "With a new year comes new beginnings. Welcome to Google,\ \ Mega, we\u2019re glad you and your #Mewgler are here! #LifeAtGoogle" total_likes: 1252 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 30 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5605AQHir6yRaHkgHg/feedshare-thumbnail_720_1280/0/1672258205329?e=2147483647&v=beta&t=ZILK1L9klkFzLD0SKezztfPT5rSbdscMWVcTMgoUeWY posted_on: day: 30 month: 12 year: 2022 text: "Turn on job alerts and explore all that the Google careers\ \ site has to offer \u2192 https://goo.gle/3HCR9kn #LifeAtGoogle" total_likes: 2186 - article_link: https://blog.google/inside-google/life-at-google/jennys-path-to-become-a-director-of-customer-engineering/ image: null posted_on: day: 23 month: 12 year: 2022 text: '"Leaders at Google ask themselves, ''How can we get Googlers from where they are today to where they aspire to be?''" In the last #MyPathtoGoogle of the year, meet our Director of Customer Engineering based in Hong Kong, Jenny Sun. Jenny shares her path to a leadership role after starting in tech as a software engineer and how her desire to learn has helped her customers, teams, and personal career grow.' total_likes: 2038 - article_link: https://fairygodboss.com/articles/im-a-team-lead-at-google-heres-how-ergs-and-mentorship-advanced-my-career image: null posted_on: day: 23 month: 12 year: 2022 text: "Meet Nancy Hwang, a Product Activation and Customer Experience\ \ team lead here at Google. Earlier this month, Nancy sat\ \ down with Fairygodboss to reflect on how mentorship and\ \ her involvement in an employee resource group have positively\ \ impacted her career journey at Google. \n\nRead about Nancy\u2019\ s story and her advice on how to advance your career \u2B07\ \uFE0F" total_likes: 1490 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 23 month: 12 year: 2022 text: "365 days full of learnings, and more to come! We\u2019\ re glad you\u2019re part of #LifeAtGoogle, Eunice." total_likes: 18817 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: null posted_on: day: 23 month: 12 year: 2022 text: "2022 is almost over, which means it\u2019s time to reflect!\ \ Googlers, you shared lots of projects with the world this\ \ year. Which was your favorite to work on? Which coworkers\ \ made your #LifeAtGoogle brighter every day? Tag them in\ \ the comments with a shoutout!" total_likes: 1234 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 16 month: 12 year: 2022 text: 'A bit of insight on the Noogler hat tradition from the team that keeps the tradition going! #LifeAtGoogle' total_likes: 3078 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 13 month: 12 year: 2022 text: null total_likes: 0 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHGS9rpL1dwCA/feedshare-shrink_2048_1536/0/1671117185457?e=1676505600&v=beta&t=7oFrPTZU5gB0uS1mzaVqt13ftFApKTeQah7Ace4iL7U posted_on: day: 16 month: 12 year: 2022 text: "Chris Kiagiri, Technical Account manager, joined Google\ \ 15 years ago, as Kenya\u2019s employee number 2. \n\nLast\ \ month at our Google Sandbox Nairobi event, he shared with\ \ our participants his career journey and Google\u2019s 15-years\ \ of Engineering in Africa.\n\n\u201CI often tell students\ \ that Google hadn\u2019t even been founded when I graduated\ \ from high school, so they shouldn't limit their dreams to\ \ the opportunities that currently exist.\u201C \n\nThank\ \ you to our participants, we hope you left with first-hand\ \ experience of what #LifeatGoogle is all about \u2014 and\ \ thank you to Chris and all other Googlers who made this\ \ experience possible! \n\nWant to learn more? Check out our\ \ upcoming and on-demand events here > https://goo.gle/3VDHOg8" total_likes: 1821 follower_count: 27472792 next_page: null description: List of companies '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Search API operationId: Company Search Endpoint summary: Company Search Endpoint /api/reveal/company: get: description: 'Cost: 2 credits / successful request. Deanonymize an IPv4 address and associate the Company behind the IPv4 address.' parameters: - in: query name: role_contact_number required: false description: "\n Append personal contact numbers to the response if the\ \ system finds a relevant person profile.\n " example: include schema: type: string - in: query name: role_personal_email required: false description: "\n Append personal email addresses to the response if the\ \ system finds a relevant person profile.\n " example: include schema: type: string - in: query name: role required: false description: "\n Lookup and append an employee of a certain role of the\ \ company.\n Within the same API call, You can choose to lookup a person\ \ with a given role within this organisation that you might want to reach\ \ out to.\n " example: ceo schema: type: string - in: query name: ip required: true description: "\n The target IPv4 address.\n " example: 8.8.8.8 schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/CompanyReveal' example: company: acquisitions: null background_cover_image_url: https://media-exp1.licdn.com/dms/image/C4E1BAQH5nC0DmQkbdw/company-background_10000/0/1521522820274?e=2147483647&v=beta&t=tTLKsh5fX2xnS-vyapQl9EBvrwv3NNEhl6Ku8WMeR8s categories: [] company_size: - 10001 - null company_size_on_linkedin: 278172 company_type: PUBLIC_COMPANY description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' exit_data: [] extra: null follower_count: 24343989 founded_year: null funding_data: [] hq: city: Mountain View country: US is_hq: true line_1: 1600 Amphitheatre Parkway postal_code: '94043' state: CA industry: Internet Publishing linkedin_internal_id: '1441' locations: - city: Mountain View country: US is_hq: true line_1: 1600 Amphitheatre Parkway postal_code: '94043' state: CA - city: Berlin country: DE is_hq: false line_1: Unter den Linden 14 postal_code: '10117' state: BE - city: Bogota country: null is_hq: false line_1: Carrera 11A 94-45 postal_code: null state: Carrera 11A 94-45 110221 , D.C. CO - city: Buenos Aires City country: AR is_hq: false line_1: Avenida Alicia Moreau de Justo 350 postal_code: '1107' state: Buenos Aires Autonomous City - city: Munich country: DE is_hq: false line_1: Erika-Mann-Strasse 33 postal_code: '80636' state: BY - city: Irvine country: US is_hq: false line_1: 19510 Jamboree Rd postal_code: '92612' state: CA - city: Los Angeles country: US is_hq: false line_1: 340 Main St postal_code: '90291' state: CA - city: San Bruno country: US is_hq: false line_1: 901 Cherry Ave postal_code: '94066' state: CA - city: San Francisco country: US is_hq: false line_1: 345 Spear St postal_code: '94105' state: CA - city: Miguel Hidalgo country: MX is_hq: false line_1: Montes Urales postal_code: '11000' state: CDMX - city: Boulder country: US is_hq: false line_1: 2590 Pearl St postal_code: '80302' state: CO - city: Madrid country: ES is_hq: false line_1: Plaza Pablo Ruiz Picasso postal_code: '28046' state: Community of Madrid - city: Madrid country: ES is_hq: false line_1: Plaza Pablo Ruiz Picasso postal_code: '28020' state: Community of Madrid - city: Dublin country: null is_hq: false line_1: Barrow Street postal_code: null state: Barrow Street County IE - city: Washington country: US is_hq: false line_1: 25 Massachusetts Ave NW postal_code: '20001' state: DC - city: London country: GB is_hq: false line_1: St Giles High Street postal_code: WC2H 8AG state: England - city: Atlanta country: US is_hq: false line_1: 10 10th St NE postal_code: '30309' state: GA - city: Hamburg country: DE is_hq: false line_1: ABC-Strasse 19 postal_code: '20354' state: HH - city: Wan Chai country: null is_hq: false line_1: 2 Matheson St postal_code: null state: 2 Matheson St Hong Kong HK - city: Gurugram country: IN is_hq: false line_1: '15' postal_code: '122001' state: HR - city: Paris country: FR is_hq: false line_1: 8 Rue de Londres postal_code: '75009' state: IdF - city: Chicago country: US is_hq: false line_1: 320 N Morgan St postal_code: '60607' state: IL - city: Bengaluru country: IN is_hq: false line_1: Old Madras Road postal_code: '560016' state: Karnataka - city: Bengaluru country: IN is_hq: false line_1: 3 Swamy Vivekananda Road postal_code: '560016' state: Karnataka - city: Milan country: IT is_hq: false line_1: Via Federico Confalonieri, 4 postal_code: '20124' state: Lomb. - city: Cambridge country: US is_hq: false line_1: 355 Main St postal_code: '02142' state: MA - city: Warsaw country: PL is_hq: false line_1: ulica Emilii Plater 53 postal_code: 00-125 state: MA - city: Mumbai country: IN is_hq: false line_1: 3 Bandra Kurla Complex Road postal_code: '400051' state: Maharashtra - city: Ann Arbor country: US is_hq: false line_1: 2300 Traverwood Dr postal_code: '48105' state: MI - city: Taguig City country: PH is_hq: false line_1: 5th Ave postal_code: null state: National Capital Region - city: Amsterdam country: NL is_hq: false line_1: Claude Debussylaan 34 postal_code: 1082 MD state: North Holland - city: Sydney country: AU is_hq: false line_1: 48 Pirrama Rd postal_code: '2009' state: NSW - city: New York country: US is_hq: false line_1: 111 8th Ave postal_code: '10011' state: NY - city: Kitchener country: CA is_hq: false line_1: 51 Breithaupt St postal_code: N2H 5G5 state: 'ON' - city: Toronto country: CA is_hq: false line_1: 111 Richmond St W postal_code: M5H 2G4 state: 'ON' - city: Las Condes country: CL is_hq: false line_1: Avenida Costanera Sur postal_code: '7550000' state: Santiago Metropolitan - city: Singapore country: SG is_hq: false line_1: 3 Pasir Panjang Rd postal_code: '118484' state: Singapore - city: Sao Paulo country: BR is_hq: false line_1: Avenida Brigadeiro Faria Lima, 3477 postal_code: 04538-133 state: SP - city: Stockholm country: SE is_hq: false line_1: Kungsbron 2 postal_code: 111 22 state: Stockholm County - city: Tel Aviv-Yafo country: IL is_hq: false line_1: Yigal Allon 98 postal_code: '67891' state: Tel Aviv - city: Hyderabad country: IN is_hq: false line_1: '13' postal_code: '500084' state: TS - city: Austin country: US is_hq: false line_1: 9606 N Mopac Expy postal_code: '78759' state: TX - city: Frisco country: US is_hq: false line_1: 6175 Main St postal_code: '75034' state: TX - city: Reston country: US is_hq: false line_1: 1875 Explorer St postal_code: '20190' state: VA - city: Melbourne country: AU is_hq: false line_1: 90 Collins St postal_code: '3000' state: VIC - city: Kirkland country: US is_hq: false line_1: 777 6th St S postal_code: '98033' state: WA - city: Seattle country: US is_hq: false line_1: 601 N 34th St postal_code: '98103' state: WA - city: Zurich country: CH is_hq: false line_1: Brandschenkestrasse 110 postal_code: '8002' state: ZH name: Google profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_200_200/0/1519856215226?e=2147483647&v=beta&t=kJv1gX0_sqLG1g7LKLD5uh_6uEFpWGUTuzpuvVJVdEw search_id: '1441' similar_companies: - industry: Internet Publishing link: https://www.linkedin.com/company/amazon location: Seattle, WA name: Amazon - industry: Software Development link: https://www.linkedin.com/company/microsoft location: Redmond, Washington name: Microsoft - industry: Computers and Electronics Manufacturing link: https://www.linkedin.com/company/apple location: Cupertino, California name: Apple - industry: Internet Publishing link: https://www.linkedin.com/company/meta location: Menlo Park, CA name: Meta - industry: Entertainment Providers link: https://www.linkedin.com/company/netflix location: Los Gatos, CA name: Netflix - industry: IT Services and IT Consulting link: https://www.linkedin.com/company/ibm location: Armonk, New York, NY name: IBM - industry: Internet Publishing link: https://www.linkedin.com/company/linkedin location: Sunnyvale, CA name: LinkedIn - industry: Manufacturing link: https://www.linkedin.com/company/unilever location: Blackfriars, London name: Unilever - industry: IT Services and IT Consulting link: https://in.linkedin.com/company/tata-consultancy-services location: Mumbai, Maharashtra name: Tata Consultancy Services - industry: Motor Vehicle Manufacturing link: https://www.linkedin.com/company/tesla-motors location: Austin, Texas name: Tesla specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software tagline: null universal_name_id: google updates: - article_link: https://blog.youtube/inside-youtube/work-diaries-how-designer-youtube-shorts-also-supports-womenyoutube/ image: https://media-exp1.licdn.com/dms/image/sync/C5627AQEYMlZ9yQWN3g/articleshare-shrink_800/0/1649096565303?e=1649235600&v=beta&t=o2TfNCXTIRUbL9DX4Nz-Jq4HCTpkRvP-ljogI5uKrg8 posted_on: day: 4 month: 4 year: 2022 text: "Featured in the latest #YouTube Work Diaries \u2014 spend\ \ a week with Alexandria Won, a UX designer on the YouTube Shorts\ \ team, who also co-leads the Community & Inclusion pillar of\ \ the Women@YouTube employee resource group. https://goo.gle/3NK65O9" total_likes: 596 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5605AQGYnt-vEuvZtw/feedshare-thumbnail_720_1280/0/1649095895695?e=2147483647&v=beta&t=KQPCiYiSjsnHFl_UTijnN2M0b9r2y5A5OEM0F8WuAOQ posted_on: day: 4 month: 4 year: 2022 text: "\U0001F31FUniversity students: LEAD a Google #DeveloperStudentClubs\ \ near you! Applications are now open! Apply today \u2192 http://goo.gle/gdsc-leads\n\ \nThis is your chance to:\n\u2714\uFE0F Gain professional development\n\ \u2714\uFE0F Empower other students\n\u2714\uFE0F Host hands-on\ \ workshops\nand more!" total_likes: 181 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5622AQHY6FJjt_Bs8A/feedshare-shrink_2048_1536/0/1648661701812?e=2147483647&v=beta&t=-baJeZx5VLknaHdsGO17kmO3cwIB4B5thxvQEUS7nHY posted_on: day: 30 month: 3 year: 2022 text: "Get firsthand interview advice from a Googler who has experienced\ \ every step of the process!\nIanka Bhatia, a Government Inquiries\ \ Project Manager, urges you to be yourself.\n\nExplore more\ \ #LifeAtGoogle tips and tricks now \u2192 https://goo.gle/2PT1uji" total_likes: 3899 - article_link: https://blog.google/around-the-globe/google-asia/10-years-google-indonesia/ image: https://media-exp1.licdn.com/dms/image/sync/C4D27AQFYzT6Sm7zUEw/articleshare-shrink_800/0/1648649394790?e=1649235600&v=beta&t=cVdWaGmRI3klyC0qFgy2bGDdfxC1MCt9VtdYRdo4Kko posted_on: day: 30 month: 3 year: 2022 text: "Happy 10th anniversary to Google Indonesia! In the past\ \ 10 years, our Jakarta office has grown from just four employees\ \ to the dozens of Googlers working on impactful projects in\ \ Indonesia today. To mark the occasion, Managing Director\ \ Randy Jusuf shares some of the top moments from the past decade\ \ supporting over 200,000 Indonesian mobile developers, protecting\ \ the ocean with technology and bringing Indonesian landmarks\ \ to the world through Street View \u2192 https://goo.gle/3K427xq\n\ \nInterested in exploring jobs at our Indonesia office? Start\ \ here \u2192 https://goo.gle/3J3Gix3" total_likes: 5468 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5605AQFVAlme6jejvQ/feedshare-thumbnail_720_1280/0/1648422520569?e=2147483647&v=beta&t=TdMsArC5x7n21O5vG656FT1doW-h_B-uRlGYvA9ElEA posted_on: day: 29 month: 3 year: 2022 text: "\u201CI love being part of the #IamRemarkable community\ \ because of what it stands for and the incredible life-changing\ \ impact that the workshops provide for participants.\u201D\ \ #IamRemarkable facilitator Karen Zhang spoke to us about challenging\ \ perceptions around self-promotion as well as her work at Google.\ \ \n\nLearn more and sign up for a workshop at \u2192 https://lnkd.in/fMse_Bt" total_likes: 928 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5622AQFZJSQKB95aAw/feedshare-shrink_800/0/1648308649845?e=2147483647&v=beta&t=TIM-8mI5VDg2uWmz5tL2SyKHBl5VYMOkrhFgl6sQjfI posted_on: day: 29 month: 3 year: 2022 text: "#CodeJam, Google's longest running global coding competition,\ \ is back for its 19th year \u27A1\uFE0F https://goo.gle/3bxE4We\n\ \nSolve intriguing algorithmic puzzles for a chance to earn\ \ the title of Code Jam Champion and win $15,000 USD at the\ \ World Finals. \U0001F3C6" total_likes: 1620 - article_link: null image: null posted_on: day: 22 month: 3 year: 2022 text: "Google employees - What is the single most important thing\ \ you\u2019ve learned during your time at Google?\n\nWe\u2019\ ll be sharing your responses throughout the next few weeks!\ \ #LifeAtGoogle" total_likes: 1370 website: https://goo.gle/3m1IN7m company_linkedin_profile_url: https://www.linkedin.com/company/google role_contact_number: - '+16502530000' role_personal_email: - sundar@google.com role_profile: null description: The owner of the IPV4 address's company profile '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Reveal API operationId: Reveal Endpoint summary: Reveal Endpoint /api/search/person/: get: description: 'Cost: 35 credits / successful request base charge. Search for people who meet a set of criteria within our exhaustive dataset of people profiles. This API endpoint is powered by [LinkDB](https://nubela.co/proxycurl/linkdb), our exhaustive dataset of people and company profiles.' parameters: - in: query name: enrich_profiles required: false description: "\n Get the person's complete profile data rather than just\ \ the URLs to their LinkedIn profiles.\n\n Each request respond with\ \ a streaming response of profiles.\n\n The valid values are:\n\n \ \ * `skip` (default): lists person's profile url only\n * `enrich`: include\ \ person's profile data in the list\n\n Calling this API endpoint with\ \ this parameter would add `1` credit per result returned.\n " example: enrich schema: type: string - in: query name: page_size required: false description: "\n Tune the maximum results returned per API call.\n\n \ \ The default value of this parameter is `100`.\n\n Accepted values\ \ for this parameter is an integer ranging from `1` to `100`.\n " example: '100' schema: type: string - in: query name: summary required: false description: "\n Filter people whose LinkedIn summary fields match the\ \ provided regular expression.\n\n The default value of this parameter\ \ is `null`.\n\n The accepted value for this parameter is a **case-sensitive**\ \ regular expression.\n " example: '[Ff]ounder' schema: type: string - in: query name: headline required: false description: "\n Filter people whose LinkedIn headline fields match the\ \ provided regular expression.\n\n The default value of this parameter\ \ is `null`.\n\n The accepted value for this parameter is a **case-sensitive**\ \ regular expression.\n " example: '[Ff]ounder' schema: type: string - in: query name: city required: false description: "\n Filter people located in a city matching the provided\ \ regular expression.\n\n The default value of this parameter is `null`.\n\ \n The accepted value for this parameter is a **case-sensitive** regular\ \ expression.\n " example: Seattle|Los Angeles schema: type: string - in: query name: region required: false description: "\n Filter people located in a region matching the provided\ \ regular expression.\n\n The default value of this parameter is `null`.\n\ \n The accepted value for this parameter is a **case-sensitive** regular\ \ expression.\n " example: United States schema: type: string - in: query name: country required: false description: "\n Filter people located in this country.\n This parameter\ \ accepts a case-insensitive [Alpha-2 ISO3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).\ \ If you want to search for profiles worldwide then do not fill any values\ \ for this parameter.\n\n The default value of this parameter is `null`.\n\ \ " example: us schema: type: string - in: query name: languages required: false description: "\n Filter people who list a language matching the provided\ \ regular expression.\n\n The accepted value for this parameter is a\ \ **case-sensitive** regular expression. The default value of this parameter\ \ is `null`.\n " example: Mandarin|Chinese schema: type: string - in: query name: linkedin_groups required: false description: "\n Filter people who are members of LinkedIn groups whose\ \ names match the provided regular expression.\n\n The accepted value\ \ for this parameter is a **case-sensitive** regular expression. The default\ \ value of this parameter is `null`.\n " example: '[Hh]askell' schema: type: string - in: query name: past_company_name required: false description: "\n Filter people who have **in the past** worked at a company\ \ whose name matches the provided regular expression.\n\n The accepted\ \ value for this parameter is a **case-sensitive** regular expression. The\ \ default value of this parameter is `null`.\n " example: Stripe|Apple schema: type: string - in: query name: current_company_name required: false description: "\n Filter people who are **currently** working at a company\ \ whose name matches the provided regular expression.\n\n The accepted\ \ value for this parameter is a **case-sensitive** regular expression. The\ \ default value of this parameter is `null`.\n " example: Stripe|Apple schema: type: string - in: query name: past_job_description required: false description: "\n Filter people with **past** job descriptions matching\ \ the provided regular expression.\n\n The accepted value for this parameter\ \ is a **case-sensitive** regular expression. The default value of this\ \ parameter is `null`.\n " example: '[Ee]ducation' schema: type: string - in: query name: current_job_description required: false description: "\n Filter people with **current** job descriptions matching\ \ the provided regular expression.\n\n The accepted value for this parameter\ \ is a **case-sensitive** regular expression. The default value of this\ \ parameter is `null`.\n " example: '[Ee]ducation' schema: type: string - in: query name: past_company_linkedin_profile_url required: false description: "\n Filter people who have **in the past** worked at the company\ \ represented by this LinkedIn Company Profile URL.\n\n This parameter\ \ takes a LinkedIn Company Profile URL. Default value of this parameter\ \ is `null`.\n " example: https://www.linkedin.com/company/apple schema: type: string - in: query name: current_company_linkedin_profile_url required: false description: "\n Filter people who are **currently** working at the company\ \ represented by this LinkedIn Company Profile URL.\n\n Default value\ \ of this parameter is `null`.\n " example: https://www.linkedin.com/company/apple schema: type: string - in: query name: current_role_before required: false description: "\n Filter people who started their current role **before**\ \ this date.\n\n This parameter takes a ISO8601 date. Default value of\ \ this parameter is `null`.\n " example: '2019-12-30' schema: type: string - in: query name: current_role_after required: false description: "\n Filter people who started their current role **after**\ \ this date.\n\n This parameter takes a ISO8601 date. Default value of\ \ this parameter is `null`.\n " example: '2019-12-30' schema: type: string - in: query name: past_role_title required: false description: "\n Filter people who have **in the past** worked as a role\ \ whose title matches the provided regular expression.\n\n The accepted\ \ value for this parameter is a **case-sensitive** regular expression. The\ \ default value of this parameter is `null`.\n " example: '[Ff]ounder' schema: type: string - in: query name: current_role_title required: false description: "\n Filter people who are **currently** working as a role\ \ whose title matches the provided regular expression.\n\n The accepted\ \ value for this parameter is a **case-sensitive** regular expression. The\ \ default value of this parameter is `null`.\n " example: '[Ff]ounder' schema: type: string - in: query name: education_school_linkedin_profile_url required: false description: "\n Filter people who have attended a school with a specific\ \ LinkedIn profile URL, based on education history.\n\n The default value\ \ of this parameter is `null`.\n " example: https://www.linkedin.com/school/national-university-of-singapore/ schema: type: string - in: query name: education_school_name required: false description: "\n Filter people who have attended a school whose name matches\ \ the provided regular expression, based on education history.\n\n The\ \ default value of this parameter is `null`.\n\n The accepted value for\ \ this parameter is a **case-sensitive** regular expression.\n " example: Caltech|Massachusetts Institute of Technology schema: type: string - in: query name: education_degree_name required: false description: "\n Filter people who earned a degree matching the provided\ \ regular expression, based on education history.\n\n The default value\ \ of this parameter is `null`.\n\n The accepted value for this parameter\ \ is a **case-sensitive** regular expression.\n " example: '[Mm][Bb][Aa]' schema: type: string - in: query name: education_field_of_study required: false description: "\n Filter people with a field of study matching the provided\ \ regular expression, based on education history.\n\n The default value\ \ of this parameter is `null`.\n\n The accepted value for this parameter\ \ is a **case-sensitive** regular expression.\n " example: '[Cc]omputer [Ss]cience' schema: type: string - in: query name: last_name required: false description: "\n Filter people whose last names match the provided regular\ \ expression.\n\n The default value of this parameter is `null`.\n\n\ \ The accepted value for this parameter is a **case-sensitive** regular\ \ expression.\n " example: Jackson|Johnson schema: type: string - in: query name: first_name required: false description: "\n Filter people whose first names match the provided regular\ \ expression.\n\n The default value of this parameter is `null`.\n\n\ \ The accepted value for this parameter is a **case-sensitive** regular\ \ expression.\n " example: Sarah? schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/PersonSearchResult' example: results: - linkedin_profile_url: https://www.linkedin.com/in/johnrmarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy\ \ at work and in their lives - I'm on a mission to solve that.\n\ \nI spent 10 years as the founder of Axxis Audio, an electronics\ \ company that grew to multi-million dollar sales, which I sold\ \ in 2012. At that time, I funneled my earnings into the creation\ \ of an Internet of Things company, but numerous factors lead\ \ to its demise after 2 hard fought years. \n\nAt 31, I was\ \ penny-less, had a baby on the way, and had zero job prospects\ \ (despite applying to 150 companies). My desperate situation\ \ led me to take a job at Best Buy for $12 an hour while reinventing\ \ myself through the completion of an MBA at the University\ \ of Colorado, and a 6-month software development boot camp.\ \ \n\nAfter graduation, I landed at American Express as a Senior\ \ Product Manager and then got poached by Amazon in 2017 (because\ \ of my LinkedIn profile). My journey has led to a deep sense\ \ of perspective, humility, and purpose that I draw on to help\ \ others find clarity, meaning, and happiness in their careers\ \ and lives. \n\nCheck out my website for details on my Mindset\ \ Reset Podcast, Public Speaking, Consulting, or my free 40\ \ page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\n\ FAQ's\n\nQ: Can you speak at my Company, University, event or\ \ podcast?\nA: I'd love to! I've shared my message on the future\ \ of employment, breaking into big tech, and my personal story\ \ of reinventing myself and discovering my sense of purpose\ \ (and how you can too!).\n\n\u2611\uFE0F YouTube Channel #1\ \ (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\ \u2611\uFE0F YouTube Channel #2 (Tech Careers for non-engineers:\ \ https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner,\ \ and I just started learning to skateboard a half-pipe.\n\u2611\ \uFE0F Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS\ \ CONNECT:\n\u2611\uFE0F Email: JohnRmarty@gmail.com (don't\ \ forget that \"R\"....The other guy gets my emails all the\ \ time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s\ \ foremost thought leaders and turn them into actionable insights\ \ so that others can discover greater happiness, success,\ \ and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion\ \ people around the world maximize their sense of meaning\ \ so that they can lead more fulfilling lives. We do this\ \ through exposing the truth about success and happiness through\ \ the Mindset Reset Podcast, corporate training, youth education\ \ programs, group coaching, and investments in tech startups\ \ aligned with our mission.\n\nThe word success is widely\ \ understood as the attainment of financial gain, but somewhere\ \ along the lines we began believing that money = happiness,\ \ self worth, and meaning even though money has nothing to\ \ do with these things. Because of this twisted equation,\ \ young adults often make career decisions that solely maximize\ \ earning potential. And Ironically, if they manage to achieve\ \ society\u2019s definition of success, It often leaves many\ \ with a sense of meaninglessness.\n\nIf you want to live\ \ a meaningful life chase the word meaning as opposed to the\ \ word success - this simple shift in mindset will lead to\ \ a more authentic set of questions about the direction you\ \ should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology\ \ (Internet of Things) software and hardware development company.\ \ Our mission is to flawlessly develop and deliver impeccable\ \ software, hardware and system design for the high-end consumer\ \ market nationally and internationally. \n\n\u2022 Performed\ \ a short term change management engagement to lead a 12 member\ \ cross functional team through a major strategy and vision\ \ transition\n\u2022 Developed an international supply chain\ \ that increased profit margin by 30% on core products\n\u2022\ \ Conceptualized, implemented, and rolled out a CRM that\ \ led to a 15% higher month over month close rate; trained\ \ sales team on newly created key performance indicators to\ \ maximize growth\n\u2022 Developed, implemented and oversaw\ \ a training process that scaled to 180+ national subcontractors\n\ \u2022 Translated user stories into detailed product requirements\ \ documents that the software development team used to build\ \ new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize\ \ profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software\ \ and hardware development company specializing in the mid\ \ to high-end condominium market in the United States and\ \ South America. \nEOS Controls supports the advancement of\ \ affordable and easy to user smart home technology through\ \ a network of non-traditional sales channels of architects,\ \ designers, and contractors. \n\n\u2022 Coordinated engineering,\ \ design, and marketing strategy for the launch of 6 iOS apps\n\ \u2022 Led a 5 member product team of engineers; conducted\ \ daily stand-ups and weekly design review meetings\n\u2022\ \ Managed and prioritized product backlog for development\ \ Sprints as well as tested products before release\n\u2022\ \ Effectively placed products through non-traditional distribution\ \ channels by identifying and developing relationships with\ \ over 100 national and international builders, architects,\ \ and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment\ \ to develop a home theater and home automation sales and\ \ installation business that grew to multi-million dollar\ \ sales (sold the company in 2011)\n\u2022 Developed mission-centric\ \ training, responsibility, and accountability framework \n\ \u2022 10 Direct Reports\n\u2022 Responsible for resource\ \ planning, scheduling, and project management \n\u2022 Filled\ \ the role of HR and developed a team building program for\ \ 10 direct reports, that included formal training, personal\ \ and professional peer support, mentoring and professional\ \ development; resulting in 20% higher retention rate and\ \ improved trust and communication\n\u2022 Deployed an ERP\ \ Solution in 2007 that unified 5 departments and provided\ \ a central reporting and accountability framework for a 23%\ \ employees productivity gain\n\u2022 Handled acquisition\ \ of 2nd largest competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: [] volunteer_work: [] certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: [] recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n\ \ \n \n \n \n\ \ \n\n \n John Marty is a genius at his craft.\ \ He is skilled in the art of making people feel empowered to\ \ seek out roles that they are qualified for, ask for salaries\ \ that they deserve, and creates a kind of pay it forward lifestyle.\ \ John helps you to get to places that you only thought were\ \ possible for other people. Anyone that is fortunate enough\ \ to learn from John should consider themselves extremely lucky.\ \ I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n\ \ \n John is so focused on helping guide you through\ \ an interview process not just for Amazon but on interviewing\ \ in general. I've generally done well at interviewing, my\ \ skills are top notch now. John is so focused on on his clients\ \ and really goes above and beyond. John is genuine, knowledgeable,\ \ well spoken and non-judgemental. He is so encouraging, so\ \ positive and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that\ \ has a large 13K sq ft lot with two homes on it. After 5\ \ minutes of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC\ \ , Owner Marty\u2019s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: [] groups: [] next_page: null description: LinkedIn (Person) Profile URL '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Search API operationId: Person Search Endpoint summary: Person Search Endpoint /api/v2/linkedin: get: description: 'Cost: 1 credit / successful request. Get structured data of a Personal Profile' parameters: - in: query name: url required: true description: "\n URL of the LinkedIn Profile to crawl.\n\n URL should\ \ be in the format of `https://www.linkedin.com/in/`\n\ \ " example: https://www.linkedin.com/in/johnrmarty/ schema: type: string - in: query name: fallback_to_cache required: true description: "\n Tweaks the fallback behavior if an error arises from fetching\ \ a fresh profile.\n\n This parameter accepts the following values:\n\ \ * `on-error` (default value) - Fallback to reading the profile from\ \ cache if an error arises.\n * `never` - Do not ever read profile from\ \ cache.\n " example: on-error schema: type: string - in: query name: use_cache required: false description: '`if-present` The default behavior. Fetches profile from cache regardless of age of profile. If profile is not available in cache, API will attempt to source profile externally. `if-recent` API will make a best effort to return a fresh profile no older than 29 days.Costs an extra `1` credit on top of the cost of the base endpoint.' example: if-present schema: type: string - in: query name: skills required: false description: "\n Include skills data from external sources.\n\n This\ \ parameter accepts the following values:\n - `exclude` (default value)\ \ - Does not provide skills data field.\n - `include` - Append skills\ \ data to the person profile object.\n Costs an extra `1` credit on top\ \ of the cost of the base endpoint (if data is available).\n " example: include schema: type: string - in: query name: inferred_salary required: false description: "\n Include inferred salary range from external sources.\n\ \n This parameter accepts the following values:\n - `exclude` (default\ \ value) - Does not provide inferred salary data field.\n - `include`\ \ - Append inferred salary range data to the person profile object.\n \ \ Costs an extra `1` credit on top of the cost of the base endpoint (if\ \ data is available).\n " example: include schema: type: string - in: query name: personal_email required: false description: "\n Enriches the Person Profile with personal emails from\ \ external sources.\n\n This parameter accepts the following values:\n\ \ - `exclude` (default value) - Does not provide personal emails data\ \ field.\n - `include` - Append personal emails data to the person profile\ \ object.\n Costs an extra `1` credit per email returned on top of the\ \ cost of the base endpoint (if data is available).\n " example: include schema: type: string - in: query name: personal_contact_number required: false description: "\n Enriches the Person Profile with personal numbers from\ \ external sources.\n\n This parameter accepts the following values:\n\ \ - `exclude` (default value) - Does not provide personal numbers data\ \ field.\n - `include` - Append personal numbers data to the person profile\ \ object.\n Costs an extra `1` credit per email returned on top of the\ \ cost of the base endpoint (if data is available).\n " example: include schema: type: string - in: query name: twitter_profile_id required: false description: "\n Enriches the Person Profile with Twitter Id from external\ \ sources.\n\n This parameter accepts the following values:\n - `exclude`\ \ (default value) - Does not provide Twitter Id data field.\n - `include`\ \ - Append Twitter Id data to the person profile object.\n Costs an extra\ \ `1` credit on top of the cost of the base endpoint (if data is available).\n\ \ " example: include schema: type: string - in: query name: facebook_profile_id required: false description: "\n Enriches the Person Profile with Facebook Id from external\ \ sources.\n\n This parameter accepts the following values:\n - `exclude`\ \ (default value) - Does not provide Facebook Id data field.\n - `include`\ \ - Append Facebook Id data to the person profile object.\n Costs an\ \ extra `1` credit on top of the cost of the base endpoint (if data is available).\n\ \ " example: include schema: type: string - in: query name: github_profile_id required: false description: "\n Enriches the Person Profile with Github Id from external\ \ sources.\n\n This parameter accepts the following values:\n - `exclude`\ \ (default value) - Does not provide Github Id data field.\n - `include`\ \ - Append Github Id data to the person profile object.\n Costs an extra\ \ `1` credit on top of the cost of the base endpoint (if data is available).\n\ \ " example: include schema: type: string - in: query name: extra required: false description: "\n Enriches the Person Profile with extra details from external\ \ sources.\n Extra details include gender, birth date, industry and interests.\n\ \n This parameter accepts the following values:\n - `exclude` (default\ \ value) - Does not provide extra data field.\n - `include` - Append\ \ extra data to the person profile object.\n Costs an extra `1` credit\ \ on top of the cost of the base endpoint (if data is available).\n " example: include schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/PersonEndpointResponse' example: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy\ \ at work and in their lives - I'm on a mission to solve that.\n\ \nI spent 10 years as the founder of Axxis Audio, an electronics\ \ company that grew to multi-million dollar sales, which I sold\ \ in 2012. At that time, I funneled my earnings into the creation\ \ of an Internet of Things company, but numerous factors lead to\ \ its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job\ \ at Best Buy for $12 an hour while reinventing myself through the\ \ completion of an MBA at the University of Colorado, and a 6-month\ \ software development boot camp. \n\nAfter graduation, I landed\ \ at American Express as a Senior Product Manager and then got poached\ \ by Amazon in 2017 (because of my LinkedIn profile). My journey\ \ has led to a deep sense of perspective, humility, and purpose\ \ that I draw on to help others find clarity, meaning, and happiness\ \ in their careers and lives. \n\nCheck out my website for details\ \ on my Mindset Reset Podcast, Public Speaking, Consulting, or my\ \ free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or\ \ podcast?\nA: I'd love to! I've shared my message on the future\ \ of employment, breaking into big tech, and my personal story of\ \ reinventing myself and discovering my sense of purpose (and how\ \ you can too!).\n\n\u2611\uFE0F YouTube Channel #1 (John Marty)\ \ : http://www.youtube.com/c/JohnMarty-uncommon\n\u2611\uFE0F YouTube\ \ Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and\ \ I just started learning to skateboard a half-pipe.\n\u2611\uFE0F\ \ Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\ \u2611\uFE0F Email: JohnRmarty@gmail.com (don't forget that \"R\"\ ....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost\ \ thought leaders and turn them into actionable insights so that\ \ others can discover greater happiness, success, and fulfillment.\n\ \nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people\ \ around the world maximize their sense of meaning so that they\ \ can lead more fulfilling lives. We do this through exposing\ \ the truth about success and happiness through the Mindset Reset\ \ Podcast, corporate training, youth education programs, group\ \ coaching, and investments in tech startups aligned with our\ \ mission.\n\nThe word success is widely understood as the attainment\ \ of financial gain, but somewhere along the lines we began believing\ \ that money = happiness, self worth, and meaning even though\ \ money has nothing to do with these things. Because of this twisted\ \ equation, young adults often make career decisions that solely\ \ maximize earning potential. And Ironically, if they manage to\ \ achieve society\u2019s definition of success, It often leaves\ \ many with a sense of meaninglessness.\n\nIf you want to live\ \ a meaningful life chase the word meaning as opposed to the word\ \ success - this simple shift in mindset will lead to a more authentic\ \ set of questions about the direction you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology (Internet\ \ of Things) software and hardware development company. Our mission\ \ is to flawlessly develop and deliver impeccable software, hardware\ \ and system design for the high-end consumer market nationally\ \ and internationally. \n\n\u2022 Performed a short term change\ \ management engagement to lead a 12 member cross functional team\ \ through a major strategy and vision transition\n\u2022 Developed\ \ an international supply chain that increased profit margin by\ \ 30% on core products\n\u2022 Conceptualized, implemented, and\ \ rolled out a CRM that led to a 15% higher month over month close\ \ rate; trained sales team on newly created key performance indicators\ \ to maximize growth\n\u2022 Developed, implemented and oversaw\ \ a training process that scaled to 180+ national subcontractors\n\ \u2022 Translated user stories into detailed product requirements\ \ documents that the software development team used to build new\ \ features and functionality \n\u2022 Developed benchmarks for\ \ customer service, sales, and traffic conversion to maximize\ \ profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software\ \ and hardware development company specializing in the mid to\ \ high-end condominium market in the United States and South America.\ \ \nEOS Controls supports the advancement of affordable and easy\ \ to user smart home technology through a network of non-traditional\ \ sales channels of architects, designers, and contractors. \n\ \n\u2022 Coordinated engineering, design, and marketing strategy\ \ for the launch of 6 iOS apps\n\u2022 Led a 5 member product\ \ team of engineers; conducted daily stand-ups and weekly design\ \ review meetings\n\u2022 Managed and prioritized product backlog\ \ for development Sprints as well as tested products before release\n\ \u2022 Effectively placed products through non-traditional distribution\ \ channels by identifying and developing relationships with over\ \ 100 national and international builders, architects, and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment to\ \ develop a home theater and home automation sales and installation\ \ business that grew to multi-million dollar sales (sold the company\ \ in 2011)\n\u2022 Developed mission-centric training, responsibility,\ \ and accountability framework \n\u2022 10 Direct Reports\n\u2022\ \ Responsible for resource planning, scheduling, and project\ \ management \n\u2022 Filled the role of HR and developed a team\ \ building program for 10 direct reports, that included formal\ \ training, personal and professional peer support, mentoring\ \ and professional development; resulting in 20% higher retention\ \ rate and improved trust and communication\n\u2022 Deployed\ \ an ERP Solution in 2007 that unified 5 departments and provided\ \ a central reporting and accountability framework for a 23% employees\ \ productivity gain\n\u2022 Handled acquisition of 2nd largest\ \ competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: [] accomplishment_publications: [] accomplishment_honors_awards: [] accomplishment_patents: [] accomplishment_courses: [] accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: [] volunteer_work: [] certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: [] recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n\ \ \n John Marty is a genius at his craft. He is skilled\ \ in the art of making people feel empowered to seek out roles that\ \ they are qualified for, ask for salaries that they deserve, and\ \ creates a kind of pay it forward lifestyle. John helps you to\ \ get to places that you only thought were possible for other people.\ \ Anyone that is fortunate enough to learn from John should consider\ \ themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \n\ \ John is so focused on helping guide you through an interview\ \ process not just for Amazon but on interviewing in general. I've\ \ generally done well at interviewing, my skills are top notch now.\ \ John is so focused on on his clients and really goes above and\ \ beyond. John is genuine, knowledgeable, well spoken and non-judgemental.\ \ He is so encouraging, so positive and really easy to talk to.\ \ Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that has\ \ a large 13K sq ft lot with two homes on it. After 5 minutes\ \ of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC , Owner\ \ Marty\u2019s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: [] groups: [] description: Profile data with profile picture, job history, etc. '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - People API operationId: Person Profile Endpoint summary: Person Profile Endpoint /api/disposable-email: get: description: 'Cost: 0 credit / request. Given an email address, checks if the email address belongs to a disposable email service.' parameters: - in: query name: email required: true description: Email address to check example: steven@nubela.co schema: type: string responses: '200': content: application/json: schema: $ref: '#/components/schemas/DisposableEmail' example: is_disposable_email: false is_free_email: false description: Disposable Email Check '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Contact API operationId: Disposable Email Address Check Endpoint summary: Disposable Email Address Check Endpoint /api/credit-balance: get: description: 'Cost: 0 credit / successful request. Get your current credit(s) balance' parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/CreditBalance' example: credit_balance: 100000 description: Balance of credits '400': description: Invalid parameters provided. Refer to the documentation and message body for more info '401': description: Invalid API key '403': description: You have run out of credits '404': description: 'The requested resource (e.g: user profile, company) could not be found' '429': description: Rate limited. Please retry '500': description: Internal Server Error '503': description: Enrichment failed, please retry. tags: - Meta API operationId: View Credit Balance Endpoint summary: View Credit Balance Endpoint info: title: Proxycurl API version: 1.0.0 openapi: 3.0.0 components: schemas: JobListCount: type: object properties: count: type: integer example: count: 887622 EmployeeCount: type: object properties: total_employee: type: integer linkedin_employee_count: type: integer nullable: true description: The scraped value of employee count of this company from it's LinkedIn profile. This value does not respect `employement_status` parameter. It will always return the curent employee count of this company from LinkedIn. linkdb_employee_count: type: integer description: The total number of employees found in LinkDB for this company. This value is limited by pre-crawled LinkedIn profiles stored in [LinkDB](https://nubela.co/proxycurl/linkdb) regression_notice: type: string example: linkedin_employee_count: 529274 linkdb_employee_count: 3 Date: type: object properties: day: type: integer nullable: true month: type: integer nullable: true year: type: integer example: &id001 day: 1 month: 8 year: 2021 Experience: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true company: type: string nullable: true description: The company's display name. company_linkedin_profile_url: type: string nullable: true description: "\n The company's profile URL.\n If present,\ \ could be used with \n [Company Profile Endpoint](#company-api-company-profile-endpoint)\ \ for more info.\n " title: type: string nullable: true description: type: string nullable: true location: type: string nullable: true logo_url: type: string nullable: true description: URL of the logo of the organisation. example: &id003 starts_at: *id001 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s Education: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true field_of_study: type: string nullable: true degree_name: type: string nullable: true school: type: string nullable: true school_linkedin_profile_url: type: string nullable: true description: type: string nullable: true logo_url: type: string nullable: true grade: type: string activities_and_societies: type: string example: &id004 starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null AccomplishmentOrg: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true org_name: type: string nullable: true title: type: string nullable: true description: type: string nullable: true example: &id005 starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 org_name: Microsoft title: Software Developer description: null Publication: type: object properties: name: type: string nullable: true description: Name of the publication. publisher: type: string nullable: true description: The publishing organisation body. published_on: $ref: '#/components/schemas/Date' nullable: true description: Date of publication. description: type: string nullable: true description: Description of the publication. url: type: string nullable: true description: URL of the publication. example: &id006 name: Nobel Peace Prize publisher: Acme Corp published_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " url: https://example.com HonourAward: type: object properties: title: type: string nullable: true description: Title of the honour/award. issuer: type: string nullable: true description: The organisation body issuing this honour/award. issued_on: $ref: '#/components/schemas/Date' nullable: true description: Date that this honour/awared was issued. description: type: string nullable: true description: Description of the honour/award. example: &id007 title: Nobel Peace Prize issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " Patent: type: object properties: title: type: string nullable: true description: Title of the patent. issuer: type: string nullable: true description: The organisation body that issued the patent. issued_on: $ref: '#/components/schemas/Date' nullable: true description: Date of patent issuance. description: type: string nullable: true description: Description of the patent. application_number: type: string nullable: true description: Numerical representation that identifies the patent. patent_number: type: string nullable: true description: Application number of the patent. url: type: string nullable: true example: &id008 title: The art of war issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " application_number: '123' patent_number: '123' url: null Course: type: object properties: name: type: string nullable: true description: Name of the course number: type: string nullable: true description: The numerical representation of the course example: &id009 name: The course about ABCs number: '123' Project: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true title: type: string nullable: true description: "\n Name of the project that has been or is\ \ currently being worked on.\n " description: type: string nullable: true description: Description of the project. url: type: string nullable: true description: A web location related to the project. example: &id010 starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ TestScore: type: object properties: name: type: string nullable: true description: "\n Title of the course for which test score\ \ was derived from.\n " score: type: string nullable: true description: Test score date_on: $ref: '#/components/schemas/Date' nullable: true description: Date of test was assesed. description: type: string nullable: true description: Description of the test score. example: &id011 name: CS1101S score: A date_on: day: 1 month: 1 year: 2010 description: Nailed it without studying. VolunteeringExperience: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true title: type: string nullable: true description: Name of volunteer activity. cause: type: string nullable: true company: type: string nullable: true description: The company's display name. company_linkedin_profile_url: type: string nullable: true description: "\n The company's profile URL.\n If present,\ \ could be used with \n [Company Profile Endpoint](#company-api-company-profile-endpoint)\ \ for more info.\n " description: type: string nullable: true logo_url: type: string nullable: true description: URL of the logo of the organisation. example: &id012 starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 title: Surveyor cause: To help the world company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft description: null logo_url: null Certification: type: object properties: starts_at: $ref: '#/components/schemas/Date' nullable: true ends_at: $ref: '#/components/schemas/Date' nullable: true name: type: string nullable: true description: Name of the course or program. license_number: type: string nullable: true display_source: type: string nullable: true authority: type: string nullable: true description: The organisation body issuing this certificate. url: type: string nullable: true example: &id013 starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null PeopleAlsoViewed: type: object properties: link: type: string nullable: true description: "\n URL of the profile.\n Useable with\ \ [Person profile endpoint](#people-api-person-profile-endpoint)\n \ \ " name: type: string nullable: true summary: type: string nullable: true location: type: string nullable: true example: &id014 link: https://www.linkedin.com/in/johndoe name: John Doe summary: Software Engineer at Google location: Singapore Activity: type: object properties: title: type: string nullable: true link: type: string nullable: true activity_status: type: string nullable: true example: &id015 title: "Yesterday I toured a $1.2M property in California that has a large\ \ 13K sq ft lot with two homes on it. After 5 minutes of being on-site I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty SimilarProfile: type: object properties: name: type: string nullable: true link: type: string nullable: true summary: type: string nullable: true location: type: string nullable: true example: &id016 name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC , Owner Marty\u2019\ s Hardwood Works" location: San Antonio, TX Article: type: object properties: title: type: string nullable: true link: type: string nullable: true published_date: $ref: '#/components/schemas/Date' nullable: true author: type: string nullable: true image_url: type: string nullable: true example: &id017 title: Manufacturing opportunity link: https://www.linkedin.com/pulse/manufacturing-opportunity-bill-gates/ published_date: day: 27 month: 11 year: 2019 author: Bill Gates image_url: https://media-exp1.licdn.com/dms/image/C4E12AQFftuPi0UiqWA/article-cover_image-shrink_720_1280/0/1574801149114?e=1640822400&v=beta&t=ZAe3ERmQCM8QHGmRPS2LJ-C76GD5PR7FBHMVL4Z6iVg PersonGroup: type: object properties: profile_pic_url: type: string nullable: true description: The URL to the profile picture of this LinkedIn Group name: type: string nullable: true description: Name of LinkedIn group for which this user is in url: type: string nullable: true description: URL to the LinkedIn Group example: &id018 profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D07AQG9IK9V0pk3mQ/group-logo_image-shrink_92x92/0/1631371531293?e=1642060800&v=beta&t=UK1tfIppWa-Nx7k9whmm5f9XdZoBdJhApf9N3ke3204 name: Hadoop Users url: https://www.linkedin.com/groups/988957 PersonSocialNetworkingService: type: object properties: service: type: string nullable: true canonical_url: type: string nullable: true internal_id: type: string nullable: true Person: type: object properties: public_identifier: type: string nullable: true description: "\n The vanity identifier of the public LinkedIn\ \ profile.\n The vanity identifier comes after the `/in/`\ \ part of the LinkedIn Profile URL\n in the following format:\ \ `https://www.linkedin.com/in/`\n " profile_pic_url: type: string nullable: true description: "\n A temporary link to the user's profile picture\ \ that is valid for 30 minutes. \n The temporal nature\ \ of the link is by design to prevent having Proxycurl be the mirror for\ \ the images.\n The developer is expected to handle these\ \ images by downloading the image and re-hosting the image.\n \ \ See [this post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/)\ \ for context.\n Some profile pictures might be of the\ \ standard LinkedIn's profile picture placeholder. It is so because. See\ \ [this post](https://nubela.co/blog/why-do-most-linkedin-profiles-fetched-via-the-person-profile-endpoint-return-a-placeholder-profile-picture/)\ \ for context.\n " background_cover_image_url: type: string nullable: true description: "\n A temporary link to the user's background\ \ cover picture\n that is valid for 30 minutes.\n \ \ The temporal nature of the link is by design to prevent\n\ \ having Proxycurl be the mirror for the images.\n \ \ The developer is expected to handle these images \n \ \ by downloading the image and re-hosting the image. \n \ \ See [this post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/)\ \ for context.\n " first_name: type: string nullable: true description: First name of the user. last_name: type: string nullable: true description: Last name of the user. full_name: type: string nullable: true description: "\n Full name of the user (`first_name` + `last_name`)\n\ \ " follower_count: type: integer description: Follower count for this profile occupation: type: string nullable: true description: "\n The title and company name of the user's\ \ current employment.\n " headline: type: string nullable: true description: "\n The tagline written by the user for his\ \ profile.\n " summary: type: string nullable: true description: "\n A blurb (longer than the tagline) written\ \ by the user for his profile.\n " country: type: string nullable: true description: "\n The user's country of residence depicted\ \ by\n a 2-letter country code (ISO 3166-1 alpha-2).\n\ \ " country_full_name: type: string nullable: true description: The user's country of residence, in English words. city: type: string nullable: true description: The city that the user is living at. state: type: string nullable: true description: The state that the user is living at. experiences: type: array items: $ref: '#/components/schemas/Experience' description: The user's list of historic work experiences. education: type: array items: $ref: '#/components/schemas/Education' description: The user's list of education background. languages: type: array items: type: string description: "\n A list of languages that the user claims\ \ to be familiar with,\n and has added to his/her profile.\n\ \ Do note that we do not have the proficiency level as\n\ \ that data point is not available on a public LinkedIn\ \ profile.\n " accomplishment_organisations: type: array items: $ref: '#/components/schemas/AccomplishmentOrg' description: "\n List of noteworthy organizations that this\ \ user is part of.\n " accomplishment_publications: type: array items: $ref: '#/components/schemas/Publication' description: "\n List of noteworthy publications that this\ \ user has partook in.\n " accomplishment_honors_awards: type: array items: $ref: '#/components/schemas/HonourAward' description: "\n List of noteworthy honours and awards that\ \ this user has won.\n " accomplishment_patents: type: array items: $ref: '#/components/schemas/Patent' description: List of noteworthy patents won by this user. accomplishment_courses: type: array items: $ref: '#/components/schemas/Course' description: List of noteworthy courses partook by this user. accomplishment_projects: type: array items: $ref: '#/components/schemas/Project' description: "\n List of noteworthy projects undertaken by\ \ this user.\n " accomplishment_test_scores: type: array items: $ref: '#/components/schemas/TestScore' description: "\n List of noteworthy test scores accomplished\ \ by this user.\n " volunteer_work: type: array items: $ref: '#/components/schemas/VolunteeringExperience' description: List of historic volunteer work experiences. certifications: type: array items: $ref: '#/components/schemas/Certification' description: "\n List of noteworthy certifications accomplished\ \ by this user.\n " connections: type: integer nullable: true description: Total *count* of LinkedIn connections. people_also_viewed: type: array items: $ref: '#/components/schemas/PeopleAlsoViewed' description: "\n A list of other LinkedIn profiles closely\ \ related to this user.\n " recommendations: type: array items: type: string description: "\n List of recommendations made by other users\ \ about this profile.\n " activities: type: array items: $ref: '#/components/schemas/Activity' description: A list of LinkedIn status activities. similarly_named_profiles: type: array items: $ref: '#/components/schemas/SimilarProfile' description: "\n A list of other LinkedIn profiles with similar\ \ names.\n " articles: type: array items: $ref: '#/components/schemas/Article' description: "\n A list of content-based articles posted\ \ by this user.\n " groups: type: array items: $ref: '#/components/schemas/PersonGroup' description: "\n A list of LinkedIn groups that this user\ \ is a part of.\",\n " phone_numbers: type: array items: type: string social_networking_services: type: array items: $ref: '#/components/schemas/PersonSocialNetworkingService' skills: type: array items: type: string description: A list of keyword-based skills that this user boasts of on his LinkedIn profile. example: public_identifier: williamhgates profile_pic_url: http://localhost:4566/proxycurl-web-dev/person/williamhgates/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20221003%2F%2Fs3%2Faws4_request&X-Amz-Date=20221003T091809Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=653f499173f225e30141b4f7ff86e45b16a4fdb6cc91fec10f395fb27427ad26 background_cover_image_url: null first_name: Bill last_name: Gates full_name: Bill Gates follower_count: null occupation: Co-chair at Bill & Melinda Gates Foundation headline: Co-chair, Bill & Melinda Gates Foundation summary: Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger. country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 1 year: 2015 ends_at: null company: 'Breakthrough Energy ' company_linkedin_profile_url: https://www.linkedin.com/company/breakthrough-energy/ title: Founder description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C4D0BAQGwD9vNu044FA/company-logo_400_400/0/1601560874941?e=1672876800&v=beta&t=VKb6OAHEwlnazKYKm4fc9go-y4zkUv2BT6tosOdQ54Y - starts_at: day: 1 month: 1 year: 2000 ends_at: null company: Bill & Melinda Gates Foundation company_linkedin_profile_url: https://www.linkedin.com/company/bill-&-melinda-gates-foundation/ title: Co-chair description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C4E0BAQE7Na_mKQhIJg/company-logo_400_400/0/1633731810932?e=1672876800&v=beta&t=Mz_ntwD4meCMcgo1L3JqDxBQRabFLIesd0Yz2ciAXNs - starts_at: day: 1 month: 1 year: 1975 ends_at: null company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft/ title: Co-founder description: null location: null logo_url: https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1618231291419?e=1672876800&v=beta&t=I1mJMWAR_W2R_0h-lyL9Ln1ewby1Gg7ExCbpzhMJr5g education: - starts_at: day: 1 month: 1 year: 1973 ends_at: day: 31 month: 12 year: 1975 field_of_study: null degree_name: null school: Harvard University school_linkedin_profile_url: null description: null logo_url: https://media-exp1.licdn.com/dms/image/C4E0BAQF5t62bcL0e9g/company-logo_400_400/0/1519855919126?e=1672876800&v=beta&t=9twXof1JlnNHfFprrDMi-C1Kp55HTT4ahINKHRflUHw grade: null activities_and_societies: null - starts_at: null ends_at: null field_of_study: null degree_name: null school: Lakeside School school_linkedin_profile_url: null description: null logo_url: https://media-exp1.licdn.com/dms/image/C4D0BAQENlfOPKBEk3Q/company-logo_400_400/0/1519856497259?e=1672876800&v=beta&t=v7nJTPaJMfH7WOBjb22dyvNKxAgdPdVd8uLCUkMB1LQ grade: null activities_and_societies: null languages: - English - Chinese - Japanese accomplishment_organisations: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 org_name: Microsoft title: Software Developer description: null accomplishment_publications: - name: Nobel Peace Prize publisher: Acme Corp published_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " url: https://example.com accomplishment_honors_awards: - title: Nobel Peace Prize issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " accomplishment_patents: - title: The art of war issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " application_number: '123' patent_number: '123' url: null accomplishment_courses: - name: The course about ABCs number: '123' accomplishment_projects: [] accomplishment_test_scores: - name: CS1101S score: A date_on: day: 1 month: 1 year: 2010 description: Nailed it without studying. volunteer_work: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 title: Surveyor cause: To help the world company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft description: null logo_url: null certifications: [] connections: null people_also_viewed: - link: https://www.linkedin.com/in/johndoe name: John Doe summary: Software Engineer at Google location: Singapore recommendations: - Professional and dedicated approach towards clients and collegues. activities: [] similarly_named_profiles: [] articles: - title: Manufacturing opportunity link: https://www.linkedin.com/pulse/manufacturing-opportunity-bill-gates/ published_date: day: 27 month: 11 year: 2019 author: Bill Gates image_url: https://media-exp1.licdn.com/dms/image/C4E12AQFftuPi0UiqWA/article-cover_image-shrink_720_1280/0/1574801149114?e=1640822400&v=beta&t=ZAe3ERmQCM8QHGmRPS2LJ-C76GD5PR7FBHMVL4Z6iVg groups: - profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D07AQG9IK9V0pk3mQ/group-logo_image-shrink_92x92/0/1631371531293?e=1642060800&v=beta&t=UK1tfIppWa-Nx7k9whmm5f9XdZoBdJhApf9N3ke3204 name: Hadoop Users url: https://www.linkedin.com/groups/988957 Employee: type: object properties: profile_url: type: string description: "\n LinkedIn Profile URL of the employee.\n " profile: $ref: '#/components/schemas/Person' nullable: true description: "\n Enriched profile data of the employee.\n \ \ " example: &id002 profile_url: https://www.linkedin.com/in/satyanadella profile: null EmployeeList: type: object properties: employees: type: array items: $ref: '#/components/schemas/Employee' next_page: type: string nullable: true example: employees: - *id002 next_page: https://nubela.co/proxycurl/api/linkedin/company/employees/?page_size=100&employment_status=all&resolve_numeric_id=true&url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2F1035&role_search=%5BFf%5D%5BOo%5D%5BUu%5D%5BNn%5D%5BDd%5D%5BEe%5D%5BRr%5D&after=williamhgates InferredSalary: type: object properties: min: type: number nullable: true max: type: number nullable: true example: &id019 min: 35000 max: 45000 PersonExtra: type: object properties: github_profile_id: type: string nullable: true description: This profile's Github account. facebook_profile_id: type: string nullable: true description: This profile's Facebook account. twitter_profile_id: type: string nullable: true description: This profile's twitter account. example: &id020 github_profile_id: github-username facebook_profile_id: facebook-username twitter_profile_id: twitter-username PersonEndpointResponse: type: object properties: public_identifier: type: string nullable: true description: "\n The vanity identifier of the public LinkedIn\ \ profile.\n The vanity identifier comes after the `/in/`\ \ part of the LinkedIn Profile URL\n in the following format:\ \ `https://www.linkedin.com/in/`\n " profile_pic_url: type: string nullable: true description: "\n A temporary link to the user's profile picture\ \ that is valid for 30 minutes. \n The temporal nature\ \ of the link is by design to prevent having Proxycurl be the mirror for\ \ the images.\n The developer is expected to handle these\ \ images by downloading the image and re-hosting the image.\n \ \ See [this post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/)\ \ for context.\n Some profile pictures might be of the\ \ standard LinkedIn's profile picture placeholder. It is so because. See\ \ [this post](https://nubela.co/blog/why-do-most-linkedin-profiles-fetched-via-the-person-profile-endpoint-return-a-placeholder-profile-picture/)\ \ for context.\n " background_cover_image_url: type: string nullable: true description: "\n A temporary link to the user's background\ \ cover picture\n that is valid for 30 minutes.\n \ \ The temporal nature of the link is by design to prevent\n\ \ having Proxycurl be the mirror for the images.\n \ \ The developer is expected to handle these images \n \ \ by downloading the image and re-hosting the image. \n \ \ See [this post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/)\ \ for context.\n " first_name: type: string nullable: true description: First name of the user. last_name: type: string nullable: true description: Last name of the user. full_name: type: string nullable: true description: "\n Full name of the user (`first_name` + `last_name`)\n\ \ " follower_count: type: integer description: Follower count for this profile occupation: type: string nullable: true description: "\n The title and company name of the user's\ \ current employment.\n " headline: type: string nullable: true description: "\n The tagline written by the user for his\ \ profile.\n " summary: type: string nullable: true description: "\n A blurb (longer than the tagline) written\ \ by the user for his profile.\n " country: type: string nullable: true description: "\n The user's country of residence depicted\ \ by\n a 2-letter country code (ISO 3166-1 alpha-2).\n\ \ " country_full_name: type: string nullable: true description: The user's country of residence, in English words. city: type: string nullable: true description: The city that the user is living at. state: type: string nullable: true description: The state that the user is living at. experiences: type: array items: $ref: '#/components/schemas/Experience' description: The user's list of historic work experiences. education: type: array items: $ref: '#/components/schemas/Education' description: The user's list of education background. languages: type: array items: type: string description: "\n A list of languages that the user claims\ \ to be familiar with,\n and has added to his/her profile.\n\ \ Do note that we do not have the proficiency level as\n\ \ that data point is not available on a public LinkedIn\ \ profile.\n " accomplishment_organisations: type: array items: $ref: '#/components/schemas/AccomplishmentOrg' description: "\n List of noteworthy organizations that this\ \ user is part of.\n " accomplishment_publications: type: array items: $ref: '#/components/schemas/Publication' description: "\n List of noteworthy publications that this\ \ user has partook in.\n " accomplishment_honors_awards: type: array items: $ref: '#/components/schemas/HonourAward' description: "\n List of noteworthy honours and awards that\ \ this user has won.\n " accomplishment_patents: type: array items: $ref: '#/components/schemas/Patent' description: List of noteworthy patents won by this user. accomplishment_courses: type: array items: $ref: '#/components/schemas/Course' description: List of noteworthy courses partook by this user. accomplishment_projects: type: array items: $ref: '#/components/schemas/Project' description: "\n List of noteworthy projects undertaken by\ \ this user.\n " accomplishment_test_scores: type: array items: $ref: '#/components/schemas/TestScore' description: "\n List of noteworthy test scores accomplished\ \ by this user.\n " volunteer_work: type: array items: $ref: '#/components/schemas/VolunteeringExperience' description: List of historic volunteer work experiences. certifications: type: array items: $ref: '#/components/schemas/Certification' description: "\n List of noteworthy certifications accomplished\ \ by this user.\n " connections: type: integer nullable: true description: Total *count* of LinkedIn connections. people_also_viewed: type: array items: $ref: '#/components/schemas/PeopleAlsoViewed' description: "\n A list of other LinkedIn profiles closely\ \ related to this user.\n " recommendations: type: array items: type: string description: "\n List of recommendations made by other users\ \ about this profile.\n " activities: type: array items: $ref: '#/components/schemas/Activity' description: A list of LinkedIn status activities. similarly_named_profiles: type: array items: $ref: '#/components/schemas/SimilarProfile' description: "\n A list of other LinkedIn profiles with similar\ \ names.\n " articles: type: array items: $ref: '#/components/schemas/Article' description: "\n A list of content-based articles posted\ \ by this user.\n " groups: type: array items: $ref: '#/components/schemas/PersonGroup' description: "\n A list of LinkedIn groups that this user\ \ is a part of.\",\n " phone_numbers: type: array items: type: string social_networking_services: type: array items: $ref: '#/components/schemas/PersonSocialNetworkingService' skills: type: array items: type: string description: A list of keyword-based skills that this user boasts of on his LinkedIn profile. inferred_salary: $ref: '#/components/schemas/InferredSalary' nullable: true description: A salary range inferred from the user's current job title and company. gender: type: string nullable: true description: Gender of the user. birth_date: $ref: '#/components/schemas/Date' nullable: true description: Birth date of the user. industry: type: string nullable: true description: Industry that the user works in. extra: $ref: '#/components/schemas/PersonExtra' nullable: true description: A bundle of extra data on this user. interests: type: array items: type: string description: A list of interests that the user has. personal_emails: type: array items: type: string description: A list of personal emails associated with this user. personal_numbers: type: array items: type: string description: A list of personal mobile phone numbers associated with this user. example: &id021 public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy at work\ \ and in their lives - I'm on a mission to solve that.\n\nI spent 10 years\ \ as the founder of Axxis Audio, an electronics company that grew to multi-million\ \ dollar sales, which I sold in 2012. At that time, I funneled my earnings\ \ into the creation of an Internet of Things company, but numerous factors\ \ lead to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying to\ \ 150 companies). My desperate situation led me to take a job at Best Buy\ \ for $12 an hour while reinventing myself through the completion of an\ \ MBA at the University of Colorado, and a 6-month software development\ \ boot camp. \n\nAfter graduation, I landed at American Express as a Senior\ \ Product Manager and then got poached by Amazon in 2017 (because of my\ \ LinkedIn profile). My journey has led to a deep sense of perspective,\ \ humility, and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website for\ \ details on my Mindset Reset Podcast, Public Speaking, Consulting, or my\ \ free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\nFAQ's\n\ \nQ: Can you speak at my Company, University, event or podcast?\nA: I'd\ \ love to! I've shared my message on the future of employment, breaking\ \ into big tech, and my personal story of reinventing myself and discovering\ \ my sense of purpose (and how you can too!).\n\n\u2611\uFE0F YouTube Channel\ \ #1 (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\u2611\uFE0F\ \ YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and I just started\ \ learning to skateboard a half-pipe.\n\u2611\uFE0F Into the Enneagram?\ \ - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\u2611\uFE0F Email: JohnRmarty@gmail.com\ \ (don't forget that \"R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - *id003 - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost thought\ \ leaders and turn them into actionable insights so that others can discover\ \ greater happiness, success, and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people around\ \ the world maximize their sense of meaning so that they can lead more\ \ fulfilling lives. We do this through exposing the truth about success\ \ and happiness through the Mindset Reset Podcast, corporate training,\ \ youth education programs, group coaching, and investments in tech startups\ \ aligned with our mission.\n\nThe word success is widely understood as\ \ the attainment of financial gain, but somewhere along the lines we began\ \ believing that money = happiness, self worth, and meaning even though\ \ money has nothing to do with these things. Because of this twisted equation,\ \ young adults often make career decisions that solely maximize earning\ \ potential. And Ironically, if they manage to achieve society\u2019s\ \ definition of success, It often leaves many with a sense of meaninglessness.\n\ \nIf you want to live a meaningful life chase the word meaning as opposed\ \ to the word success - this simple shift in mindset will lead to a more\ \ authentic set of questions about the direction you should take your\ \ life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology (Internet\ \ of Things) software and hardware development company. Our mission is\ \ to flawlessly develop and deliver impeccable software, hardware and\ \ system design for the high-end consumer market nationally and internationally.\ \ \n\n\u2022 Performed a short term change management engagement to lead\ \ a 12 member cross functional team through a major strategy and vision\ \ transition\n\u2022 Developed an international supply chain that increased\ \ profit margin by 30% on core products\n\u2022 Conceptualized, implemented,\ \ and rolled out a CRM that led to a 15% higher month over month close\ \ rate; trained sales team on newly created key performance indicators\ \ to maximize growth\n\u2022 Developed, implemented and oversaw a training\ \ process that scaled to 180+ national subcontractors\n\u2022 Translated\ \ user stories into detailed product requirements documents that the software\ \ development team used to build new features and functionality \n\u2022\ \ Developed benchmarks for customer service, sales, and traffic conversion\ \ to maximize profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software and\ \ hardware development company specializing in the mid to high-end condominium\ \ market in the United States and South America. \nEOS Controls supports\ \ the advancement of affordable and easy to user smart home technology\ \ through a network of non-traditional sales channels of architects, designers,\ \ and contractors. \n\n\u2022 Coordinated engineering, design, and marketing\ \ strategy for the launch of 6 iOS apps\n\u2022 Led a 5 member product\ \ team of engineers; conducted daily stand-ups and weekly design review\ \ meetings\n\u2022 Managed and prioritized product backlog for development\ \ Sprints as well as tested products before release\n\u2022 Effectively\ \ placed products through non-traditional distribution channels by identifying\ \ and developing relationships with over 100 national and international\ \ builders, architects, and designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation, Internet\ \ of Things\n\n\u2022 Raised $10,000 in investment to develop a home\ \ theater and home automation sales and installation business that grew\ \ to multi-million dollar sales (sold the company in 2011)\n\u2022 Developed\ \ mission-centric training, responsibility, and accountability framework\ \ \n\u2022 10 Direct Reports\n\u2022 Responsible for resource planning,\ \ scheduling, and project management \n\u2022 Filled the role of HR and\ \ developed a team building program for 10 direct reports, that included\ \ formal training, personal and professional peer support, mentoring and\ \ professional development; resulting in 20% higher retention rate and\ \ improved trust and communication\n\u2022 Deployed an ERP Solution in\ \ 2007 that unified 5 departments and provided a central reporting and\ \ accountability framework for a 23% employees productivity gain\n\u2022\ \ Handled acquisition of 2nd largest competitor Cobalt Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - *id004 - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: - *id005 accomplishment_publications: - *id006 accomplishment_honors_awards: - *id007 accomplishment_patents: - *id008 accomplishment_courses: - *id009 accomplishment_projects: - *id010 - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: - *id011 volunteer_work: - *id012 certifications: - *id013 - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: - *id014 recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \n \ \ John Marty is a genius at his craft. He is skilled in the art of making\ \ people feel empowered to seek out roles that they are qualified for, ask\ \ for salaries that they deserve, and creates a kind of pay it forward lifestyle.\ \ John helps you to get to places that you only thought were possible for\ \ other people. Anyone that is fortunate enough to learn from John should\ \ consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \n \ \ \n \n \n \n\n \n John\ \ is so focused on helping guide you through an interview process not just\ \ for Amazon but on interviewing in general. I've generally done well at\ \ interviewing, my skills are top notch now. John is so focused on on his\ \ clients and really goes above and beyond. John is genuine, knowledgeable,\ \ well spoken and non-judgemental. He is so encouraging, so positive and\ \ really easy to talk to. Thank you John!" activities: - *id015 similarly_named_profiles: - *id016 - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: - *id017 groups: - *id018 inferred_salary: *id019 gender: male birth_date: day: 1 month: 1 year: 1990 industry: government administration extra: *id020 interests: - education - health - human rights personal_emails: - abc@gmail.com - bcd@gmail.com - cde@@outlook.com personal_numbers: - '+6512345678' - '+6285123450953' - '+6502300340' ReverseEmailUrlEnrichResult: type: object properties: url: type: string nullable: true profile: $ref: '#/components/schemas/PersonEndpointResponse' example: url: https://www.linkedin.com/in/senatormarty profile: *id021 JobListEntry: type: object properties: company: type: string nullable: true description: "\n The name of the company that posted this job.\n\ \ " company_url: type: string nullable: true description: "\n The LinkedIn Company Profile URL that posted this\ \ job.\n " job_title: type: string nullable: true description: "\n Job title of the posted job.\n " job_url: type: string nullable: true description: "\n Job Profile URL. You can fetch details about this\ \ job using this URL via the [Job Profile API Endpoint](https://nubela.co/proxycurl/docs#jobs-api-job-profile-endpoint).\n\ \ " list_date: type: string nullable: true description: "\n The date that this job was listed.\n " location: type: string nullable: true description: "\n The job location.\n " example: &id022 company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330682 list_date: '2022-10-09' location: New York, NY JobListPage: type: object properties: job: type: array items: $ref: '#/components/schemas/JobListEntry' next_page_no: type: integer nullable: true next_page_api_url: type: string nullable: true previous_page_no: type: integer nullable: true previous_page_api_url: type: string nullable: true example: job: - *id022 - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257692764 list_date: '2022-10-21' location: United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3285166057 list_date: '2022-10-16' location: New Jersey, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203328879 list_date: '2022-10-28' location: Hawaii, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334096 list_date: '2022-10-09' location: Mountain View, CA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696537 list_date: '2022-10-21' location: Hawaii, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327999 list_date: '2022-10-29' location: Illinois, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330696 list_date: '2022-10-09' location: Washington, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327990 list_date: '2022-10-28' location: Massachusetts, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203330693 list_date: '2022-10-28' location: Utah, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203333219 list_date: '2022-10-09' location: Washington, DC - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3326765134 list_date: '2022-10-26' location: Bellevue, WA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Program Manager (Chief of Staff Office) job_url: https://www.linkedin.com/jobs/view/program-manager-chief-of-staff-office-at-microsoft-3321408962 list_date: '2022-10-20' location: United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203332363 list_date: '2022-10-09' location: Dallas, TX - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203331488 list_date: '2022-10-09' location: Pennsylvania, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696539 list_date: '2022-10-21' location: New York, NY - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203327997 list_date: '2022-10-28' location: North Carolina, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334106 list_date: '2022-10-09' location: Florida, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203334098 list_date: '2022-10-09' location: Cambridge, MA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257696527 list_date: '2022-10-21' location: San Francisco, CA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: Content Strategist job_url: https://www.linkedin.com/jobs/view/content-strategist-at-microsoft-3257697337 list_date: '2022-10-21' location: Florida, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Business Operations: Full-time Opportunities for University Graduates, United States' job_url: https://www.linkedin.com/jobs/view/business-operations-full-time-opportunities-for-university-graduates-united-states-at-microsoft-3301555138 list_date: '2022-10-28' location: Bellevue, WA - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203328882 list_date: '2022-10-28' location: Delaware, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Product Management: Intern Opportunities for University Students' job_url: https://www.linkedin.com/jobs/view/product-management-intern-opportunities-for-university-students-at-microsoft-3203331492 list_date: '2022-10-09' location: Oregon, United States - company: Microsoft company_url: https://www.linkedin.com/company/microsoft job_title: 'Business Operations: Full-time Opportunities for University Graduates, United States' job_url: https://www.linkedin.com/jobs/view/business-operations-full-time-opportunities-for-university-graduates-united-states-at-microsoft-3301550928 list_date: '2022-10-28' location: Redmond, WA next_page_no: 1 next_page_api_url: http://nubela.co/proxycurl/proxycurl/api/v2/linkedin/company/job?pagination=eyJwYWdlIjogMX0&search_id=1035 previous_page_no: null previous_page_api_url: null ProfilePicture: type: object properties: tmp_profile_pic_url: type: string description: "\n Temporary URL to the profile picture (valid\ \ for just 30 minutes).\n See this [blog post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/)\ \ for more information." example: tmp_profile_pic_url: http://localhost:4566/proxycurl-web-dev/company/apple/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20220912%2F%2Fs3%2Faws4_request&X-Amz-Date=20220912T065816Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=40e484b7b1a9c4fd712d99b658d68efb115d8b20be227c8d5c49fc62dfd4d480 PersonLookupUrlEnrichResult: type: object properties: url: type: string nullable: true profile: $ref: '#/components/schemas/PersonEndpointResponse' example: url: https://www.linkedin.com/in/senatormarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy at work\ \ and in their lives - I'm on a mission to solve that.\n\nI spent 10 years\ \ as the founder of Axxis Audio, an electronics company that grew to multi-million\ \ dollar sales, which I sold in 2012. At that time, I funneled my earnings\ \ into the creation of an Internet of Things company, but numerous factors\ \ lead to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job at Best\ \ Buy for $12 an hour while reinventing myself through the completion\ \ of an MBA at the University of Colorado, and a 6-month software development\ \ boot camp. \n\nAfter graduation, I landed at American Express as a Senior\ \ Product Manager and then got poached by Amazon in 2017 (because of my\ \ LinkedIn profile). My journey has led to a deep sense of perspective,\ \ humility, and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website for\ \ details on my Mindset Reset Podcast, Public Speaking, Consulting, or\ \ my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or podcast?\n\ A: I'd love to! I've shared my message on the future of employment, breaking\ \ into big tech, and my personal story of reinventing myself and discovering\ \ my sense of purpose (and how you can too!).\n\n\u2611\uFE0F YouTube\ \ Channel #1 (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\ \u2611\uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and I just\ \ started learning to skateboard a half-pipe.\n\u2611\uFE0F Into the Enneagram?\ \ - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\u2611\uFE0F Email: JohnRmarty@gmail.com\ \ (don't forget that \"R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost thought\ \ leaders and turn them into actionable insights so that others can\ \ discover greater happiness, success, and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people around\ \ the world maximize their sense of meaning so that they can lead more\ \ fulfilling lives. We do this through exposing the truth about success\ \ and happiness through the Mindset Reset Podcast, corporate training,\ \ youth education programs, group coaching, and investments in tech\ \ startups aligned with our mission.\n\nThe word success is widely understood\ \ as the attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and meaning\ \ even though money has nothing to do with these things. Because of\ \ this twisted equation, young adults often make career decisions that\ \ solely maximize earning potential. And Ironically, if they manage\ \ to achieve society\u2019s definition of success, It often leaves many\ \ with a sense of meaninglessness.\n\nIf you want to live a meaningful\ \ life chase the word meaning as opposed to the word success - this\ \ simple shift in mindset will lead to a more authentic set of questions\ \ about the direction you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology (Internet\ \ of Things) software and hardware development company. Our mission\ \ is to flawlessly develop and deliver impeccable software, hardware\ \ and system design for the high-end consumer market nationally and\ \ internationally. \n\n\u2022 Performed a short term change management\ \ engagement to lead a 12 member cross functional team through a major\ \ strategy and vision transition\n\u2022 Developed an international\ \ supply chain that increased profit margin by 30% on core products\n\ \u2022 Conceptualized, implemented, and rolled out a CRM that led to\ \ a 15% higher month over month close rate; trained sales team on newly\ \ created key performance indicators to maximize growth\n\u2022 Developed,\ \ implemented and oversaw a training process that scaled to 180+ national\ \ subcontractors\n\u2022 Translated user stories into detailed product\ \ requirements documents that the software development team used to\ \ build new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software and\ \ hardware development company specializing in the mid to high-end condominium\ \ market in the United States and South America. \nEOS Controls supports\ \ the advancement of affordable and easy to user smart home technology\ \ through a network of non-traditional sales channels of architects,\ \ designers, and contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022 Led a\ \ 5 member product team of engineers; conducted daily stand-ups and\ \ weekly design review meetings\n\u2022 Managed and prioritized product\ \ backlog for development Sprints as well as tested products before\ \ release\n\u2022 Effectively placed products through non-traditional\ \ distribution channels by identifying and developing relationships\ \ with over 100 national and international builders, architects, and\ \ designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment to develop\ \ a home theater and home automation sales and installation business\ \ that grew to multi-million dollar sales (sold the company in 2011)\n\ \u2022 Developed mission-centric training, responsibility, and accountability\ \ framework \n\u2022 10 Direct Reports\n\u2022 Responsible for resource\ \ planning, scheduling, and project management \n\u2022 Filled the\ \ role of HR and developed a team building program for 10 direct reports,\ \ that included formal training, personal and professional peer support,\ \ mentoring and professional development; resulting in 20% higher retention\ \ rate and improved trust and communication\n\u2022 Deployed an ERP\ \ Solution in 2007 that unified 5 departments and provided a central\ \ reporting and accountability framework for a 23% employees productivity\ \ gain\n\u2022 Handled acquisition of 2nd largest competitor Cobalt\ \ Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 org_name: Microsoft title: Software Developer description: null accomplishment_publications: - name: Nobel Peace Prize publisher: Acme Corp published_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " url: https://example.com accomplishment_honors_awards: - title: Nobel Peace Prize issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " accomplishment_patents: - title: The art of war issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " application_number: '123' patent_number: '123' url: null accomplishment_courses: - name: The course about ABCs number: '123' accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: - name: CS1101S score: A date_on: day: 1 month: 1 year: 2010 description: Nailed it without studying. volunteer_work: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 title: Surveyor cause: To help the world company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft description: null logo_url: null certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: - link: https://www.linkedin.com/in/johndoe name: John Doe summary: Software Engineer at Google location: Singapore recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \n \ \ John Marty is a genius at his craft. He is skilled in the art of\ \ making people feel empowered to seek out roles that they are qualified\ \ for, ask for salaries that they deserve, and creates a kind of pay it\ \ forward lifestyle. John helps you to get to places that you only thought\ \ were possible for other people. Anyone that is fortunate enough to learn\ \ from John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \n\ \ \n \n \n \n\n \n John\ \ is so focused on helping guide you through an interview process not\ \ just for Amazon but on interviewing in general. I've generally done\ \ well at interviewing, my skills are top notch now. John is so focused\ \ on on his clients and really goes above and beyond. John is genuine,\ \ knowledgeable, well spoken and non-judgemental. He is so encouraging,\ \ so positive and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that has a large\ \ 13K sq ft lot with two homes on it. After 5 minutes of being on-site\ \ I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC , Owner Marty\u2019\ s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: - title: Manufacturing opportunity link: https://www.linkedin.com/pulse/manufacturing-opportunity-bill-gates/ published_date: day: 27 month: 11 year: 2019 author: Bill Gates image_url: https://media-exp1.licdn.com/dms/image/C4E12AQFftuPi0UiqWA/article-cover_image-shrink_720_1280/0/1574801149114?e=1640822400&v=beta&t=ZAe3ERmQCM8QHGmRPS2LJ-C76GD5PR7FBHMVL4Z6iVg groups: - profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D07AQG9IK9V0pk3mQ/group-logo_image-shrink_92x92/0/1631371531293?e=1642060800&v=beta&t=UK1tfIppWa-Nx7k9whmm5f9XdZoBdJhApf9N3ke3204 name: Hadoop Users url: https://www.linkedin.com/groups/988957 inferred_salary: min: 35000 max: 45000 gender: male birth_date: day: 1 month: 1 year: 1990 industry: government administration extra: github_profile_id: github-username facebook_profile_id: facebook-username twitter_profile_id: twitter-username interests: - education - health - human rights personal_emails: - abc@gmail.com - bcd@gmail.com - cde@@outlook.com personal_numbers: - '+6512345678' - '+6285123450953' - '+6502300340' CompanyLocation: type: object properties: country: type: string nullable: true city: type: string nullable: true postal_code: type: string nullable: true line_1: type: string nullable: true is_hq: type: integer state: type: string nullable: true example: &id026 country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA CompanyType: type: string enum: - EDUCATIONAL - GOVERNMENT_AGENCY - NON_PROFIT - PARTNERSHIP - PRIVATELY_HELD - PUBLIC_COMPANY - SELF_EMPLOYED - SELF_OWNED SimilarCompany: type: object properties: name: type: string nullable: true link: type: string nullable: true industry: type: string nullable: true location: type: string nullable: true example: &id027 name: Amazon link: https://www.linkedin.com/company/amazon industry: Software Development location: Seattle, WA AffiliatedCompany: type: object properties: name: type: string nullable: true link: type: string nullable: true industry: type: string nullable: true location: type: string nullable: true example: &id028 name: YouTube link: https://www.linkedin.com/company/youtube industry: Software Development location: San Bruno, CA CompanyUpdate: type: object properties: article_link: type: string nullable: true description: The URL for which the post links out to image: type: string nullable: true description: The URL to the image to the post (if it exists) posted_on: $ref: '#/components/schemas/Date' nullable: true text: type: string nullable: true description: The body of the update total_likes: type: integer nullable: true description: The total likes a post has received example: &id029 article_link: null image: https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE posted_on: day: 13 month: 9 year: 2022 text: "Want to kick start your #LifeAtGoogle but not sure where to begin?\ \ Explore our Build Your Future site, where you can learn about developmental\ \ programs, learn tips for future interviews, sign up for informational\ \ events, and even hear real stories from Googlers who\u2019ve been where\ \ you are now. Get started \u2192 https://bit.ly/3SKPzQB" total_likes: 4267 CompanySocialNetworkingService: type: object properties: service: type: string nullable: true canonical_url: type: string nullable: true internal_id: type: string nullable: true AcquiredCompany: type: object properties: linkedin_profile_url: type: string nullable: true description: "\n LinkedIn Company Profile URL of company that was\ \ involved\n " crunchbase_profile_url: type: string nullable: true description: Crunchbase Profile URL of company that was involved announced_date: $ref: '#/components/schemas/Date' nullable: true description: Date by which this event was announced price: type: integer nullable: true description: Price of acquisition example: &id023 linkedin_profile_url: https://www.linkedin.com/company/apple crunchbase_profile_url: https://www.crunchbase.com/organization/apple announced_date: day: 1 month: 4 year: 1976 price: 300000000 Acquisitor: type: object properties: linkedin_profile_url: type: string nullable: true description: "\n LinkedIn Company Profile URL of company that was\ \ involved\n " crunchbase_profile_url: type: string nullable: true description: Crunchbase Profile URL of company that was involved announced_date: $ref: '#/components/schemas/Date' nullable: true description: Date by which this event was announced price: type: integer nullable: true description: Price of acquisition example: &id024 linkedin_profile_url: https://www.linkedin.com/company/nvidia crunchbase_profile_url: https://www.crunchbase.com/organization/nvidia announced_date: day: 6 month: 3 year: 2020 price: 10000 Acquisition: type: object properties: acquired: type: array items: $ref: '#/components/schemas/AcquiredCompany' acquired_by: $ref: '#/components/schemas/Acquisitor' nullable: true example: &id030 acquired: - *id023 acquired_by: *id024 Exit: type: object properties: linkedin_profile_url: type: string nullable: true description: LinkedIn Profile URL of the company that has exited crunchbase_profile_url: type: string nullable: true description: Crunchbase Profile URL of the company that has exited name: type: string nullable: true description: Name of the company example: &id031 linkedin_profile_url: https://www.linkedin.com/company/motiondsp crunchbase_profile_url: https://www.crunchbase.com/organization/motiondsp name: MotionDSP CompanyDetails: type: object properties: ipo_status: type: string nullable: true description: IPO status of the company crunchbase_rank: type: integer nullable: true description: A measure of prominence of this company by Crunchbase founding_date: $ref: '#/components/schemas/Date' nullable: true description: Date of founding operating_status: type: string nullable: true description: Status of the company's operational status company_type: type: string nullable: true description: Type of company contact_email: type: string nullable: true description: General contact email of the company phone_number: type: string nullable: true description: General contact number of the company facebook_id: type: string nullable: true description: ID of the company's official Facebook account twitter_id: type: string nullable: true description: ID of the company's official Twitter account number_of_funding_rounds: type: integer nullable: true description: Total rounds of funding that this company has raised total_funding_amount: type: integer nullable: true description: Total venture capital raised by this company stock_symbol: type: string nullable: true description: Stock symbol of this public company ipo_date: $ref: '#/components/schemas/Date' nullable: true description: The date by which this public company went public number_of_lead_investors: type: integer nullable: true description: Total lead investors number_of_investors: type: integer nullable: true description: Total investors total_fund_raised: type: integer nullable: true description: "\n The total amount of funds raised (by this VC firm)\ \ to be deployed as\n subsidiary investments (applicable only for\ \ VC firms)\n " number_of_investments: type: integer nullable: true description: "\n Total investments made by this VC firm (applicable\ \ only for VC firms)\n " number_of_lead_investments: type: integer nullable: true description: "\n Total investments that was led by this VC firm\n\ \ (applicable only for VC firms)\n " number_of_exits: type: integer nullable: true description: Total exits by this VC (applicable only for VC firms) number_of_acquisitions: type: integer nullable: true description: Total companies acquired by this company example: &id032 ipo_status: Public crunchbase_rank: 13 founding_date: day: 1 month: 1 year: 2000 operating_status: Active company_type: For Profit contact_email: info@nvidia.com phone_number: (140) 848-6200 facebook_id: NVIDIA.IN twitter_id: nvidia number_of_funding_rounds: 3 total_funding_amount: 4000000 stock_symbol: NASDAQ:NVDA ipo_date: day: 1 month: 1 year: 2000 number_of_lead_investors: 3 number_of_investors: 4 total_fund_raised: 1000 number_of_investments: 50 number_of_lead_investments: 3 number_of_exits: 7 number_of_acquisitions: 2 Investor: type: object properties: linkedin_profile_url: type: string nullable: true description: LinkedIn Profile URL of investor name: type: string nullable: true description: Name of investor type: type: string nullable: true description: Type of investor example: &id025 linkedin_profile_url: https://linkedin.com/company/darpa name: DARPA type: organization Funding: type: object properties: funding_type: type: string nullable: true description: Type of funding money_raised: type: integer nullable: true description: Amount of money raised announced_date: $ref: '#/components/schemas/Date' nullable: true description: Date of announcement number_of_investor: type: integer nullable: true description: Number of investors in this round investor_list: type: array items: $ref: '#/components/schemas/Investor' nullable: true example: &id033 funding_type: Grant money_raised: 25000000 announced_date: day: 1 month: 1 year: 2001 number_of_investor: 1 investor_list: - *id025 LinkedinCompany: type: object properties: linkedin_internal_id: type: string nullable: true description: "\n LinkedIn's Internal and immutable ID of this Company\ \ profile.\n " description: type: string nullable: true website: type: string nullable: true industry: type: string nullable: true description: The `industry` attribute, found in a LinkedIn Company profile, describes the industry in which the company operates. The value of this attribute is an enumerator. [This CSV file provides an exhaustive list of possible values for this attribute] (https://drive.google.com/file/d/12yvYLuru7CRv3wKOIkHs5Ldocz31gJSS/ view?usp=share_link). company_size: type: array items: oneOf: - type: integer nullable: true - type: integer nullable: true minItems: 2 maxItems: 2 description: Sequenceed range of company head count company_size_on_linkedin: type: integer nullable: true hq: $ref: '#/components/schemas/CompanyLocation' nullable: true company_type: $ref: '#/components/schemas/CompanyType' nullable: true description: "Possible values:\n\n `EDUCATIONAL`: Educational Institution\n\ \n `GOVERNMENT_AGENCY`: Government Agency\n\n `NON_PROFIT`\ \ : Nonprofit\n\n `PARTNERSHIP` : Partnership\n\n `PRIVATELY_HELD`:\ \ Privately Held\n\n `PUBLIC_COMPANY`: Public Company\n\n \ \ `SELF_EMPLOYED`: Self-Employed\n\n `SELF_OWNED`: Sole Proprietorship" founded_year: type: integer nullable: true specialities: type: array items: type: string description: "\n A list of specialities.\n " locations: type: array items: $ref: '#/components/schemas/CompanyLocation' name: type: string nullable: true tagline: type: string nullable: true universal_name_id: type: string nullable: true profile_pic_url: type: string nullable: true background_cover_image_url: type: string nullable: true search_id: type: string nullable: true description: "\n Useable with [Job listing endpoint](#jobs-api-jobs-listing-endpoint)\n\ \ " similar_companies: type: array items: $ref: '#/components/schemas/SimilarCompany' affiliated_companies: type: array items: $ref: '#/components/schemas/AffiliatedCompany' updates: type: array items: $ref: '#/components/schemas/CompanyUpdate' follower_count: type: integer nullable: true social_networking_services: type: array items: $ref: '#/components/schemas/CompanySocialNetworkingService' acquisitions: $ref: '#/components/schemas/Acquisition' nullable: true exit_data: type: array items: $ref: '#/components/schemas/Exit' nullable: true extra: $ref: '#/components/schemas/CompanyDetails' nullable: true description: Company extra when `extra=include` funding_data: type: array items: $ref: '#/components/schemas/Funding' nullable: true description: Company Funding data when `funding_data=include` categories: type: array items: type: string nullable: true description: The `categories` attribute is fetched from the company's Crunchbase profile. Values for this attribute are free-form text, and there is no exhaustive list of categories. Consider the categories attribute as "hints" regarding the products or services offered by the company. example: &id034 linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Software Development company_size: - 10001 - null company_size_on_linkedin: 319856 hq: *id026 company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: null state: NY - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: null state: North Holland - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: null state: SP - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: null state: 'ON' - country: IE city: Dublin postal_code: null line_1: Barrow Street is_hq: null state: County Dublin - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: null state: Karnataka - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: null state: CO - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: null state: WA - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: null state: NSW - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: null state: CA - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: null state: IL - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: null state: Maharashtra - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: null state: National Capital Region - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: null state: Singapore - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: null state: TS - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: null state: VIC - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: null state: CA - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: null state: DC - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: null state: HR - country: CO city: Bogota postal_code: '110221' line_1: Carrera 11A 94-45 is_hq: null state: Bogota, D.C. - country: HK city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: null state: Hong Kong - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: null state: VA - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: null state: 'ON' - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: null state: CA - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: null state: MA - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: null state: Lomb. - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: null state: England - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: null state: TX - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: null state: CA - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: null state: MI - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: null state: Santiago Metropolitan - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: null state: GA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: null state: MA - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: null state: Karnataka - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: null state: WA - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: null state: BY - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: null state: CDMX - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: null state: Buenos Aires Autonomous City - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: null state: IdF - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: null state: Tel Aviv - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: null state: BE - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: null state: HH - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: null state: TX - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: null state: ZH - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: null state: Stockholm County name: Google tagline: Think Different - But Not Too Different universal_name_id: google profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050 search_id: '1441' similar_companies: - *id027 - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Software Development location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Software Development location: Sunnyvale, CA - name: Deloitte link: https://www.linkedin.com/company/deloitte industry: Business Consulting and Services location: null - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Unilever link: https://uk.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London affiliated_companies: - *id028 - name: Google Cloud link: https://www.linkedin.com/showcase/google-cloud industry: Software Development location: Mountain View, California - name: Think with Google link: https://www.linkedin.com/showcase/think-with-google industry: Advertising Services location: Mountain View, California - name: Google Ads link: https://www.linkedin.com/showcase/google-ads- industry: Advertising Services location: Mountain View, California - name: Google Developers link: https://www.linkedin.com/showcase/googledevelopers industry: Software Development location: Mountain View, CA - name: Google Analytics link: https://www.linkedin.com/showcase/google-analytics industry: Software Development location: Mountain View, California - name: Google Workspace link: https://www.linkedin.com/showcase/googleworkspace industry: IT Services and IT Consulting location: Mountain View, California - name: Google Marketing Platform link: https://www.linkedin.com/showcase/googlemarketingplatform industry: Advertising Services location: Mountain View, California - name: Google Developer Groups (GDG) link: https://www.linkedin.com/showcase/google-developer-groups industry: Software Development location: Mountain View, CA - name: Google Ad Manager link: https://www.linkedin.com/showcase/google-ad-manager industry: Advertising Services location: Mountain View, California - name: Grow with Google link: https://www.linkedin.com/showcase/grow-with-google industry: E-Learning Providers location: Mountain View, California - name: Google for Startups link: https://www.linkedin.com/showcase/google-for-startups industry: Software Development location: San Francisco, California - name: X, the moonshot factory link: https://www.linkedin.com/company/x industry: Research Services location: Mountain View, CA - name: Google Small Business link: https://www.linkedin.com/showcase/google-small-business industry: Technology, Information and Internet location: Mountain View, California - name: Google Cloud Partners link: https://www.linkedin.com/showcase/google-cloud-partners industry: Technology, Information and Internet location: Mountain View, California - name: re:Work with Google link: https://www.linkedin.com/showcase/rework-with-google industry: Human Resources Services location: null - name: Google Partners link: https://www.linkedin.com/showcase/google-partners industry: Advertising Services location: null - name: Chrome Enterprise link: https://www.linkedin.com/showcase/chrome-enterprise industry: IT Services and IT Consulting location: null - name: Android Developers link: https://www.linkedin.com/showcase/androiddev industry: Software Development location: Mountain View, California - name: Google Play business community link: https://www.linkedin.com/showcase/googleplaybiz industry: IT Services and IT Consulting location: Mountain View, CA - name: Google News Initiative link: https://www.linkedin.com/showcase/google-news-initiative industry: Online Audio and Video Media location: Mountain View, CA - name: Google AdMob link: https://www.linkedin.com/showcase/googleadmob industry: Advertising Services location: null - name: Google Health link: https://www.linkedin.com/showcase/google-health industry: Software Development location: null - name: Google Pay link: https://www.linkedin.com/showcase/google-pay industry: Technology, Information and Internet location: Mountain View, California - name: Google User Experience Research link: https://www.linkedin.com/showcase/google-user-research. industry: Software Development location: null - name: CapitalG link: https://ca.linkedin.com/company/capitalg industry: Venture Capital and Private Equity Principals location: San Francisco, CA - name: Android link: https://www.linkedin.com/showcase/android_by_google industry: Software Development location: null - name: Android Enterprise link: https://www.linkedin.com/showcase/androidenterprise industry: IT Services and IT Consulting location: Mountain View, CA - name: Grow with Google Africa link: https://ng.linkedin.com/showcase/gwgafrica industry: Software Development location: Lagos, Lagos - name: Flutter Dev link: https://www.linkedin.com/showcase/flutterdevofficial industry: Software Development location: Mountain View, California - name: Firebase link: https://www.linkedin.com/showcase/firebase industry: Software Development location: Mountain View, CA - name: Adometry (acquired by Google) link: https://www.linkedin.com/company/adometry industry: Advertising Services location: Mountain View, CA - name: Google Nest Pro & Enterprise Partners link: https://www.linkedin.com/showcase/google-nest industry: Software Development location: Mountain View, California - name: TensorFlow link: https://www.linkedin.com/showcase/tensorflowdev industry: Software Development location: null - name: Google Developers North America link: https://www.linkedin.com/showcase/google-developers-north-america industry: Software Development location: Mountain View, CA - name: Google Chrome link: https://www.linkedin.com/showcase/google-chrome industry: Technology, Information and Internet location: Mountain View, CA - name: Rare with Google link: https://www.linkedin.com/showcase/rare-with-google industry: Advertising Services location: null - name: Flutter link: https://www.linkedin.com/showcase/flutterdev-hold industry: null location: null - name: Firebase link: https://www.linkedin.com/showcase/firebase-hold industry: null location: null updates: - *id029 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: null text: "Ariana, welcome to Google. Here\u2019s to a year full of growth,\ \ learning, and experiences at #LifeAtGoogle! \U0001F389" total_likes: 397 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: day: 6 month: 1 year: 2023 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 10 month: 1 year: 2023 text: "With a new year comes new beginnings. Welcome to Google, Mega, we\u2019\ re glad you and your #Mewgler are here! #LifeAtGoogle" total_likes: 1252 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 30 month: 12 year: 2022 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5605AQHir6yRaHkgHg/feedshare-thumbnail_720_1280/0/1672258205329?e=2147483647&v=beta&t=ZILK1L9klkFzLD0SKezztfPT5rSbdscMWVcTMgoUeWY posted_on: day: 30 month: 12 year: 2022 text: "Turn on job alerts and explore all that the Google careers site has\ \ to offer \u2192 https://goo.gle/3HCR9kn #LifeAtGoogle" total_likes: 2186 - article_link: https://blog.google/inside-google/life-at-google/jennys-path-to-become-a-director-of-customer-engineering/ image: null posted_on: day: 23 month: 12 year: 2022 text: '"Leaders at Google ask themselves, ''How can we get Googlers from where they are today to where they aspire to be?''" In the last #MyPathtoGoogle of the year, meet our Director of Customer Engineering based in Hong Kong, Jenny Sun. Jenny shares her path to a leadership role after starting in tech as a software engineer and how her desire to learn has helped her customers, teams, and personal career grow.' total_likes: 2038 - article_link: https://fairygodboss.com/articles/im-a-team-lead-at-google-heres-how-ergs-and-mentorship-advanced-my-career image: null posted_on: day: 23 month: 12 year: 2022 text: "Meet Nancy Hwang, a Product Activation and Customer Experience team\ \ lead here at Google. Earlier this month, Nancy sat down with Fairygodboss\ \ to reflect on how mentorship and her involvement in an employee resource\ \ group have positively impacted her career journey at Google. \n\nRead\ \ about Nancy\u2019s story and her advice on how to advance your career\ \ \u2B07\uFE0F" total_likes: 1490 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 23 month: 12 year: 2022 text: "365 days full of learnings, and more to come! We\u2019re glad you\u2019\ re part of #LifeAtGoogle, Eunice." total_likes: 18817 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 13 month: 12 year: 2022 text: null total_likes: null - article_link: null image: null posted_on: day: 23 month: 12 year: 2022 text: "2022 is almost over, which means it\u2019s time to reflect! Googlers,\ \ you shared lots of projects with the world this year. Which was your\ \ favorite to work on? Which coworkers made your #LifeAtGoogle brighter\ \ every day? Tag them in the comments with a shoutout!" total_likes: 1234 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 16 month: 12 year: 2022 text: 'A bit of insight on the Noogler hat tradition from the team that keeps the tradition going! #LifeAtGoogle' total_likes: 3078 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 13 month: 12 year: 2022 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5622AQHGS9rpL1dwCA/feedshare-shrink_2048_1536/0/1671117185457?e=1676505600&v=beta&t=7oFrPTZU5gB0uS1mzaVqt13ftFApKTeQah7Ace4iL7U posted_on: day: 16 month: 12 year: 2022 text: "Chris Kiagiri, Technical Account manager, joined Google 15 years\ \ ago, as Kenya\u2019s employee number 2. \n\nLast month at our Google\ \ Sandbox Nairobi event, he shared with our participants his career journey\ \ and Google\u2019s 15-years of Engineering in Africa.\n\n\u201CI often\ \ tell students that Google hadn\u2019t even been founded when I graduated\ \ from high school, so they shouldn't limit their dreams to the opportunities\ \ that currently exist.\u201C \n\nThank you to our participants, we hope\ \ you left with first-hand experience of what #LifeatGoogle is all about\ \ \u2014 and thank you to Chris and all other Googlers who made this experience\ \ possible! \n\nWant to learn more? Check out our upcoming and on-demand\ \ events here > https://goo.gle/3VDHOg8" total_likes: 1821 follower_count: 27472792 acquisitions: *id030 exit_data: - *id031 extra: *id032 funding_data: - *id033 categories: - artificial-intelligence - virtual-reality CompanyUrlEnrichResult: type: object properties: url: type: string nullable: true profile: $ref: '#/components/schemas/LinkedinCompany' example: url: https://www.linkedin.com/company/accenture profile: *id034 ExtractionEmailResult: type: object properties: email_queue_count: type: integer description: Total queue in the email extraction process example: email_queue_count: null Student: type: object properties: profile_url: type: string profile: $ref: '#/components/schemas/Person' nullable: true example: &id035 profile_url: https://www.linkedin.com/in/minghowlogic profile: null StudentList: type: object properties: students: type: array items: $ref: '#/components/schemas/Student' description: "\n A list of student profiles (if enriched) and their\ \ associated profile URL.\n " next_page: type: string nullable: true description: "\n The API URI that will lead to the next page of results.\n\ \ " example: students: - *id035 - profile_url: https://www.linkedin.com/in/zhengpingzhou profile: null next_page: null RoleSearchErichedResult: type: object properties: linkedin_profile_url: type: string nullable: true description: LinkedIn Profile URL of the person that most closely matches the role profile: $ref: '#/components/schemas/PersonEndpointResponse' example: linkedin_profile_url: https://www.linkedin.com/in/senatormarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy at work\ \ and in their lives - I'm on a mission to solve that.\n\nI spent 10 years\ \ as the founder of Axxis Audio, an electronics company that grew to multi-million\ \ dollar sales, which I sold in 2012. At that time, I funneled my earnings\ \ into the creation of an Internet of Things company, but numerous factors\ \ lead to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job at Best\ \ Buy for $12 an hour while reinventing myself through the completion\ \ of an MBA at the University of Colorado, and a 6-month software development\ \ boot camp. \n\nAfter graduation, I landed at American Express as a Senior\ \ Product Manager and then got poached by Amazon in 2017 (because of my\ \ LinkedIn profile). My journey has led to a deep sense of perspective,\ \ humility, and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website for\ \ details on my Mindset Reset Podcast, Public Speaking, Consulting, or\ \ my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or podcast?\n\ A: I'd love to! I've shared my message on the future of employment, breaking\ \ into big tech, and my personal story of reinventing myself and discovering\ \ my sense of purpose (and how you can too!).\n\n\u2611\uFE0F YouTube\ \ Channel #1 (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\ \u2611\uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and I just\ \ started learning to skateboard a half-pipe.\n\u2611\uFE0F Into the Enneagram?\ \ - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\u2611\uFE0F Email: JohnRmarty@gmail.com\ \ (don't forget that \"R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost thought\ \ leaders and turn them into actionable insights so that others can\ \ discover greater happiness, success, and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people around\ \ the world maximize their sense of meaning so that they can lead more\ \ fulfilling lives. We do this through exposing the truth about success\ \ and happiness through the Mindset Reset Podcast, corporate training,\ \ youth education programs, group coaching, and investments in tech\ \ startups aligned with our mission.\n\nThe word success is widely understood\ \ as the attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and meaning\ \ even though money has nothing to do with these things. Because of\ \ this twisted equation, young adults often make career decisions that\ \ solely maximize earning potential. And Ironically, if they manage\ \ to achieve society\u2019s definition of success, It often leaves many\ \ with a sense of meaninglessness.\n\nIf you want to live a meaningful\ \ life chase the word meaning as opposed to the word success - this\ \ simple shift in mindset will lead to a more authentic set of questions\ \ about the direction you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology (Internet\ \ of Things) software and hardware development company. Our mission\ \ is to flawlessly develop and deliver impeccable software, hardware\ \ and system design for the high-end consumer market nationally and\ \ internationally. \n\n\u2022 Performed a short term change management\ \ engagement to lead a 12 member cross functional team through a major\ \ strategy and vision transition\n\u2022 Developed an international\ \ supply chain that increased profit margin by 30% on core products\n\ \u2022 Conceptualized, implemented, and rolled out a CRM that led to\ \ a 15% higher month over month close rate; trained sales team on newly\ \ created key performance indicators to maximize growth\n\u2022 Developed,\ \ implemented and oversaw a training process that scaled to 180+ national\ \ subcontractors\n\u2022 Translated user stories into detailed product\ \ requirements documents that the software development team used to\ \ build new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software and\ \ hardware development company specializing in the mid to high-end condominium\ \ market in the United States and South America. \nEOS Controls supports\ \ the advancement of affordable and easy to user smart home technology\ \ through a network of non-traditional sales channels of architects,\ \ designers, and contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022 Led a\ \ 5 member product team of engineers; conducted daily stand-ups and\ \ weekly design review meetings\n\u2022 Managed and prioritized product\ \ backlog for development Sprints as well as tested products before\ \ release\n\u2022 Effectively placed products through non-traditional\ \ distribution channels by identifying and developing relationships\ \ with over 100 national and international builders, architects, and\ \ designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment to develop\ \ a home theater and home automation sales and installation business\ \ that grew to multi-million dollar sales (sold the company in 2011)\n\ \u2022 Developed mission-centric training, responsibility, and accountability\ \ framework \n\u2022 10 Direct Reports\n\u2022 Responsible for resource\ \ planning, scheduling, and project management \n\u2022 Filled the\ \ role of HR and developed a team building program for 10 direct reports,\ \ that included formal training, personal and professional peer support,\ \ mentoring and professional development; resulting in 20% higher retention\ \ rate and improved trust and communication\n\u2022 Deployed an ERP\ \ Solution in 2007 that unified 5 departments and provided a central\ \ reporting and accountability framework for a 23% employees productivity\ \ gain\n\u2022 Handled acquisition of 2nd largest competitor Cobalt\ \ Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 org_name: Microsoft title: Software Developer description: null accomplishment_publications: - name: Nobel Peace Prize publisher: Acme Corp published_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " url: https://example.com accomplishment_honors_awards: - title: Nobel Peace Prize issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " accomplishment_patents: - title: The art of war issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " application_number: '123' patent_number: '123' url: null accomplishment_courses: - name: The course about ABCs number: '123' accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: - name: CS1101S score: A date_on: day: 1 month: 1 year: 2010 description: Nailed it without studying. volunteer_work: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 title: Surveyor cause: To help the world company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft description: null logo_url: null certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: - link: https://www.linkedin.com/in/johndoe name: John Doe summary: Software Engineer at Google location: Singapore recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \n \ \ John Marty is a genius at his craft. He is skilled in the art of\ \ making people feel empowered to seek out roles that they are qualified\ \ for, ask for salaries that they deserve, and creates a kind of pay it\ \ forward lifestyle. John helps you to get to places that you only thought\ \ were possible for other people. Anyone that is fortunate enough to learn\ \ from John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \n\ \ \n \n \n \n\n \n John\ \ is so focused on helping guide you through an interview process not\ \ just for Amazon but on interviewing in general. I've generally done\ \ well at interviewing, my skills are top notch now. John is so focused\ \ on on his clients and really goes above and beyond. John is genuine,\ \ knowledgeable, well spoken and non-judgemental. He is so encouraging,\ \ so positive and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that has a large\ \ 13K sq ft lot with two homes on it. After 5 minutes of being on-site\ \ I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC , Owner Marty\u2019\ s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: - title: Manufacturing opportunity link: https://www.linkedin.com/pulse/manufacturing-opportunity-bill-gates/ published_date: day: 27 month: 11 year: 2019 author: Bill Gates image_url: https://media-exp1.licdn.com/dms/image/C4E12AQFftuPi0UiqWA/article-cover_image-shrink_720_1280/0/1574801149114?e=1640822400&v=beta&t=ZAe3ERmQCM8QHGmRPS2LJ-C76GD5PR7FBHMVL4Z6iVg groups: - profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D07AQG9IK9V0pk3mQ/group-logo_image-shrink_92x92/0/1631371531293?e=1642060800&v=beta&t=UK1tfIppWa-Nx7k9whmm5f9XdZoBdJhApf9N3ke3204 name: Hadoop Users url: https://www.linkedin.com/groups/988957 inferred_salary: min: 35000 max: 45000 gender: male birth_date: day: 1 month: 1 year: 1990 industry: government administration extra: github_profile_id: github-username facebook_profile_id: facebook-username twitter_profile_id: twitter-username interests: - education - health - human rights personal_emails: - abc@gmail.com - bcd@gmail.com - cde@@outlook.com personal_numbers: - '+6512345678' - '+6285123450953' - '+6502300340' PDLPhoneNumberResult: type: object properties: numbers: type: array items: type: string description: A list of contact numbers example: numbers: - '+1123123123' PDLEmailResult: type: object properties: emails: type: array items: type: string description: A list of personal emails invalid_emails: type: array items: type: string description: A list of invalid personal emails example: emails: - random@gmail.com - random2@yahoo.com invalid_emails: - random3@gmail.com LinkedinSchool: type: object properties: linkedin_internal_id: type: string nullable: true description: "\n LinkedIn's Internal and immutable ID of this Company\ \ profile.\n " description: type: string nullable: true website: type: string nullable: true industry: type: string nullable: true description: The `industry` attribute, found in a LinkedIn Company profile, describes the industry in which the company operates. The value of this attribute is an enumerator. [This CSV file provides an exhaustive list of possible values for this attribute] (https://drive.google.com/file/d/12yvYLuru7CRv3wKOIkHs5Ldocz31gJSS/ view?usp=share_link). company_size: type: array items: oneOf: - type: integer nullable: true - type: integer nullable: true minItems: 2 maxItems: 2 description: Sequenceed range of company head count company_size_on_linkedin: type: integer nullable: true hq: $ref: '#/components/schemas/CompanyLocation' nullable: true company_type: $ref: '#/components/schemas/CompanyType' nullable: true description: "Possible values:\n\n `EDUCATIONAL`: Educational Institution\n\ \n `GOVERNMENT_AGENCY`: Government Agency\n\n `NON_PROFIT`\ \ : Nonprofit\n\n `PARTNERSHIP` : Partnership\n\n `PRIVATELY_HELD`:\ \ Privately Held\n\n `PUBLIC_COMPANY`: Public Company\n\n \ \ `SELF_EMPLOYED`: Self-Employed\n\n `SELF_OWNED`: Sole Proprietorship" founded_year: type: integer nullable: true specialities: type: array items: type: string description: "\n A list of specialities.\n " locations: type: array items: $ref: '#/components/schemas/CompanyLocation' name: type: string nullable: true tagline: type: string nullable: true universal_name_id: type: string nullable: true profile_pic_url: type: string nullable: true background_cover_image_url: type: string nullable: true search_id: type: string nullable: true description: "\n Useable with [Job listing endpoint](#jobs-api-jobs-listing-endpoint)\n\ \ " similar_companies: type: array items: $ref: '#/components/schemas/SimilarCompany' affiliated_companies: type: array items: $ref: '#/components/schemas/AffiliatedCompany' updates: type: array items: $ref: '#/components/schemas/CompanyUpdate' follower_count: type: integer nullable: true social_networking_services: type: array items: $ref: '#/components/schemas/CompanySocialNetworkingService' example: linkedin_internal_id: '5524' description: "At NUS, we are shaping the future through our people and our\ \ pursuit of new frontiers in knowledge. In a single century, we have become\ \ a university of global influence and an Asian thought leader. Our location\ \ at the crossroads of Asia informs our mission and gives us a tremendous\ \ vantage point to help create opportunities and address the pressing issues\ \ facing Singapore, Asia and the world.\r\rAt NUS, we believe in education,\ \ research and service that change lives." website: http://nus.edu.sg industry: Higher Education company_size: - 5001 - 10000 company_size_on_linkedin: 16084 hq: country: SG city: Singapore postal_code: '119077' line_1: 21 Lower Kent Ridge Road, Singapore is_hq: true state: null company_type: EDUCATIONAL_INSTITUTION founded_year: 1905 specialities: - education - research - broad-based curriculum - cross-faculty enrichment locations: - country: SG city: Singapore postal_code: '119077' line_1: 21 Lower Kent Ridge Road, Singapore is_hq: true state: null name: National University of Singapore tagline: Think Different - But Not Too Different universal_name_id: national-university-of-singapore profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a66e032f168972bef4ea3821705194ea1c144415a1655bdb328f961ed30e2a24 background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=551f456b6156e4610bc3e7be43e2f9b0e4b071db5f41f56cc0e408fc1b5a1140 search_id: '5524' similar_companies: - name: NUS Business School link: https://www.linkedin.com/school/nus-business-school/ industry: Higher Education location: null - name: NUS Faculty of Arts and Social Sciences link: https://www.linkedin.com/school/nusfass/ industry: Higher Education location: null - name: Solar Energy Research Institute of Singapore link: https://www.linkedin.com/company/solar-energy-research-institute-of-singapore-seris industry: Research location: null - name: Duke-NUS Medical School link: https://www.linkedin.com/school/duke-nus/ industry: Higher Education location: null - name: NUS-ISS link: https://www.linkedin.com/company/iss_nus industry: Professional Training & Coaching location: null - name: NUS Department of Food Science and Technology link: https://www.linkedin.com/company/nusfst industry: Higher Education location: null - name: NUS Centre for Future-ready Graduates link: https://www.linkedin.com/company/centre-for-future-ready-graduates industry: Education Management location: null affiliated_companies: - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Internet location: Sunnyvale, California updates: - article_link: https://lnkd.in/gr7cb5by image: https://media-exp1.licdn.com/dms/image/C5622AQEGh8idEAm14Q/feedshare-shrink_800/0/1633089889886?e=1637798400&v=beta&t=LtGtAUSJNrPYdHpVhTBLhGTWYqrHtFJ86PKSmTpou7c posted_on: day: 30 month: 9 year: 2021 text: Introducing Personal Email Lookup API https://lnkd.in/gr7cb5by total_likes: 3 follower_count: 539321 JobLocation: type: object properties: country: type: string nullable: true description: "\n Full country name.\n " region: type: string nullable: true description: "\n Region.\n " city: type: string nullable: true description: "\n The city for the job.\n " postal_code: type: string nullable: true description: "\n Postal code of the business location for the job.\n\ \ " latitude: type: number nullable: true description: "\n Latitude coordinates of the business location for\ \ the job.\n " longitude: type: number nullable: true description: "\n Longitude coordinates of the business location for\ \ the job.\n " street: type: string nullable: true description: "\n Street address of the business location for the\ \ job.\n " example: &id036 country: United States region: Hawaii city: null postal_code: null latitude: null longitude: null street: null JobCompany: type: object properties: name: type: string nullable: true description: "\n The name of the company.\n " url: type: string nullable: true description: "\n The LinkedIn Company Profile URL of the job posting\ \ company.\n " logo: type: string nullable: true description: "\n The URL to the logo of this company.\n " example: &id037 name: Microsoft url: https://www.linkedin.com/company/microsoft logo: https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=2147483647&v=beta&t=rffql7GLHsSqWXKbdP2LJMMv7CMTqu7-Ms9d9tophKI JobProfile: type: object properties: linkedin_internal_id: type: string nullable: true description: "\n The internal ID representation of this job that\ \ LinkedIn has for this job.\n " job_description: type: string nullable: true description: "\n Description of the posted job.\n " apply_url: type: string nullable: true description: "\n The URL to apply for this job.\n " title: type: string nullable: true description: "\n Title of the posted job.\n " location: $ref: '#/components/schemas/JobLocation' company: $ref: '#/components/schemas/JobCompany' seniority_level: type: string nullable: true description: "\n The seniority level for this role.\n " industry: type: array items: type: string description: "\n A list of industries that the company which posted\ \ this job lies in.\n " employment_type: type: string nullable: true description: "\n Type of employment.\n " job_functions: type: array items: type: string description: "\n A list of job functions that this role is expected\ \ to cover.\n " total_applicants: type: integer nullable: true description: "\n Total applicants for this job so far.\n " example: linkedin_internal_id: content-strategist-at-microsoft-3257696537 job_description: "The Global Demand Center (GDC) within the Cloud Marketing\ \ group is leading the marketing transformation of Microsoft\u2019s largest\ \ and fastest growing commercial businesses. Our always-on integrated marketing\ \ programs work to nurture and acquire new customers across segments, targeting\ \ business and technical audiences across our commercial cloud portfolio,\ \ with programs available in 42 markets and 30 languages. The GDC team is\ \ modernizing and integrating these channels through advanced analytics,\ \ marketing automation, and digital marketing. We are on a mission to drive\ \ market share, consumption, and consistent double-digit+ revenue growth.\ \ Content is the fuel that drives the digitally connected customer journeys\ \ at the core of the GDC engine, and we\u2019re looking for a skilled, self-motivated,\ \ data-driven content strategist to build the content that motivates customers\ \ to take action. The Content Strategist will develop and execute content\ \ strategies for the ever-critical security space. You will be accountable\ \ for understanding the business priorities, getting close to our target\ \ audiences, defining the content journeys that attract, nurture, inspire,\ \ and retain customers, and manage quality execution and delivery of the\ \ content. You will work closely with your counterparts, the integrated\ \ marketing strategists, to drive business outcomes. Your network will include\ \ product marketers, integrated marketers, relationship marketers, sales,\ \ engineering, and agency partners to develop and execute on your plan.\ \ Our team: The Lifecycle Programs team is a fast-paced digital marketing\ \ organization. We put a focus on getting things done, simplifying anything\ \ and everything, and having fun while doing it. We all believe in connecting\ \ with customers at scale, supporting them at each stage of the customer\ \ journey, from early awareness and consideration, through onboarding and\ \ post purchase engagement. You will be in the middle of it all helping\ \ to identify the right content that delivers what customers want\u2014\ where they want it, when they want it, and how they want it. \n \n**_Responsibilities\ \ \n_**\n * Define content journeys for Security and IT professionals\ \ across industries.\n * Build the resulting content strategies designed\ \ to accelerate the customer through the lifecycle.\n * Create a content\ \ plan to address the insights in the customer journey and strategy, ensuring\ \ the content is aligned to what the customer needs at each stage.\n *\ \ Deliver the content through our internal Studio or with select agency\ \ partners.\n * Be a customer advocate. Relentlessly champion the customer\ \ and the experiences they have with the content you create\u2014how they\ \ find it, how they consume it, how they use it to make decisions.\n *\ \ Leverage data and market insights for decision making including content\ \ optimization and new concept development. \n\n\n**_Qualifications \n\ \ \n_** **Required/Minimum Qualifications \n**\n * Bachelor's Degree\ \ in Business, Marketing, Communications, Economics, Public Relations, or\ \ related field AND 1+ year(s) integrated marketing (e.g., digital, relationship,\ \ social media, campaign), event management, marketing strategy, business\ \ planning, marketing operations, or related work experience\n * OR equivalent\ \ experience. \n\n\n**_Additional Or Preferred Qualifications \n_**\n\ \ * Bachelor's Degree in Business, Marketing, Communications, Economics,\ \ Public Relations, or related field AND 3+ years integrated marketing (e.g.,\ \ digital, relationship, social media, campaign), event management, marketing\ \ strategy, business planning, marketing operations, or related work experience\n\ \ * OR equivalent experience.\n * Strong customer centric mindset and\ \ demonstrated ability to put the customer first.\n * Clear and persuasive\ \ communication skills, both written and verbal.\n * Experience with program\ \ performance tracking and communications.\n * Recognized as a self-starter\ \ with a bias for action.\n * Creative problem-solving skills, and a growth\ \ mindset approach\n * Experience managing across highly matrixed organizations,\ \ often with competing priorities.\n * A demonstrated track record of business\ \ impact through content\n * Well-versed in digital marketing best practices,\ \ including journey mapping.\n * Understanding of content disciplines,\ \ including SEO, content strategy, and execution.\n * Preferred, but not\ \ required: experience with commercial technology sales process \n\n\n\ Narrative \n \nIntegrated Marketing IC3 - The typical base pay range\ \ for this role across the U.S. is USD $80,900 - $162,200 per year. There\ \ is a different range applicable to specific work locations, within the\ \ San Francisco Bay area and New York City metropolitan area, and the base\ \ pay range for this role in those locations is USD $105,300 - $176,900\ \ per year. \n \nMicrosoft has different base pay ranges for different\ \ work locations within the United States, which allows us to pay employees\ \ competitively and consistently in different geographic markets (see below).\ \ The range above reflects the potential base pay across the U.S. for this\ \ role (except as noted below); the applicable base pay range will depend\ \ on what ultimately is determined to be the candidate\u2019s primary work\ \ location. Individual base pay depends on various factors, in addition\ \ to primary work location, such as complexity and responsibility of role,\ \ job duties/requirements, and relevant experience and skills. Base pay\ \ ranges are reviewed and typically updated each year. Offers are made within\ \ the base pay range applicable at the time. \n \nAt Microsoft certain\ \ roles are eligible for additional rewards, including merit increases,\ \ annual bonus and stock. These awards are allocated based on individual\ \ performance. In addition, certain roles also have the opportunity to earn\ \ sales incentives based on revenue or utilization, depending on the terms\ \ of the plan and the employee\u2019s role. Benefits/perks listed here may\ \ vary depending on the nature of employment with Microsoft and the country\ \ work location. U.S.-based employees have access to healthcare benefits,\ \ a 401(k) plan and company match, short-term and long-term disability coverage,\ \ basic life insurance, wellbeing benefits, paid vacation time, paid sick\ \ and mental health time, and several paid holidays, among others. \n\ \ \nOur commitment to pay equity \n \nWe are committed to the principle\ \ of pay equity \u2013 paying employees equitably for substantially similar\ \ work. To learn more about pay equity and our other commitments to increase\ \ representation and strengthen our culture of inclusion, check out our\ \ annual Diversity & Inclusion Report. ( https://www.microsoft.com/en-us/diversity/inside-microsoft/annual-report\ \ ) \n \nUnderstanding roles at Microsoft \n \nThe top of this page\ \ displays the role for which the base pay ranges apply \u2013 Integrated\ \ Marketing IC3. The way we define roles includes two things: discipline\ \ (the type of work) and career stage (scope and complexity). The career\ \ stage has two parts \u2013 the first identifies whether the role is a\ \ manager (M), an individual contributor (IC), an admin-technician-retail\ \ (ATR) job, or an intern. The second part identifies the relative seniority\ \ of the role \u2013 a higher number (or later letter alphabetically in\ \ the case of ATR) indicates greater scope and complexity. \n \nMicrosoft\ \ is an equal opportunity employer. All qualified applicants will receive\ \ consideration for employment without regard to age, ancestry, color, family\ \ or medical care leave, gender identity or expression, genetic information,\ \ marital status, medical condition, national origin, physical or mental\ \ disability, political affiliation, protected veteran status, race, religion,\ \ sex (including pregnancy), sexual orientation, or any other characteristic\ \ protected by applicable laws, regulations and ordinances. We also consider\ \ qualified applicants regardless of criminal histories, consistent with\ \ legal requirements. If you need assistance and/or a reasonable accommodation\ \ due to a disability during the application or the recruiting process,\ \ please send a request via the Accommodation request form. \n \nThe\ \ salary for this role in the state of Colorado is between $108,200 and\ \ $162,200. \n \nAt Microsoft, certain roles are eligible for additional\ \ rewards, including annual bonus and stock. These awards are allocated\ \ based on individual performance. In addition, certain roles also have\ \ the opportunity to earn sales incentives based on revenue or utilization,\ \ depending on the terms of the plan and the employee\u2019s role. Benefits/perks\ \ listed below may vary depending on the nature of your employment with\ \ Microsoft and the country where you work. \n" apply_url: https://sg.linkedin.com/jobs/view/externalApply/3257696537?url=https%3A%2F%2Fcareers%2Emicrosoft%2Ecom%2Fus%2Fen%2Fjob%2F1451110%2FContent-Strategist%3Fjobsource%3Dlinkedin%26utm_source%3Dlinkedin%26utm_medium%3Dlinkedin%26utm_campaign%3Dlinkedin-feed&urlHash=I9BQ&trk=public_jobs_apply-link-offsite title: Content Strategist location: *id036 company: *id037 seniority_level: Mid-Senior level industry: - IT Services and IT Consulting, Computer Hardware Manufacturing, and Software Development employment_type: Full-time job_functions: - Marketing total_applicants: 200 CSearchResult: type: object properties: linkedin_profile_url: type: string description: "\n The LinkedIn Profile URL of the company\n \ \ " profile: $ref: '#/components/schemas/LinkedinCompany' nullable: true description: "\n If `enrich_profiles=enrich` is specified, the company's\ \ entire profile\n is returned. Otherwise this field will return\ \ `null`.\n " example: &id038 linkedin_profile_url: https://www.linkedin.com/company/apple/ profile: linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Software Development company_size: - 10001 - null company_size_on_linkedin: 319856 hq: country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: null state: NY - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: null state: North Holland - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: null state: SP - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: null state: 'ON' - country: IE city: Dublin postal_code: null line_1: Barrow Street is_hq: null state: County Dublin - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: null state: Karnataka - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: null state: CO - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: null state: WA - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: null state: NSW - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: null state: CA - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: null state: IL - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: null state: Maharashtra - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: null state: National Capital Region - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: null state: Singapore - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: null state: TS - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: null state: VIC - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: null state: CA - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: null state: DC - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: null state: HR - country: CO city: Bogota postal_code: '110221' line_1: Carrera 11A 94-45 is_hq: null state: Bogota, D.C. - country: HK city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: null state: Hong Kong - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: null state: VA - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: null state: 'ON' - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: null state: CA - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: null state: MA - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: null state: Lomb. - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: null state: England - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: null state: TX - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: null state: CA - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: null state: MI - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: null state: Santiago Metropolitan - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: null state: GA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: null state: MA - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: null state: Karnataka - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: null state: WA - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: null state: BY - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: null state: CDMX - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: null state: Buenos Aires Autonomous City - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: null state: IdF - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: null state: Tel Aviv - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: null state: BE - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: null state: HH - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: null state: TX - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: null state: ZH - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: null state: Stockholm County name: Google tagline: Think Different - But Not Too Different universal_name_id: google profile_pic_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca background_cover_image_url: https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050 search_id: '1441' similar_companies: - name: Amazon link: https://www.linkedin.com/company/amazon industry: Software Development location: Seattle, WA - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Software Development location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Software Development location: Sunnyvale, CA - name: Deloitte link: https://www.linkedin.com/company/deloitte industry: Business Consulting and Services location: null - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Unilever link: https://uk.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London affiliated_companies: - name: YouTube link: https://www.linkedin.com/company/youtube industry: Software Development location: San Bruno, CA - name: Google Cloud link: https://www.linkedin.com/showcase/google-cloud industry: Software Development location: Mountain View, California - name: Think with Google link: https://www.linkedin.com/showcase/think-with-google industry: Advertising Services location: Mountain View, California - name: Google Ads link: https://www.linkedin.com/showcase/google-ads- industry: Advertising Services location: Mountain View, California - name: Google Developers link: https://www.linkedin.com/showcase/googledevelopers industry: Software Development location: Mountain View, CA - name: Google Analytics link: https://www.linkedin.com/showcase/google-analytics industry: Software Development location: Mountain View, California - name: Google Workspace link: https://www.linkedin.com/showcase/googleworkspace industry: IT Services and IT Consulting location: Mountain View, California - name: Google Marketing Platform link: https://www.linkedin.com/showcase/googlemarketingplatform industry: Advertising Services location: Mountain View, California - name: Google Developer Groups (GDG) link: https://www.linkedin.com/showcase/google-developer-groups industry: Software Development location: Mountain View, CA - name: Google Ad Manager link: https://www.linkedin.com/showcase/google-ad-manager industry: Advertising Services location: Mountain View, California - name: Grow with Google link: https://www.linkedin.com/showcase/grow-with-google industry: E-Learning Providers location: Mountain View, California - name: Google for Startups link: https://www.linkedin.com/showcase/google-for-startups industry: Software Development location: San Francisco, California - name: X, the moonshot factory link: https://www.linkedin.com/company/x industry: Research Services location: Mountain View, CA - name: Google Small Business link: https://www.linkedin.com/showcase/google-small-business industry: Technology, Information and Internet location: Mountain View, California - name: Google Cloud Partners link: https://www.linkedin.com/showcase/google-cloud-partners industry: Technology, Information and Internet location: Mountain View, California - name: re:Work with Google link: https://www.linkedin.com/showcase/rework-with-google industry: Human Resources Services location: null - name: Google Partners link: https://www.linkedin.com/showcase/google-partners industry: Advertising Services location: null - name: Chrome Enterprise link: https://www.linkedin.com/showcase/chrome-enterprise industry: IT Services and IT Consulting location: null - name: Android Developers link: https://www.linkedin.com/showcase/androiddev industry: Software Development location: Mountain View, California - name: Google Play business community link: https://www.linkedin.com/showcase/googleplaybiz industry: IT Services and IT Consulting location: Mountain View, CA - name: Google News Initiative link: https://www.linkedin.com/showcase/google-news-initiative industry: Online Audio and Video Media location: Mountain View, CA - name: Google AdMob link: https://www.linkedin.com/showcase/googleadmob industry: Advertising Services location: null - name: Google Health link: https://www.linkedin.com/showcase/google-health industry: Software Development location: null - name: Google Pay link: https://www.linkedin.com/showcase/google-pay industry: Technology, Information and Internet location: Mountain View, California - name: Google User Experience Research link: https://www.linkedin.com/showcase/google-user-research. industry: Software Development location: null - name: CapitalG link: https://ca.linkedin.com/company/capitalg industry: Venture Capital and Private Equity Principals location: San Francisco, CA - name: Android link: https://www.linkedin.com/showcase/android_by_google industry: Software Development location: null - name: Android Enterprise link: https://www.linkedin.com/showcase/androidenterprise industry: IT Services and IT Consulting location: Mountain View, CA - name: Grow with Google Africa link: https://ng.linkedin.com/showcase/gwgafrica industry: Software Development location: Lagos, Lagos - name: Flutter Dev link: https://www.linkedin.com/showcase/flutterdevofficial industry: Software Development location: Mountain View, California - name: Firebase link: https://www.linkedin.com/showcase/firebase industry: Software Development location: Mountain View, CA - name: Adometry (acquired by Google) link: https://www.linkedin.com/company/adometry industry: Advertising Services location: Mountain View, CA - name: Google Nest Pro & Enterprise Partners link: https://www.linkedin.com/showcase/google-nest industry: Software Development location: Mountain View, California - name: TensorFlow link: https://www.linkedin.com/showcase/tensorflowdev industry: Software Development location: null - name: Google Developers North America link: https://www.linkedin.com/showcase/google-developers-north-america industry: Software Development location: Mountain View, CA - name: Google Chrome link: https://www.linkedin.com/showcase/google-chrome industry: Technology, Information and Internet location: Mountain View, CA - name: Rare with Google link: https://www.linkedin.com/showcase/rare-with-google industry: Advertising Services location: null - name: Flutter link: https://www.linkedin.com/showcase/flutterdev-hold industry: null location: null - name: Firebase link: https://www.linkedin.com/showcase/firebase-hold industry: null location: null updates: - article_link: null image: https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE posted_on: day: 13 month: 9 year: 2022 text: "Want to kick start your #LifeAtGoogle but not sure where to begin?\ \ Explore our Build Your Future site, where you can learn about developmental\ \ programs, learn tips for future interviews, sign up for informational\ \ events, and even hear real stories from Googlers who\u2019ve been\ \ where you are now. Get started \u2192 https://bit.ly/3SKPzQB" total_likes: 4267 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: null text: "Ariana, welcome to Google. Here\u2019s to a year full of growth,\ \ learning, and experiences at #LifeAtGoogle! \U0001F389" total_likes: 397 - article_link: null image: https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg posted_on: day: 6 month: 1 year: 2023 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 10 month: 1 year: 2023 text: "With a new year comes new beginnings. Welcome to Google, Mega,\ \ we\u2019re glad you and your #Mewgler are here! #LifeAtGoogle" total_likes: 1252 - article_link: null image: https://media.licdn.com/dms/image/C5622AQHlEhyso9-BAA/feedshare-shrink_800/0/1672235570251?e=1676505600&v=beta&t=PaHpVodYauVt_Th4eZRJAz_S5LuD_e6MJJZkqEiENBQ posted_on: day: 30 month: 12 year: 2022 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5605AQHir6yRaHkgHg/feedshare-thumbnail_720_1280/0/1672258205329?e=2147483647&v=beta&t=ZILK1L9klkFzLD0SKezztfPT5rSbdscMWVcTMgoUeWY posted_on: day: 30 month: 12 year: 2022 text: "Turn on job alerts and explore all that the Google careers site\ \ has to offer \u2192 https://goo.gle/3HCR9kn #LifeAtGoogle" total_likes: 2186 - article_link: https://blog.google/inside-google/life-at-google/jennys-path-to-become-a-director-of-customer-engineering/ image: null posted_on: day: 23 month: 12 year: 2022 text: '"Leaders at Google ask themselves, ''How can we get Googlers from where they are today to where they aspire to be?''" In the last #MyPathtoGoogle of the year, meet our Director of Customer Engineering based in Hong Kong, Jenny Sun. Jenny shares her path to a leadership role after starting in tech as a software engineer and how her desire to learn has helped her customers, teams, and personal career grow.' total_likes: 2038 - article_link: https://fairygodboss.com/articles/im-a-team-lead-at-google-heres-how-ergs-and-mentorship-advanced-my-career image: null posted_on: day: 23 month: 12 year: 2022 text: "Meet Nancy Hwang, a Product Activation and Customer Experience\ \ team lead here at Google. Earlier this month, Nancy sat down with\ \ Fairygodboss to reflect on how mentorship and her involvement in an\ \ employee resource group have positively impacted her career journey\ \ at Google. \n\nRead about Nancy\u2019s story and her advice on how\ \ to advance your career \u2B07\uFE0F" total_likes: 1490 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 23 month: 12 year: 2022 text: "365 days full of learnings, and more to come! We\u2019re glad you\u2019\ re part of #LifeAtGoogle, Eunice." total_likes: 18817 - article_link: null image: https://media.licdn.com/dms/image/C4E22AQG2ZKINx_jsZw/feedshare-shrink_2048_1536/0/1670381081829?e=1676505600&v=beta&t=ywsC6hkhcztq3V61xVvf5go2D_rSr53Waoq3sdlczqY posted_on: day: 13 month: 12 year: 2022 text: null total_likes: null - article_link: null image: null posted_on: day: 23 month: 12 year: 2022 text: "2022 is almost over, which means it\u2019s time to reflect! Googlers,\ \ you shared lots of projects with the world this year. Which was your\ \ favorite to work on? Which coworkers made your #LifeAtGoogle brighter\ \ every day? Tag them in the comments with a shoutout!" total_likes: 1234 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 16 month: 12 year: 2022 text: 'A bit of insight on the Noogler hat tradition from the team that keeps the tradition going! #LifeAtGoogle' total_likes: 3078 - article_link: null image: https://media.licdn.com/dms/image/C5622AQFLUJbMj4V7Vw/feedshare-shrink_800/0/1670208017850?e=1676505600&v=beta&t=qFxz6eV4tBGTznrHcq_qJw31_TePt6JrrjOXXwMF6Iw posted_on: day: 13 month: 12 year: 2022 text: null total_likes: null - article_link: null image: https://media.licdn.com/dms/image/C5622AQHGS9rpL1dwCA/feedshare-shrink_2048_1536/0/1671117185457?e=1676505600&v=beta&t=7oFrPTZU5gB0uS1mzaVqt13ftFApKTeQah7Ace4iL7U posted_on: day: 16 month: 12 year: 2022 text: "Chris Kiagiri, Technical Account manager, joined Google 15 years\ \ ago, as Kenya\u2019s employee number 2. \n\nLast month at our Google\ \ Sandbox Nairobi event, he shared with our participants his career\ \ journey and Google\u2019s 15-years of Engineering in Africa.\n\n\u201C\ I often tell students that Google hadn\u2019t even been founded when\ \ I graduated from high school, so they shouldn't limit their dreams\ \ to the opportunities that currently exist.\u201C \n\nThank you to\ \ our participants, we hope you left with first-hand experience of what\ \ #LifeatGoogle is all about \u2014 and thank you to Chris and all other\ \ Googlers who made this experience possible! \n\nWant to learn more?\ \ Check out our upcoming and on-demand events here > https://goo.gle/3VDHOg8" total_likes: 1821 follower_count: 27472792 acquisitions: acquired: - linkedin_profile_url: https://www.linkedin.com/company/apple crunchbase_profile_url: https://www.crunchbase.com/organization/apple announced_date: day: 1 month: 4 year: 1976 price: 300000000 acquired_by: linkedin_profile_url: https://www.linkedin.com/company/nvidia crunchbase_profile_url: https://www.crunchbase.com/organization/nvidia announced_date: day: 6 month: 3 year: 2020 price: 10000 exit_data: - linkedin_profile_url: https://www.linkedin.com/company/motiondsp crunchbase_profile_url: https://www.crunchbase.com/organization/motiondsp name: MotionDSP extra: ipo_status: Public crunchbase_rank: 13 founding_date: day: 1 month: 1 year: 2000 operating_status: Active company_type: For Profit contact_email: info@nvidia.com phone_number: (140) 848-6200 facebook_id: NVIDIA.IN twitter_id: nvidia number_of_funding_rounds: 3 total_funding_amount: 4000000 stock_symbol: NASDAQ:NVDA ipo_date: day: 1 month: 1 year: 2000 number_of_lead_investors: 3 number_of_investors: 4 total_fund_raised: 1000 number_of_investments: 50 number_of_lead_investments: 3 number_of_exits: 7 number_of_acquisitions: 2 funding_data: - funding_type: Grant money_raised: 25000000 announced_date: day: 1 month: 1 year: 2001 number_of_investor: 1 investor_list: - linkedin_profile_url: https://linkedin.com/company/darpa name: DARPA type: organization categories: - artificial-intelligence - virtual-reality CompanySearchResult: type: object properties: results: type: array items: $ref: '#/components/schemas/CSearchResult' description: "\n A list of SearchResult objects.\n " next_page: type: string nullable: true description: "\n The URL to the next page of search results.\n \ \ " example: results: - *id038 next_page: null OrganizationBase: type: object properties: linkedin_internal_id: type: string nullable: true description: "\n LinkedIn's Internal and immutable ID of this Company\ \ profile.\n " description: type: string nullable: true website: type: string nullable: true industry: type: string nullable: true description: The `industry` attribute, found in a LinkedIn Company profile, describes the industry in which the company operates. The value of this attribute is an enumerator. [This CSV file provides an exhaustive list of possible values for this attribute] (https://drive.google.com/file/d/12yvYLuru7CRv3wKOIkHs5Ldocz31gJSS/ view?usp=share_link). company_size: type: array items: oneOf: - type: integer nullable: true - type: integer nullable: true minItems: 2 maxItems: 2 description: Sequenceed range of company head count company_size_on_linkedin: type: integer nullable: true hq: $ref: '#/components/schemas/CompanyLocation' nullable: true company_type: $ref: '#/components/schemas/CompanyType' nullable: true description: "Possible values:\n\n `EDUCATIONAL`: Educational Institution\n\ \n `GOVERNMENT_AGENCY`: Government Agency\n\n `NON_PROFIT`\ \ : Nonprofit\n\n `PARTNERSHIP` : Partnership\n\n `PRIVATELY_HELD`:\ \ Privately Held\n\n `PUBLIC_COMPANY`: Public Company\n\n \ \ `SELF_EMPLOYED`: Self-Employed\n\n `SELF_OWNED`: Sole Proprietorship" founded_year: type: integer nullable: true specialities: type: array items: type: string description: "\n A list of specialities.\n " locations: type: array items: $ref: '#/components/schemas/CompanyLocation' name: type: string nullable: true tagline: type: string nullable: true universal_name_id: type: string nullable: true profile_pic_url: type: string nullable: true background_cover_image_url: type: string nullable: true search_id: type: string nullable: true description: "\n Useable with [Job listing endpoint](#jobs-api-jobs-listing-endpoint)\n\ \ " similar_companies: type: array items: $ref: '#/components/schemas/SimilarCompany' affiliated_companies: type: array items: $ref: '#/components/schemas/AffiliatedCompany' updates: type: array items: $ref: '#/components/schemas/CompanyUpdate' follower_count: type: integer nullable: true social_networking_services: type: array items: $ref: '#/components/schemas/CompanySocialNetworkingService' example: &id039 linkedin_internal_id: '1441' description: 'A problem isn''t truly solved until it''s solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone. Check out our career opportunities at careers.google.com.' website: https://goo.gle/3m1IN7m industry: Internet Publishing company_size: - 10001 - null company_size_on_linkedin: 278172 hq: country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA company_type: PUBLIC_COMPANY founded_year: null specialities: - search - ads - mobile - android - online video - apps - machine learning - virtual reality - cloud - hardware - artificial intelligence - youtube - software locations: - country: US city: Mountain View postal_code: '94043' line_1: 1600 Amphitheatre Parkway is_hq: true state: CA - country: DE city: Berlin postal_code: '10117' line_1: Unter den Linden 14 is_hq: null state: BE - country: null city: Bogota postal_code: null line_1: Carrera 11A 94-45 is_hq: null state: Carrera 11A 94-45 110221 , D.C. CO - country: AR city: Buenos Aires City postal_code: '1107' line_1: Avenida Alicia Moreau de Justo 350 is_hq: null state: Buenos Aires Autonomous City - country: DE city: Munich postal_code: '80636' line_1: Erika-Mann-Strasse 33 is_hq: null state: BY - country: US city: Irvine postal_code: '92612' line_1: 19510 Jamboree Rd is_hq: null state: CA - country: US city: Los Angeles postal_code: '90291' line_1: 340 Main St is_hq: null state: CA - country: US city: San Bruno postal_code: '94066' line_1: 901 Cherry Ave is_hq: null state: CA - country: US city: San Francisco postal_code: '94105' line_1: 345 Spear St is_hq: null state: CA - country: MX city: Miguel Hidalgo postal_code: '11000' line_1: Montes Urales is_hq: null state: CDMX - country: US city: Boulder postal_code: '80302' line_1: 2590 Pearl St is_hq: null state: CO - country: ES city: Madrid postal_code: '28046' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: ES city: Madrid postal_code: '28020' line_1: Plaza Pablo Ruiz Picasso is_hq: null state: Community of Madrid - country: null city: Dublin postal_code: null line_1: Barrow Street is_hq: null state: Barrow Street County IE - country: US city: Washington postal_code: '20001' line_1: 25 Massachusetts Ave NW is_hq: null state: DC - country: GB city: London postal_code: WC2H 8AG line_1: St Giles High Street is_hq: null state: England - country: US city: Atlanta postal_code: '30309' line_1: 10 10th St NE is_hq: null state: GA - country: DE city: Hamburg postal_code: '20354' line_1: ABC-Strasse 19 is_hq: null state: HH - country: null city: Wan Chai postal_code: null line_1: 2 Matheson St is_hq: null state: 2 Matheson St Hong Kong HK - country: IN city: Gurugram postal_code: '122001' line_1: '15' is_hq: null state: HR - country: FR city: Paris postal_code: '75009' line_1: 8 Rue de Londres is_hq: null state: IdF - country: US city: Chicago postal_code: '60607' line_1: 320 N Morgan St is_hq: null state: IL - country: IN city: Bengaluru postal_code: '560016' line_1: Old Madras Road is_hq: null state: Karnataka - country: IN city: Bengaluru postal_code: '560016' line_1: 3 Swamy Vivekananda Road is_hq: null state: Karnataka - country: IT city: Milan postal_code: '20124' line_1: Via Federico Confalonieri, 4 is_hq: null state: Lomb. - country: US city: Cambridge postal_code: '02142' line_1: 355 Main St is_hq: null state: MA - country: PL city: Warsaw postal_code: 00-125 line_1: ulica Emilii Plater 53 is_hq: null state: MA - country: IN city: Mumbai postal_code: '400051' line_1: 3 Bandra Kurla Complex Road is_hq: null state: Maharashtra - country: US city: Ann Arbor postal_code: '48105' line_1: 2300 Traverwood Dr is_hq: null state: MI - country: PH city: Taguig City postal_code: null line_1: 5th Ave is_hq: null state: National Capital Region - country: NL city: Amsterdam postal_code: 1082 MD line_1: Claude Debussylaan 34 is_hq: null state: North Holland - country: AU city: Sydney postal_code: '2009' line_1: 48 Pirrama Rd is_hq: null state: NSW - country: US city: New York postal_code: '10011' line_1: 111 8th Ave is_hq: null state: NY - country: CA city: Kitchener postal_code: N2H 5G5 line_1: 51 Breithaupt St is_hq: null state: 'ON' - country: CA city: Toronto postal_code: M5H 2G4 line_1: 111 Richmond St W is_hq: null state: 'ON' - country: CL city: Las Condes postal_code: '7550000' line_1: Avenida Costanera Sur is_hq: null state: Santiago Metropolitan - country: SG city: Singapore postal_code: '118484' line_1: 3 Pasir Panjang Rd is_hq: null state: Singapore - country: BR city: Sao Paulo postal_code: 04538-133 line_1: Avenida Brigadeiro Faria Lima, 3477 is_hq: null state: SP - country: SE city: Stockholm postal_code: 111 22 line_1: Kungsbron 2 is_hq: null state: Stockholm County - country: IL city: Tel Aviv-Yafo postal_code: '67891' line_1: Yigal Allon 98 is_hq: null state: Tel Aviv - country: IN city: Hyderabad postal_code: '500084' line_1: '13' is_hq: null state: TS - country: US city: Austin postal_code: '78759' line_1: 9606 N Mopac Expy is_hq: null state: TX - country: US city: Frisco postal_code: '75034' line_1: 6175 Main St is_hq: null state: TX - country: US city: Reston postal_code: '20190' line_1: 1875 Explorer St is_hq: null state: VA - country: AU city: Melbourne postal_code: '3000' line_1: 90 Collins St is_hq: null state: VIC - country: US city: Kirkland postal_code: '98033' line_1: 777 6th St S is_hq: null state: WA - country: US city: Seattle postal_code: '98103' line_1: 601 N 34th St is_hq: null state: WA - country: CH city: Zurich postal_code: '8002' line_1: Brandschenkestrasse 110 is_hq: null state: ZH name: Google tagline: Think Different - But Not Too Different universal_name_id: google profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_200_200/0/1519856215226?e=2147483647&v=beta&t=kJv1gX0_sqLG1g7LKLD5uh_6uEFpWGUTuzpuvVJVdEw background_cover_image_url: https://media-exp1.licdn.com/dms/image/C4E1BAQH5nC0DmQkbdw/company-background_10000/0/1521522820274?e=2147483647&v=beta&t=tTLKsh5fX2xnS-vyapQl9EBvrwv3NNEhl6Ku8WMeR8s search_id: '1441' similar_companies: - name: Amazon link: https://www.linkedin.com/company/amazon industry: Internet Publishing location: Seattle, WA - name: Microsoft link: https://www.linkedin.com/company/microsoft industry: Software Development location: Redmond, Washington - name: Apple link: https://www.linkedin.com/company/apple industry: Computers and Electronics Manufacturing location: Cupertino, California - name: Meta link: https://www.linkedin.com/company/meta industry: Internet Publishing location: Menlo Park, CA - name: Netflix link: https://www.linkedin.com/company/netflix industry: Entertainment Providers location: Los Gatos, CA - name: IBM link: https://www.linkedin.com/company/ibm industry: IT Services and IT Consulting location: Armonk, New York, NY - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Internet Publishing location: Sunnyvale, CA - name: Unilever link: https://www.linkedin.com/company/unilever industry: Manufacturing location: Blackfriars, London - name: Tata Consultancy Services link: https://in.linkedin.com/company/tata-consultancy-services industry: IT Services and IT Consulting location: Mumbai, Maharashtra - name: Tesla link: https://www.linkedin.com/company/tesla-motors industry: Motor Vehicle Manufacturing location: Austin, Texas affiliated_companies: - name: LinkedIn link: https://www.linkedin.com/company/linkedin industry: Internet location: Sunnyvale, California updates: - article_link: https://blog.youtube/inside-youtube/work-diaries-how-designer-youtube-shorts-also-supports-womenyoutube/ image: https://media-exp1.licdn.com/dms/image/sync/C5627AQEYMlZ9yQWN3g/articleshare-shrink_800/0/1649096565303?e=1649235600&v=beta&t=o2TfNCXTIRUbL9DX4Nz-Jq4HCTpkRvP-ljogI5uKrg8 posted_on: day: 4 month: 4 year: 2022 text: "Featured in the latest #YouTube Work Diaries \u2014 spend a week\ \ with Alexandria Won, a UX designer on the YouTube Shorts team, who also\ \ co-leads the Community & Inclusion pillar of the Women@YouTube employee\ \ resource group. https://goo.gle/3NK65O9" total_likes: 596 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5605AQGYnt-vEuvZtw/feedshare-thumbnail_720_1280/0/1649095895695?e=2147483647&v=beta&t=KQPCiYiSjsnHFl_UTijnN2M0b9r2y5A5OEM0F8WuAOQ posted_on: day: 4 month: 4 year: 2022 text: "\U0001F31FUniversity students: LEAD a Google #DeveloperStudentClubs\ \ near you! Applications are now open! Apply today \u2192 http://goo.gle/gdsc-leads\n\ \nThis is your chance to:\n\u2714\uFE0F Gain professional development\n\ \u2714\uFE0F Empower other students\n\u2714\uFE0F Host hands-on workshops\n\ and more!" total_likes: 181 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5622AQHY6FJjt_Bs8A/feedshare-shrink_2048_1536/0/1648661701812?e=2147483647&v=beta&t=-baJeZx5VLknaHdsGO17kmO3cwIB4B5thxvQEUS7nHY posted_on: day: 30 month: 3 year: 2022 text: "Get firsthand interview advice from a Googler who has experienced\ \ every step of the process!\nIanka Bhatia, a Government Inquiries Project\ \ Manager, urges you to be yourself.\n\nExplore more #LifeAtGoogle tips\ \ and tricks now \u2192 https://goo.gle/2PT1uji" total_likes: 3899 - article_link: https://blog.google/around-the-globe/google-asia/10-years-google-indonesia/ image: https://media-exp1.licdn.com/dms/image/sync/C4D27AQFYzT6Sm7zUEw/articleshare-shrink_800/0/1648649394790?e=1649235600&v=beta&t=cVdWaGmRI3klyC0qFgy2bGDdfxC1MCt9VtdYRdo4Kko posted_on: day: 30 month: 3 year: 2022 text: "Happy 10th anniversary to Google Indonesia! In the past 10 years,\ \ our Jakarta office has grown from just four employees to the dozens\ \ of Googlers working on impactful projects in Indonesia today. To mark\ \ the occasion, Managing Director Randy Jusuf shares some of the top moments\ \ from the past decade supporting over 200,000 Indonesian mobile developers,\ \ protecting the ocean with technology and bringing Indonesian landmarks\ \ to the world through Street View \u2192 https://goo.gle/3K427xq\n\n\ Interested in exploring jobs at our Indonesia office? Start here \u2192\ \ https://goo.gle/3J3Gix3" total_likes: 5468 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5605AQFVAlme6jejvQ/feedshare-thumbnail_720_1280/0/1648422520569?e=2147483647&v=beta&t=TdMsArC5x7n21O5vG656FT1doW-h_B-uRlGYvA9ElEA posted_on: day: 29 month: 3 year: 2022 text: "\u201CI love being part of the #IamRemarkable community because of\ \ what it stands for and the incredible life-changing impact that the\ \ workshops provide for participants.\u201D #IamRemarkable facilitator\ \ Karen Zhang spoke to us about challenging perceptions around self-promotion\ \ as well as her work at Google. \n\nLearn more and sign up for a workshop\ \ at \u2192 https://lnkd.in/fMse_Bt" total_likes: 928 - article_link: null image: https://media-exp1.licdn.com/dms/image/C5622AQFZJSQKB95aAw/feedshare-shrink_800/0/1648308649845?e=2147483647&v=beta&t=TIM-8mI5VDg2uWmz5tL2SyKHBl5VYMOkrhFgl6sQjfI posted_on: day: 29 month: 3 year: 2022 text: "#CodeJam, Google's longest running global coding competition, is\ \ back for its 19th year \u27A1\uFE0F https://goo.gle/3bxE4We\n\nSolve\ \ intriguing algorithmic puzzles for a chance to earn the title of Code\ \ Jam Champion and win $15,000 USD at the World Finals. \U0001F3C6" total_likes: 1620 - article_link: null image: null posted_on: day: 22 month: 3 year: 2022 text: "Google employees - What is the single most important thing you\u2019\ ve learned during your time at Google?\n\nWe\u2019ll be sharing your responses\ \ throughout the next few weeks! #LifeAtGoogle" total_likes: 1370 follower_count: 24343989 CompanyReveal: type: object properties: company: $ref: '#/components/schemas/OrganizationBase' nullable: true company_linkedin_profile_url: type: string nullable: true description: LinkedIn Profile URL of the Company returned. role_contact_number: type: array items: type: string nullable: true description: A list of personal contact numbers. role_personal_email: type: array items: type: string nullable: true description: A list of personal email addresses. role_profile: $ref: '#/components/schemas/Person' nullable: true example: company: *id039 company_linkedin_profile_url: https://www.linkedin.com/company/google role_contact_number: - '+16502530000' role_personal_email: - sundar@google.com role_profile: null SearchResult: type: object properties: linkedin_profile_url: type: string description: "\n The LinkedIn Profile URL of the person\n " profile: $ref: '#/components/schemas/Person' nullable: true description: "\n If `enrich_profiles=enrich` is specified, the person's\ \ entire profile\n is returned. Otherwise this field will return\ \ `null`.\n " example: &id040 linkedin_profile_url: https://www.linkedin.com/in/johnrmarty profile: public_identifier: johnrmarty profile_pic_url: https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI background_cover_image_url: https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU first_name: John last_name: Marty full_name: John Marty follower_count: null occupation: Co-Founder at Freedom Fund Real Estate headline: Financial Freedom through Real Estate - LinkedIn Top Voice summary: "Most people go through life lost, disengaged, and unhappy at work\ \ and in their lives - I'm on a mission to solve that.\n\nI spent 10 years\ \ as the founder of Axxis Audio, an electronics company that grew to multi-million\ \ dollar sales, which I sold in 2012. At that time, I funneled my earnings\ \ into the creation of an Internet of Things company, but numerous factors\ \ lead to its demise after 2 hard fought years. \n\nAt 31, I was penny-less,\ \ had a baby on the way, and had zero job prospects (despite applying\ \ to 150 companies). My desperate situation led me to take a job at Best\ \ Buy for $12 an hour while reinventing myself through the completion\ \ of an MBA at the University of Colorado, and a 6-month software development\ \ boot camp. \n\nAfter graduation, I landed at American Express as a Senior\ \ Product Manager and then got poached by Amazon in 2017 (because of my\ \ LinkedIn profile). My journey has led to a deep sense of perspective,\ \ humility, and purpose that I draw on to help others find clarity, meaning,\ \ and happiness in their careers and lives. \n\nCheck out my website for\ \ details on my Mindset Reset Podcast, Public Speaking, Consulting, or\ \ my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\ \nFAQ's\n\nQ: Can you speak at my Company, University, event or podcast?\n\ A: I'd love to! I've shared my message on the future of employment, breaking\ \ into big tech, and my personal story of reinventing myself and discovering\ \ my sense of purpose (and how you can too!).\n\n\u2611\uFE0F YouTube\ \ Channel #1 (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n\ \u2611\uFE0F YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\ \nFUN FACTS:\n\u2611\uFE0F I am an Avid cyclist and runner, and I just\ \ started learning to skateboard a half-pipe.\n\u2611\uFE0F Into the Enneagram?\ \ - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n\u2611\uFE0F Email: JohnRmarty@gmail.com\ \ (don't forget that \"R\"....The other guy gets my emails all the time)" country: US country_full_name: United States of America city: Seattle state: Washington experiences: - starts_at: day: 1 month: 8 year: 2021 ends_at: null company: Freedom Fund Real Estate company_linkedin_profile_url: https://www.linkedin.com/company/freedomfund title: Co-Founder description: 'Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments. Website: https://www.freedomfundinvestments.com/home' location: null logo_url: https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s - starts_at: day: 1 month: 1 year: 2021 ends_at: null company: Mindset Reset Podcast company_linkedin_profile_url: https://www.linkedin.com/company/mindset-reset-podcast title: Founder description: "We dive into the mindsets of the world\u2019s foremost thought\ \ leaders and turn them into actionable insights so that others can\ \ discover greater happiness, success, and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607" location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0 - starts_at: day: 1 month: 1 year: 2020 ends_at: day: 31 month: 12 year: 2020 company: Product School company_linkedin_profile_url: https://www.linkedin.com/company/product-school title: Featured Speaker description: Product School is a global leader in Product Management training with a community of over one million product professionals. As a featured speaker, I help inspire the next generation of Product Managers to create innovative products and apply best practices in their work. location: Seattle, Washington, United States logo_url: https://media.licdn.com/dms/image/C4E0BAQEKULb2pMnazw/company-logo_100_100/0/1657091674586?e=2147483647&v=beta&t=vgcwRvTFf1v-AxyFXfFuEm07g8Nlzsha12E6-aBj6lk - starts_at: day: 1 month: 1 year: 2020 ends_at: null company: Project 1B company_linkedin_profile_url: https://www.linkedin.com/company/project-1b title: Founder description: "The mission of Project 1B is to help 1 Billion people around\ \ the world maximize their sense of meaning so that they can lead more\ \ fulfilling lives. We do this through exposing the truth about success\ \ and happiness through the Mindset Reset Podcast, corporate training,\ \ youth education programs, group coaching, and investments in tech\ \ startups aligned with our mission.\n\nThe word success is widely understood\ \ as the attainment of financial gain, but somewhere along the lines\ \ we began believing that money = happiness, self worth, and meaning\ \ even though money has nothing to do with these things. Because of\ \ this twisted equation, young adults often make career decisions that\ \ solely maximize earning potential. And Ironically, if they manage\ \ to achieve society\u2019s definition of success, It often leaves many\ \ with a sense of meaninglessness.\n\nIf you want to live a meaningful\ \ life chase the word meaning as opposed to the word success - this\ \ simple shift in mindset will lead to a more authentic set of questions\ \ about the direction you should take your life." location: Denver, Colorado, United States logo_url: https://media.licdn.com/dms/image/C560BAQFG_MrwBC_iZg/company-logo_100_100/0/1594610187483?e=2147483647&v=beta&t=7NNWG1ZclbNsUW0k0PuD-v5xTmfpIcthOmHCDyMwWMk - starts_at: day: 1 month: 2 year: 2019 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: YouTube Content Creator - "Tech Careers for Non-Engineers" description: 'Mission: to help others land their dream jobs at a top tech companies that aligns with their passions.' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 1 year: 2017 ends_at: null company: YouTube company_linkedin_profile_url: https://www.linkedin.com/company/youtube title: Youtube Content Creator - "John Marty" description: null location: Seattle, Washington logo_url: https://media.licdn.com/dms/image/C4D0BAQEfoRsyU4yUzg/company-logo_100_100/0/1631053379295?e=2147483647&v=beta&t=CmnUj5LeO5Yi-nA9xLgEYBPU5eZdLrPBG2qXmPhhoe4 - starts_at: day: 1 month: 3 year: 2017 ends_at: day: 31 month: 3 year: 2021 company: Amazon company_linkedin_profile_url: https://www.linkedin.com/company/amazon title: Sr. Manager of Product description: 'I had a mix of roles at Amazon from Sr. PM to Sr. Manager of Product Two years were spent on Marketplace Product Quality and 2 years in New Business Innovation' location: Greater Seattle Area logo_url: https://media.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=2147483647&v=beta&t=PG9v_TmuSDxc9nAjnwxAFTWfFwhri5iJcJ4bcODhtPA - starts_at: day: 1 month: 7 year: 2015 ends_at: day: 31 month: 3 year: 2017 company: American Express company_linkedin_profile_url: https://www.linkedin.com/company/american-express title: Senior Global Product Manager description: null location: Phoenix, Arizona Area logo_url: https://media.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=2147483647&v=beta&t=SHRbiG3uqsCTfE1Gyd77tgJWtHAm4cYp-c6uILKTVNs - starts_at: day: 1 month: 3 year: 2014 ends_at: day: 31 month: 7 year: 2014 company: Mile High Automation, Inc. company_linkedin_profile_url: https://www.linkedin.com/company/mile-high-automation-inc- title: Sr. Product Manager description: "Mile High Automation is a Smart Home Technology (Internet\ \ of Things) software and hardware development company. Our mission\ \ is to flawlessly develop and deliver impeccable software, hardware\ \ and system design for the high-end consumer market nationally and\ \ internationally. \n\n\u2022 Performed a short term change management\ \ engagement to lead a 12 member cross functional team through a major\ \ strategy and vision transition\n\u2022 Developed an international\ \ supply chain that increased profit margin by 30% on core products\n\ \u2022 Conceptualized, implemented, and rolled out a CRM that led to\ \ a 15% higher month over month close rate; trained sales team on newly\ \ created key performance indicators to maximize growth\n\u2022 Developed,\ \ implemented and oversaw a training process that scaled to 180+ national\ \ subcontractors\n\u2022 Translated user stories into detailed product\ \ requirements documents that the software development team used to\ \ build new features and functionality \n\u2022 Developed benchmarks\ \ for customer service, sales, and traffic conversion to maximize profit" location: Denver Colorado logo_url: https://media.licdn.com/dms/image/C4E0BAQHofg3toK4P7A/company-logo_100_100/0/1519903210468?e=2147483647&v=beta&t=vasirOnrmfFkQru9S8JBNtci00COt_s9x2AOexxqd-8 - starts_at: day: 1 month: 2 year: 2012 ends_at: day: 31 month: 5 year: 2014 company: EOS Controls company_linkedin_profile_url: https://www.linkedin.com/company/eos-controls title: Founder/ Chief Operating Officer description: "A Smart Home Technology (Internet of Things) software and\ \ hardware development company specializing in the mid to high-end condominium\ \ market in the United States and South America. \nEOS Controls supports\ \ the advancement of affordable and easy to user smart home technology\ \ through a network of non-traditional sales channels of architects,\ \ designers, and contractors. \n\n\u2022 Coordinated engineering, design,\ \ and marketing strategy for the launch of 6 iOS apps\n\u2022 Led a\ \ 5 member product team of engineers; conducted daily stand-ups and\ \ weekly design review meetings\n\u2022 Managed and prioritized product\ \ backlog for development Sprints as well as tested products before\ \ release\n\u2022 Effectively placed products through non-traditional\ \ distribution channels by identifying and developing relationships\ \ with over 100 national and international builders, architects, and\ \ designers" location: Miami, Florida logo_url: https://media.licdn.com/dms/image/C560BAQFV1hvbuwyU-A/company-logo_100_100/0/1519867781218?e=2147483647&v=beta&t=s5UGQj-N-5VatokXj3YN6IxOPmKpUZeetC5OZH-B-xU - starts_at: day: 1 month: 11 year: 2002 ends_at: day: 31 month: 1 year: 2012 company: Axxis Audio company_linkedin_profile_url: https://www.linkedin.com/company/axxis-audio title: President/Founder description: "Specializing in Smart Home Technology - Home Automation,\ \ Internet of Things\n\n\u2022 Raised $10,000 in investment to develop\ \ a home theater and home automation sales and installation business\ \ that grew to multi-million dollar sales (sold the company in 2011)\n\ \u2022 Developed mission-centric training, responsibility, and accountability\ \ framework \n\u2022 10 Direct Reports\n\u2022 Responsible for resource\ \ planning, scheduling, and project management \n\u2022 Filled the\ \ role of HR and developed a team building program for 10 direct reports,\ \ that included formal training, personal and professional peer support,\ \ mentoring and professional development; resulting in 20% higher retention\ \ rate and improved trust and communication\n\u2022 Deployed an ERP\ \ Solution in 2007 that unified 5 departments and provided a central\ \ reporting and accountability framework for a 23% employees productivity\ \ gain\n\u2022 Handled acquisition of 2nd largest competitor Cobalt\ \ Automation" location: Durango Colorado logo_url: https://media.licdn.com/dms/image/C560BAQHI-DLifzJs9Q/company-logo_100_100/0/1519868629336?e=2147483647&v=beta&t=l1Sk5NQO2Mtpo7HpppRkMhogjVXCwx5yxIxhcwUpNuc education: - starts_at: day: 1 month: 1 year: 2013 ends_at: day: 31 month: 12 year: 2015 field_of_study: Finance + Economics degree_name: Master of Business Administration (MBA) school: University of Colorado Denver school_linkedin_profile_url: https://www.linkedin.com/school/university-of-colorado-denver/ description: null logo_url: https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2015 ends_at: day: 31 month: 12 year: 2015 field_of_study: School of Software Development degree_name: null school: Galvanize Inc school_linkedin_profile_url: https://www.linkedin.com/school/galvanize-it/ description: rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript logo_url: https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1999 ends_at: day: 31 month: 12 year: 2005 field_of_study: Business degree_name: BA school: Fort Lewis College school_linkedin_profile_url: https://www.linkedin.com/school/fort-lewis-college/ description: null logo_url: https://media.licdn.com/dms/image/C4D0BAQGs5hZ3ROf-iw/company-logo_100_100/0/1519856111543?e=2147483647&v=beta&t=62k4mEoRdeQf4C6AF12Z05_t6i1VgNk50jr7RHkEsf8 grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2002 ends_at: day: 31 month: 12 year: 2002 field_of_study: null degree_name: Japanese Language and Literature school: Yamasa Institute Okazaki Japan school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 2000 ends_at: day: 31 month: 12 year: 2000 field_of_study: Spanish Language and Literature degree_name: null school: Inter American University of Puerto Rico school_linkedin_profile_url: https://www.linkedin.com/school/inter-american-university-of-puerto-rico/ description: null logo_url: null grade: null activities_and_societies: null - starts_at: day: 1 month: 1 year: 1996 ends_at: day: 31 month: 12 year: 1999 field_of_study: null degree_name: High School school: Western Reserve Academy school_linkedin_profile_url: null description: null logo_url: null grade: null activities_and_societies: null languages: - English - Spanish - Japanese accomplishment_organisations: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 org_name: Microsoft title: Software Developer description: null accomplishment_publications: - name: Nobel Peace Prize publisher: Acme Corp published_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " url: https://example.com accomplishment_honors_awards: - title: Nobel Peace Prize issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " accomplishment_patents: - title: The art of war issuer: Acme Corp issued_on: day: 1 month: 1 year: 1970 description: "\n Lorem ipsum dolor sit amet, consectetur\ \ adipiscing elit\n " application_number: '123' patent_number: '123' url: null accomplishment_courses: - name: The course about ABCs number: '123' accomplishment_projects: - starts_at: day: 1 month: 3 year: 2015 ends_at: null title: gMessenger description: gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels. url: http://gmessenger.herokuapp.com/ - starts_at: day: 1 month: 1 year: 2015 ends_at: null title: Taskly description: A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML url: https://hidden-coast-7204.herokuapp.com/ - starts_at: day: 1 month: 5 year: 2013 ends_at: null title: Simple Wall Mount description: Injection molded residential and commercial wall mounts for iPads and iPods. This stylish flush wall mounted solution is meant to be used in conjunction with any Home Automation System. url: http://www.simplewallmount.com - starts_at: null ends_at: null title: Overwatch Safety Systems description: Overwatch Safety Systems is developing an advanced warning and information distribution system to assist law enforcement and first responders with active shooter situations in public and private venues. The system utilizes modern sonic detection algorithms to sense and announce the position of active threats to people and property. This technology is also being designed as a hi-tech electronic deterrent for high profile or vulnerable venues. url: null accomplishment_test_scores: - name: CS1101S score: A date_on: day: 1 month: 1 year: 2010 description: Nailed it without studying. volunteer_work: - starts_at: day: 1 month: 1 year: 2012 ends_at: day: 1 month: 8 year: 2016 title: Surveyor cause: To help the world company: Microsoft company_linkedin_profile_url: https://www.linkedin.com/company/microsoft description: null logo_url: null certifications: - starts_at: null ends_at: null name: SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise) license_number: null display_source: null authority: Scaled Agile, Inc. url: null - starts_at: null ends_at: null name: SCRUM Alliance Certified Product Owner license_number: null display_source: null authority: Scrum Alliance url: null - starts_at: null ends_at: null name: Scaled Agile Framework PM/PO license_number: null display_source: null authority: Scaled Agile, Inc. url: null connections: 500 people_also_viewed: - link: https://www.linkedin.com/in/johndoe name: John Doe summary: Software Engineer at Google location: Singapore recommendations: - "Rebecca Canfield\n\n \n \n \n\n\n\n \ \ \n \n \n \n \n\n \n \ \ John Marty is a genius at his craft. He is skilled in the art of\ \ making people feel empowered to seek out roles that they are qualified\ \ for, ask for salaries that they deserve, and creates a kind of pay it\ \ forward lifestyle. John helps you to get to places that you only thought\ \ were possible for other people. Anyone that is fortunate enough to learn\ \ from John should consider themselves extremely lucky. I know I do. " - "Zoe Sanoff\n\n \n \n \n\n\n\n \n\ \ \n \n \n \n\n \n John\ \ is so focused on helping guide you through an interview process not\ \ just for Amazon but on interviewing in general. I've generally done\ \ well at interviewing, my skills are top notch now. John is so focused\ \ on on his clients and really goes above and beyond. John is genuine,\ \ knowledgeable, well spoken and non-judgemental. He is so encouraging,\ \ so positive and really easy to talk to. Thank you John!" activities: - title: "Yesterday I toured a $1.2M property in California that has a large\ \ 13K sq ft lot with two homes on it. After 5 minutes of being on-site\ \ I\u2026" link: https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo activity_status: Shared by John Marty similarly_named_profiles: - name: John Martinez link: https://www.linkedin.com/in/john-martinez-90384a229 summary: "Owner of Fight or Flight Medical Consultants, LLC , Owner Marty\u2019\ s Hardwood Works" location: San Antonio, TX - name: John Marty link: https://www.linkedin.com/in/senatormarty summary: null location: St Paul, MN - name: John Marty link: https://www.linkedin.com/in/johnmarty summary: Lead Software Engineer, Commerce at Disney Parks & Resorts Digital location: Orlando, FL - name: John Marty link: https://www.linkedin.com/in/john-marty-ba56b478 summary: Podiatrist at Ankle and Foot care inc location: Sarver, PA articles: - title: Manufacturing opportunity link: https://www.linkedin.com/pulse/manufacturing-opportunity-bill-gates/ published_date: day: 27 month: 11 year: 2019 author: Bill Gates image_url: https://media-exp1.licdn.com/dms/image/C4E12AQFftuPi0UiqWA/article-cover_image-shrink_720_1280/0/1574801149114?e=1640822400&v=beta&t=ZAe3ERmQCM8QHGmRPS2LJ-C76GD5PR7FBHMVL4Z6iVg groups: - profile_pic_url: https://media-exp1.licdn.com/dms/image/C4D07AQG9IK9V0pk3mQ/group-logo_image-shrink_92x92/0/1631371531293?e=1642060800&v=beta&t=UK1tfIppWa-Nx7k9whmm5f9XdZoBdJhApf9N3ke3204 name: Hadoop Users url: https://www.linkedin.com/groups/988957 PersonSearchResult: type: object properties: results: type: array items: $ref: '#/components/schemas/SearchResult' description: "\n A list of SearchResult objects\n " next_page: type: string nullable: true description: "\n The URL to the next page of search results.\n \ \ " example: results: - *id040 next_page: null DisposableEmail: type: object properties: is_disposable_email: type: integer description: Returns a boolean value of the disposable nature of the given email address is_free_email: type: integer description: Returns a boolean value of the free status of the given email address example: is_disposable_email: null is_free_email: null CreditBalance: type: object properties: credit_balance: type: integer description: Your current credit(s) example: credit_balance: 100000 securitySchemes: BearerAuth: type: http scheme: bearer