LinkedInget/get-company-insights

Get Company Insights [PREMIUM]

Company
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Access premium company analytics including growth trends, hiring patterns, employee distribution by function and seniority, and competitive benchmarking data. This premium endpoint provides institutional-grade company intelligence for investment research, competitive analysis, and strategic planning.

Use cases

Power investment research with institutional-grade company analytics
Build competitive benchmarking dashboards
Analyze workforce composition for talent strategy planning
Track industry trends through aggregate company data

Parameters

NameInTypeRequiredDescription
usernamequerystringrequiredDefault: amazon

Responses

200

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "properties": {
        "company": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "universalName": {
              "type": "string"
            },
            "linkedinUrl": {
              "type": "string"
            },
            "tagline": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "type": {
              "type": "string"
            },
            "phone": {
              "type": "string"
            },
            "Images": {
              "type": "object",
              "properties": {
                "logo": {
                  "type": "string"
                },
                "cover": {
                  "type": "string"
                }
              }
            },
            "isClaimable": {
              "type": "boolean"
            },
            "backgroundCoverImages": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "url": {
                    "type": "string"
                  },
                  "width": {
                    "type": "integer"
                  },
                  "height": {
                    "type": "integer"
                  }
                }
              }
            },
            "logos": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "url": {
                    "type": "string"
                  },
                  "width": {
                    "type": "integer"
                  },
                  "height": {
                    "type": "integer"
                  }
                }
              }
            },
            "staffCount": {
              "type": "integer"
            },
            "headquarter": {
              "type": "object",
              "properties": {
                "geographicArea": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "city": {
                  "type": "string"
                },
                "postalCode": {
                  "type": "string"
                },
                "line1": {
                  "type": "string"
                }
              }
            },
            "locations": {
              "type": "array",
              "items": {
                "type": "object"
              }
            },
            "industries": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "specialities": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "website": {
              "type": "string"
            },
            "founded": {
              "type": "null"
            },
            "callToAction": {
              "type": "object",
              "properties": {
                "callToActionType": {
                  "type": "string"
                },
                "visible": {
                  "type": "boolean"
                },
                "callToActionMessage": {
                  "type": "object",
                  "properties": {
                    "textDirection": {
                      "type": "string"
                    },
                    "text": {
                      "type": "string"
                    }
                  }
                },
                "url": {
                  "type": "string"
                }
              }
            },
            "followerCount": {
              "type": "integer"
            },
            "staffCountRange": {
              "type": "string"
            },
            "crunchbaseUrl": {
              "type": "string"
            },
            "fundingData": {
              "type": "object",
              "properties": {
                "updatedAt": {
                  "type": "string"
                },
                "updatedDate": {
                  "type": "string"
                },
                "numFundingRounds": {
                  "type": "integer"
                },
                "lastFundingRound": {
                  "type": "object",
                  "properties": {
                    "investorsCrunchbaseUrl": {
                      "type": "string"
                    },
                    "leadInvestors": {
                      "type": "null"
                    },
                    "fundingRoundCrunchbaseUrl": {
                      "type": "string"
                    },
                    "fundingType": {
                      "type": "string"
                    },
                    "moneyRaised": {
                      "type": "object",
                      "properties": {
                        "currencyCode": {
                          "type": "string"
                        },
                        "amount": {
                          "type": "string"
                        }
                      }
                    },
                    "numOtherInvestors": {
                      "type": "integer"
                    },
                    "announcedOn": {
                      "type": "object",
                      "properties": {
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        },
                        "year": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "insights": {
          "type": "object",
          "properties": {
            "headcountInsights": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string"
                },
                "totalEmployees": {
                  "type": "integer"
                },
                "growthPeriods": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "monthDifference": {
                        "type": "integer"
                      },
                      "monthDifferenceStr": {
                        "type": "string"
                      },
                      "changePercentage": {
                        "type": "integer"
                      },
                      "changePercentageStr": {
                        "type": "string"
                      }
                    }
                  }
                },
                "headcountGrowth": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "employeeCount": {
                        "type": "integer"
                      },
                      "Date": {
                        "type": "object",
                        "properties": {
                          "day": {
                            "type": "integer"
                          },
                          "month": {
                            "type": "integer"
                          },
                          "year": {
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "functionHeadcountInsights": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string"
                },
                "latestHeadcountByFunction": {
                  "type": "object",
                  "properties": {
                    "headcountByFunction": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "percentage": {
                            "type": "integer"
                          },
                          "urn": {
                            "type": "string"
                          },
                          "employeeCount": {
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "totalCount": {
                      "type": "integer"
                    },
                    "yearMonthOn": {
                      "type": "object",
                      "properties": {
                        "day": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "year": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                },
                "headcountGrowthByFunction": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "urn": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "growthPeriods": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                }
              }
            },
            "hiresInsights": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string"
                },
                "totalHires": {
                  "type": "integer"
                },
                "totalNumberOfSeniorHires": {
                  "type": "integer"
                },
                "hireCounts": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "seniorHires": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "hiredPosition": {
                        "type": "string"
                      },
                      "hiredProfile": {
                        "type": "object",
                        "properties": {
                          "fullName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "username": {
                            "type": "string"
                          }
                        }
                      },
                      "hireYearMonthOn": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            },
            "alumniInsights": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string"
                },
                "totalNumberOfAlumni": {
                  "type": "integer"
                },
                "alumni": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "exitedPosition": {
                        "type": "string"
                      },
                      "exitYearMonthOn": {
                        "type": "object",
                        "properties": {
                          "day": {
                            "type": "integer"
                          },
                          "month": {
                            "type": "integer"
                          },
                          "year": {
                            "type": "integer"
                          }
                        }
                      },
                      "profile": {
                        "type": "object",
                        "properties": {
                          "fullName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "username": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "jobOpeningsInsights": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string"
                },
                "jobOpeningsByFunction": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "totalCount": {
                        "type": "integer"
                      },
                      "yearMonthOn": {
                        "type": "object",
                        "properties": {
                          "day": {
                            "type": "integer"
                          },
                          "month": {
                            "type": "integer"
                          },
                          "year": {
                            "type": "integer"
                          }
                        }
                      },
                      "countByFunction": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "jobOpeningsGrowthAllFunctions": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "monthDifference": {
                        "type": "integer"
                      },
                      "monthDifferenceStr": {
                        "type": "string"
                      },
                      "changePercentage": {
                        "type": "integer"
                      },
                      "changePercentageStr": {
                        "type": "string"
                      }
                    }
                  }
                },
                "jobsOpeningsGrowthUnselectedFunctions": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "monthDifference": {
                        "type": "integer"
                      },
                      "monthDifferenceStr": {
                        "type": "string"
                      },
                      "changePercentage": {
                        "type": "integer"
                      },
                      "changePercentageStr": {
                        "type": "string"
                      }
                    }
                  }
                },
                "jobOpeningsGrowthByFunction": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "urn": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "growthPeriods": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                }
              }
            },
            "medianEmployeeTenure": {
              "type": "number"
            }
          }
        }
      }
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Get_Company_Insights__PREMIUM",
  "method": "get",
  "path": "/get-company-insights",
  "summary": "Get Company Insights [PREMIUM]",
  "description": "Get Company Insight Details & Company Details in a single request. **5 credit per call.** If the request fails, you don't pay.",
  "parameters": [
    {
      "name": "username",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string",
        "default": "amazon"
      }
    }
  ],
  "responses": [
    {
      "statusCode": "200",
      "description": "200",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "message": {
                "type": "string"
              },
              "data": {
                "type": "object",
                "properties": {
                  "company": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "universalName": {
                        "type": "string"
                      },
                      "linkedinUrl": {
                        "type": "string"
                      },
                      "tagline": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "phone": {
                        "type": "string"
                      },
                      "Images": {
                        "type": "object",
                        "properties": {
                          "logo": {
                            "type": "string"
                          },
                          "cover": {
                            "type": "string"
                          }
                        }
                      },
                      "isClaimable": {
                        "type": "boolean"
                      },
                      "backgroundCoverImages": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "url": {
                              "type": "string"
                            },
                            "width": {
                              "type": "integer"
                            },
                            "height": {
                              "type": "integer"
                            }
                          }
                        }
                      },
                      "logos": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "url": {
                              "type": "string"
                            },
                            "width": {
                              "type": "integer"
                            },
                            "height": {
                              "type": "integer"
                            }
                          }
                        }
                      },
                      "staffCount": {
                        "type": "integer"
                      },
                      "headquarter": {
                        "type": "object",
                        "properties": {
                          "geographicArea": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          },
                          "line1": {
                            "type": "string"
                          }
                        }
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "industries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "specialities": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "website": {
                        "type": "string"
                      },
                      "founded": {
                        "type": "null"
                      },
                      "callToAction": {
                        "type": "object",
                        "properties": {
                          "callToActionType": {
                            "type": "string"
                          },
                          "visible": {
                            "type": "boolean"
                          },
                          "callToActionMessage": {
                            "type": "object",
                            "properties": {
                              "textDirection": {
                                "type": "string"
                              },
                              "text": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "followerCount": {
                        "type": "integer"
                      },
                      "staffCountRange": {
                        "type": "string"
                      },
                      "crunchbaseUrl": {
                        "type": "string"
                      },
                      "fundingData": {
                        "type": "object",
                        "properties": {
                          "updatedAt": {
                            "type": "string"
                          },
                          "updatedDate": {
                            "type": "string"
                          },
                          "numFundingRounds": {
                            "type": "integer"
                          },
                          "lastFundingRound": {
                            "type": "object",
                            "properties": {
                              "investorsCrunchbaseUrl": {
                                "type": "string"
                              },
                              "leadInvestors": {
                                "type": "null"
                              },
                              "fundingRoundCrunchbaseUrl": {
                                "type": "string"
                              },
                              "fundingType": {
                                "type": "string"
                              },
                              "moneyRaised": {
                                "type": "object",
                                "properties": {
                                  "currencyCode": {
                                    "type": "string"
                                  },
                                  "amount": {
                                    "type": "string"
                                  }
                                }
                              },
                              "numOtherInvestors": {
                                "type": "integer"
                              },
                              "announcedOn": {
                                "type": "object",
                                "properties": {
                                  "month": {
                                    "type": "integer"
                                  },
                                  "day": {
                                    "type": "integer"
                                  },
                                  "year": {
                                    "type": "integer"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  "insights": {
                    "type": "object",
                    "properties": {
                      "headcountInsights": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "totalEmployees": {
                            "type": "integer"
                          },
                          "growthPeriods": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "monthDifference": {
                                  "type": "integer"
                                },
                                "monthDifferenceStr": {
                                  "type": "string"
                                },
                                "changePercentage": {
                                  "type": "integer"
                                },
                                "changePercentageStr": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "headcountGrowth": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "employeeCount": {
                                  "type": "integer"
                                },
                                "Date": {
                                  "type": "object",
                                  "properties": {
                                    "day": {
                                      "type": "integer"
                                    },
                                    "month": {
                                      "type": "integer"
                                    },
                                    "year": {
                                      "type": "integer"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "functionHeadcountInsights": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "latestHeadcountByFunction": {
                            "type": "object",
                            "properties": {
                              "headcountByFunction": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "percentage": {
                                      "type": "integer"
                                    },
                                    "urn": {
                                      "type": "string"
                                    },
                                    "employeeCount": {
                                      "type": "integer"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "totalCount": {
                                "type": "integer"
                              },
                              "yearMonthOn": {
                                "type": "object",
                                "properties": {
                                  "day": {
                                    "type": "integer"
                                  },
                                  "month": {
                                    "type": "integer"
                                  },
                                  "year": {
                                    "type": "integer"
                                  }
                                }
                              }
                            }
                          },
                          "headcountGrowthByFunction": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "urn": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "growthPeriods": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "hiresInsights": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "totalHires": {
                            "type": "integer"
                          },
                          "totalNumberOfSeniorHires": {
                            "type": "integer"
                          },
                          "hireCounts": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          },
                          "seniorHires": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "hiredPosition": {
                                  "type": "string"
                                },
                                "hiredProfile": {
                                  "type": "object",
                                  "properties": {
                                    "fullName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "hireYearMonthOn": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "alumniInsights": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "totalNumberOfAlumni": {
                            "type": "integer"
                          },
                          "alumni": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "exitedPosition": {
                                  "type": "string"
                                },
                                "exitYearMonthOn": {
                                  "type": "object",
                                  "properties": {
                                    "day": {
                                      "type": "integer"
                                    },
                                    "month": {
                                      "type": "integer"
                                    },
                                    "year": {
                                      "type": "integer"
                                    }
                                  }
                                },
                                "profile": {
                                  "type": "object",
                                  "properties": {
                                    "fullName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    },
                                    "username": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "jobOpeningsInsights": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "jobOpeningsByFunction": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "totalCount": {
                                  "type": "integer"
                                },
                                "yearMonthOn": {
                                  "type": "object",
                                  "properties": {
                                    "day": {
                                      "type": "integer"
                                    },
                                    "month": {
                                      "type": "integer"
                                    },
                                    "year": {
                                      "type": "integer"
                                    }
                                  }
                                },
                                "countByFunction": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          },
                          "jobOpeningsGrowthAllFunctions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "monthDifference": {
                                  "type": "integer"
                                },
                                "monthDifferenceStr": {
                                  "type": "string"
                                },
                                "changePercentage": {
                                  "type": "integer"
                                },
                                "changePercentageStr": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "jobsOpeningsGrowthUnselectedFunctions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "monthDifference": {
                                  "type": "integer"
                                },
                                "monthDifferenceStr": {
                                  "type": "string"
                                },
                                "changePercentage": {
                                  "type": "integer"
                                },
                                "changePercentageStr": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "jobOpeningsGrowthByFunction": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "urn": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "growthPeriods": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "medianEmployeeTenure": {
                        "type": "number"
                      }
                    }
                  }
                }
              }
            }
          },
          "example": {
            "success": true,
            "message": "",
            "data": {
              "company": {
                "id": "1586",
                "name": "Amazon",
                "universalName": "amazon",
                "linkedinUrl": "https://www.linkedin.com/company/amazon",
                "tagline": "",
                "description": "Amazon is guided by four principles: customer obsession rather than competitor focus, passion for invention, commitment to operational excellence, and long-term thinking. We are driven by the excitement of building technologies, inventing products, and providing services that change lives. We embrace new ways of doing things, make decisions quickly, and are not afraid to fail. We have the scope and capabilities of a large company, and the spirit and heart of a small one.\n\nTogether, Amazonians research and develop new technologies from Amazon Web Services to Alexa on behalf of our customers: shoppers, sellers, content creators, and developers around the world.\n\nOur mission is to be Earth's most customer-centric company. Our actions, goals, projects, programs, and inventions begin and end with the customer top of mind.\n\nYou'll also hear us say that at Amazon, it's always \"Day 1.\"​ What do we mean? That our approach remains the same as it was on Amazon's very first day - to make smart, fast decisions, stay nimble, invent, and focus on delighting our customers.",
                "type": "Public Company",
                "phone": "",
                "Images": {
                  "logo": "https://media.licdn.com/dms/image/v2/C560BAQHTvZwCx4p2Qg/company-logo_400_400/company-logo_400_400/0/1630640869849/amazon_logo?e=1747267200&v=beta&t=iUmiBZSc9q6HuJxV-VM-Hc14ncvI_9jTlFEDqpIpPmQ",
                  "cover": "https://media.licdn.com/dms/image/v2/D4D3DAQGri_YWxYb-GQ/image-scale_127_750/image-scale_127_750/0/1681945878608/amazon_cover?e=1739530800&v=beta&t=nYaYqiKiHtDusbTEDC6sbpiRfmos9OWA5IEz5FG33Yk"
                },
                "isClaimable": false,
                "backgroundCoverImages": [
                  {
                    "url": "https://media.licdn.com/dms/image/v2/D4D3DAQGri_YWxYb-GQ/image-scale_127_750/image-scale_127_750/0/1681945878608/amazon_cover?e=1739530800&v=beta&t=nYaYqiKiHtDusbTEDC6sbpiRfmos9OWA5IEz5FG33Yk",
                    "width": 750,
                    "height": 126
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/D4D3DAQGri_YWxYb-GQ/image-scale_108_640/image-scale_108_640/0/1681945878609/amazon_cover?e=1739530800&v=beta&t=QrfZohergIsz8DYujZ0CnmtCKZs163rvUQo83is52pk",
                    "width": 108,
                    "height": 18
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/D4D3DAQGri_YWxYb-GQ/image-scale_191_1128/image-scale_191_1128/0/1681945878609/amazon_cover?e=1739530800&v=beta&t=Y5DyV-OtDGFJ6w0IEpoHfEz-0X_umB-yqZB5SuSAl9w",
                    "width": 1128,
                    "height": 191
                  }
                ],
                "logos": [
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C560BAQHTvZwCx4p2Qg/company-logo_200_200/company-logo_200_200/0/1630640869849/amazon_logo?e=1747267200&v=beta&t=r2l7L7v5PRyQNIX814OM5MkiBvnDPDhv22BRdewzPjs",
                    "width": 200,
                    "height": 200
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C560BAQHTvZwCx4p2Qg/company-logo_100_100/company-logo_100_100/0/1630640869849/amazon_logo?e=1747267200&v=beta&t=q6V29JIx6ftBESintWejU3v0wjl7aogUypx_eZB-_f8",
                    "width": 100,
                    "height": 100
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C560BAQHTvZwCx4p2Qg/company-logo_400_400/company-logo_400_400/0/1630640869849/amazon_logo?e=1747267200&v=beta&t=iUmiBZSc9q6HuJxV-VM-Hc14ncvI_9jTlFEDqpIpPmQ",
                    "width": 400,
                    "height": 400
                  }
                ],
                "staffCount": 711908,
                "headquarter": {
                  "geographicArea": "WA",
                  "country": "US",
                  "city": "Seattle",
                  "postalCode": "98109",
                  "line1": "2127 7th Ave."
                },
                "locations": [
                  {
                    "geographicArea": "WA",
                    "country": "US",
                    "city": "Seattle",
                    "postalCode": "98109",
                    "headquarter": true,
                    "line1": "2127 7th Ave."
                  },
                  {
                    "geographicArea": "VA",
                    "country": "US",
                    "city": "Herndon",
                    "postalCode": "20170",
                    "line1": "12900 Worldgate Dr"
                  },
                  {
                    "geographicArea": "TN",
                    "country": "US",
                    "city": "Chattanooga",
                    "postalCode": "37416",
                    "line1": "7200 Discovery Dr"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "Sunnyvale",
                    "postalCode": "94089",
                    "line1": "1100 Enterprise Way"
                  },
                  {
                    "geographicArea": "MD",
                    "country": "US",
                    "city": "Baltimore",
                    "postalCode": "21224",
                    "line1": "2010 Broening Hwy"
                  },
                  {
                    "geographicArea": "Istanbul",
                    "country": "TR",
                    "city": "Istanbul",
                    "postalCode": "34394",
                    "line1": "Buyukdere Caddesi 185"
                  },
                  {
                    "geographicArea": "Community of Madrid",
                    "country": "ES",
                    "city": "Pozuelo de Alarcon",
                    "postalCode": "28224",
                    "line1": "Via de las Dos Castillas, 33"
                  },
                  {
                    "geographicArea": "Bavaria",
                    "country": "DE",
                    "city": "Regensburg",
                    "postalCode": "93059",
                    "line1": "Im Gewerbepark"
                  },
                  {
                    "geographicArea": "VIC",
                    "country": "AU",
                    "city": "Melbourne",
                    "postalCode": "3000",
                    "line1": "8 Exhibition St"
                  },
                  {
                    "geographicArea": "PA",
                    "country": "US",
                    "city": "Breinigsville",
                    "postalCode": "18031",
                    "line1": "705 Boulder Dr"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "Irving",
                    "postalCode": "75063",
                    "line1": "2700 Regent Blvd"
                  },
                  {
                    "geographicArea": "WV",
                    "country": "US",
                    "city": "Huntington",
                    "postalCode": "25701",
                    "line1": "500 Kinetic Dr"
                  },
                  {
                    "geographicArea": "IL",
                    "country": "US",
                    "city": "Romeoville",
                    "postalCode": "60446",
                    "line1": "1125 Remington Blvd"
                  },
                  {
                    "geographicArea": "County Dublin",
                    "country": "IE",
                    "city": "Dublin",
                    "line1": "Burlington Road"
                  },
                  {
                    "geographicArea": "BC",
                    "country": "CA",
                    "city": "New Westminster",
                    "postalCode": "V3L 5H4",
                    "line1": "109 Braid St"
                  },
                  {
                    "geographicArea": "Western Cape",
                    "country": "ZA",
                    "city": "Cape Town",
                    "postalCode": "8001",
                    "line1": "Solan Rd"
                  },
                  {
                    "geographicArea": "WA",
                    "country": "US",
                    "city": "Dupont",
                    "postalCode": "98327",
                    "line1": "2700 Center Dr"
                  },
                  {
                    "geographicArea": "NV",
                    "country": "US",
                    "city": "Reno",
                    "postalCode": "89506",
                    "line1": "8000 N Virginia St"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "San Antonio",
                    "postalCode": "78217",
                    "line1": "4848 Perrin Creek"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "Tracy",
                    "postalCode": "95304",
                    "line1": "1555 N Chrisman Rd"
                  },
                  {
                    "geographicArea": "England",
                    "country": "GB",
                    "city": "London",
                    "postalCode": "EC1A 2FD",
                    "line1": "60 Holborn Viaduct"
                  },
                  {
                    "geographicArea": "ON",
                    "country": "CA",
                    "city": "Toronto",
                    "postalCode": "M5J 0A8",
                    "line1": "120 Bremner Blvd"
                  },
                  {
                    "geographicArea": "Luxembourg",
                    "country": "LU",
                    "city": "Luxembourg",
                    "postalCode": "2165",
                    "line1": "31 Rives de Clausen"
                  },
                  {
                    "geographicArea": "England",
                    "country": "GB",
                    "city": "Altrincham",
                    "postalCode": "WA15 0",
                    "line1": "Sunbank Lane"
                  },
                  {
                    "geographicArea": "GA",
                    "country": "US",
                    "city": "Atlanta",
                    "postalCode": "30308",
                    "line1": "86 5th St NW"
                  },
                  {
                    "geographicArea": "SC",
                    "country": "US",
                    "city": "Spartanburg",
                    "postalCode": "29303",
                    "line1": "402 John Dodd Rd"
                  },
                  {
                    "geographicArea": "Scotland",
                    "country": "GB",
                    "city": "Edinburgh",
                    "postalCode": "EH1 3EG",
                    "line1": "Waterloo Place"
                  },
                  {
                    "geographicArea": "SN",
                    "country": "DE",
                    "city": "Dresden",
                    "postalCode": "01099",
                    "line1": "Am Brauhaus 12"
                  },
                  {
                    "geographicArea": "WI",
                    "country": "US",
                    "city": "Kenosha",
                    "postalCode": "53144",
                    "line1": "3501 120th Ave"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "Moreno Valley",
                    "postalCode": "92551",
                    "line1": "24208 San Michele Rd"
                  },
                  {
                    "geographicArea": "Community of Madrid",
                    "country": "ES",
                    "city": "Madrid",
                    "postalCode": "28045",
                    "line1": "Calle del Hierro, 21"
                  },
                  {
                    "geographicArea": "TN",
                    "country": "US",
                    "city": "Nashville",
                    "postalCode": "37217",
                    "line1": "50 Airways Blvd"
                  },
                  {
                    "geographicArea": "FL",
                    "country": "US",
                    "city": "Ruskin",
                    "postalCode": "33570",
                    "line1": "3350 Laurel Ridge Ave"
                  },
                  {
                    "geographicArea": "IN",
                    "country": "US",
                    "city": "Whitestown",
                    "postalCode": "46075",
                    "line1": "4255 Anson Blvd"
                  },
                  {
                    "geographicArea": "NJ",
                    "country": "US",
                    "city": "Edison",
                    "postalCode": "08817",
                    "line1": "2170 RT-27"
                  },
                  {
                    "geographicArea": "DE",
                    "country": "US",
                    "city": "Middletown",
                    "postalCode": "19709",
                    "line1": "560 Merrimac Ave"
                  },
                  {
                    "geographicArea": "MI",
                    "country": "US",
                    "city": "Detroit",
                    "postalCode": "48226",
                    "line1": "150 W Jefferson Ave"
                  },
                  {
                    "geographicArea": "MA",
                    "country": "US",
                    "city": "Cambridge",
                    "postalCode": "02142",
                    "line1": "101 Main St"
                  },
                  {
                    "geographicArea": "WA",
                    "country": "US",
                    "city": "Sumner",
                    "postalCode": "98390",
                    "line1": "1800 140th Ave E"
                  },
                  {
                    "geographicArea": "VA",
                    "country": "US",
                    "city": "Petersburg",
                    "postalCode": "23803",
                    "line1": "5000 Commerce Way"
                  },
                  {
                    "geographicArea": "NJ",
                    "country": "US",
                    "city": "Robbinsville Township",
                    "postalCode": "08691",
                    "line1": "50 New Canton Way"
                  },
                  {
                    "geographicArea": "FL",
                    "country": "US",
                    "city": "Jacksonville",
                    "postalCode": "32218",
                    "line1": "12900 Pecan Park Rd"
                  },
                  {
                    "geographicArea": "SC",
                    "country": "US",
                    "city": "West Columbia",
                    "postalCode": "29172",
                    "line1": "4400 12th Street Ext"
                  },
                  {
                    "geographicArea": "NSW",
                    "country": "AU",
                    "city": "Sydney",
                    "postalCode": "2000",
                    "line1": "2 Park St"
                  },
                  {
                    "geographicArea": "BC",
                    "country": "CA",
                    "city": "Vancouver",
                    "postalCode": "V6B 0M3",
                    "line1": "510 W Georgia St"
                  },
                  {
                    "geographicArea": "SC",
                    "country": "US",
                    "city": "North Charleston",
                    "postalCode": "29418",
                    "line1": "7290 Investment Dr"
                  },
                  {
                    "geographicArea": "OH",
                    "country": "US",
                    "city": "Pataskala",
                    "postalCode": "43062",
                    "line1": "11999 National Rd SW"
                  },
                  {
                    "geographicArea": "County Cork",
                    "country": "IE",
                    "city": "Cork",
                    "postalCode": "T12 D292",
                    "line1": "6400 Avenue 6000"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "San Jose",
                    "postalCode": "95113",
                    "line1": "96 E San Fernando St"
                  },
                  {
                    "geographicArea": "Bratislava",
                    "country": "SK",
                    "city": "Bratislava",
                    "postalCode": "811 06",
                    "line1": "Namestie 1. maja 7286/18"
                  },
                  {
                    "geographicArea": "Hauts-de-France",
                    "country": "FR",
                    "city": "Lauwin-Planque",
                    "postalCode": "59553",
                    "line1": "Rue de Planque"
                  },
                  {
                    "geographicArea": "Singapore",
                    "country": "SG",
                    "city": "Singapore",
                    "postalCode": "049481",
                    "line1": "23 Church St"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "Humble",
                    "postalCode": "77338",
                    "line1": "8120 Humble Westfield Rd"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "Sacramento",
                    "postalCode": "95826",
                    "line1": "2996 Ramona Ave"
                  },
                  {
                    "geographicArea": "AB",
                    "country": "CA",
                    "city": "Calgary",
                    "postalCode": "T2A 5L7",
                    "line1": "801 30 St NE"
                  },
                  {
                    "geographicArea": "OR",
                    "country": "US",
                    "city": "Portland",
                    "postalCode": "97210",
                    "line1": "3610 NW Saint Helens Rd"
                  },
                  {
                    "geographicArea": "CDMX",
                    "country": "MX",
                    "city": "Cuajimalpa de Morelos",
                    "postalCode": "05348",
                    "line1": "Avenida Juan Salvador Agraz 73"
                  },
                  {
                    "geographicArea": "ON",
                    "country": "CA",
                    "city": "Brampton",
                    "postalCode": "L6Y 0C9",
                    "line1": "8050 Heritage Rd"
                  },
                  {
                    "geographicArea": "Prague",
                    "country": "CZ",
                    "city": "Prague",
                    "postalCode": "160 00",
                    "line1": "Evropska 2758/11"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "San Bernardino",
                    "postalCode": "92408",
                    "line1": "1910 E Central Ave"
                  },
                  {
                    "geographicArea": "OK",
                    "country": "US",
                    "city": "Oklahoma City",
                    "postalCode": "73128",
                    "line1": "1414 S Council Rd"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "San Marcos",
                    "postalCode": "78666",
                    "line1": "1401 E McCarty Ln"
                  },
                  {
                    "geographicArea": "Tamil Nadu",
                    "country": "IN",
                    "city": "Chennai",
                    "postalCode": "600017",
                    "line1": "Habibullah Road"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "San Francisco",
                    "postalCode": "94105",
                    "line1": "188 Spear St"
                  },
                  {
                    "geographicArea": "Laz.",
                    "country": "IT",
                    "city": "Fara in Sabina",
                    "postalCode": "02032",
                    "line1": "Via delle Mechanica"
                  },
                  {
                    "geographicArea": "GA",
                    "country": "US",
                    "city": "Atlanta",
                    "postalCode": "30318",
                    "line1": "2302 Marietta Blvd NW"
                  },
                  {
                    "geographicArea": "VA",
                    "country": "US",
                    "city": "Sterling",
                    "postalCode": "20166",
                    "line1": "Lane Ct"
                  },
                  {
                    "geographicArea": "Tel Aviv",
                    "country": "IL",
                    "city": "Herzliya",
                    "postalCode": "46000",
                    "line1": "Sapir"
                  },
                  {
                    "geographicArea": "MO",
                    "country": "US",
                    "city": "Hazelwood",
                    "postalCode": "63042",
                    "line1": "462 Hazelwood Logistics Center Dr"
                  },
                  {
                    "geographicArea": "CO",
                    "country": "US",
                    "city": "Broomfield",
                    "postalCode": "80021",
                    "line1": "390 Interlocken Crescent"
                  },
                  {
                    "geographicArea": "CA",
                    "country": "US",
                    "city": "Cupertino",
                    "postalCode": "95014",
                    "line1": "10201 Torre Ave"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "Fort Worth",
                    "postalCode": "76177",
                    "line1": "700 Westport Pkwy"
                  },
                  {
                    "geographicArea": "MN",
                    "country": "US",
                    "city": "Minneapolis",
                    "postalCode": "55414",
                    "line1": "763 SE Kasota Ave"
                  },
                  {
                    "geographicArea": "KY",
                    "country": "US",
                    "city": "Lexington",
                    "postalCode": "40511",
                    "line1": "1850 Mercer Rd"
                  },
                  {
                    "geographicArea": "UT",
                    "country": "US",
                    "city": "West Valley City",
                    "postalCode": "84120",
                    "line1": "4411 W 2100 S"
                  },
                  {
                    "geographicArea": "Catalonia",
                    "country": "ES",
                    "city": "El Prat de Llobregat",
                    "postalCode": "08820",
                    "line1": "Carrer de l'Alta Ribagorca"
                  },
                  {
                    "geographicArea": "TX",
                    "country": "US",
                    "city": "Austin",
                    "postalCode": "78758",
                    "line1": "11501 Alterra Pkwy"
                  },
                  {
                    "geographicArea": "HR",
                    "country": "IN",
                    "city": "Gurugram",
                    "postalCode": "122008",
                    "line1": "Sikanderpur Flyover"
                  },
                  {
                    "geographicArea": "NJ",
                    "country": "US",
                    "city": "Logan Township",
                    "postalCode": "08085",
                    "line1": "2277 Center Square Rd"
                  },
                  {
                    "geographicArea": "Bavaria",
                    "country": "DE",
                    "city": "Munich",
                    "postalCode": "80807",
                    "line1": "Marcel-Breuer-Straße 12"
                  }
                ],
                "industries": [
                  "Software Development"
                ],
                "specialities": [
                  "e-Commerce",
                  "Retail",
                  "Operations",
                  "Internet"
                ],
                "website": "https://www.aboutamazon.com/",
                "founded": null,
                "callToAction": {
                  "callToActionType": "VIEW_WEBSITE",
                  "visible": true,
                  "callToActionMessage": {
                    "textDirection": "USER_LOCALE",
                    "text": "Visit website"
                  },
                  "url": "https://www.aboutamazon.com/"
                },
                "followerCount": 33623545,
                "staffCountRange": "10001+",
                "crunchbaseUrl": "https://www.crunchbase.com/organization/amazon",
                "fundingData": {
                  "updatedAt": "1726648038",
                  "updatedDate": "2024-09-18 08:27:18 +0000 UTC",
                  "numFundingRounds": 3,
                  "lastFundingRound": {
                    "investorsCrunchbaseUrl": "https://www.crunchbase.com/funding_round/amazon-post-ipo-debt--ef26864e",
                    "leadInvestors": null,
                    "fundingRoundCrunchbaseUrl": "https://www.crunchbase.com/funding_round/amazon-post-ipo-debt--ef26864e?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=last_funding",
                    "fundingType": "POST_IPO_DEBT",
                    "moneyRaised": {
                      "currencyCode": "USD",
                      "amount": "8000000000"
                    },
                    "numOtherInvestors": 2,
                    "announcedOn": {
                      "month": 1,
                      "day": 3,
                      "year": 2023
                    }
                  }
                }
              },
              "insights": {
                "headcountInsights": {
                  "title": "Total employee count",
                  "totalEmployees": 711908,
                  "growthPeriods": [
                    {
                      "monthDifference": 6,
                      "monthDifferenceStr": "6m growth",
                      "changePercentage": 7,
                      "changePercentageStr": "7%"
                    },
                    {
                      "monthDifference": 12,
                      "monthDifferenceStr": "1y growth",
                      "changePercentage": 11,
                      "changePercentageStr": "11%"
                    },
                    {
                      "monthDifference": 24,
                      "monthDifferenceStr": "2y growth",
                      "changePercentage": 10,
                      "changePercentageStr": "10%"
                    }
                  ],
                  "headcountGrowth": [
                    {
                      "employeeCount": 648874,
                      "Date": {
                        "day": 1,
                        "month": 2,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 641218,
                      "Date": {
                        "day": 1,
                        "month": 3,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 638312,
                      "Date": {
                        "day": 1,
                        "month": 4,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 642877,
                      "Date": {
                        "day": 1,
                        "month": 5,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 642308,
                      "Date": {
                        "day": 1,
                        "month": 6,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 641441,
                      "Date": {
                        "day": 1,
                        "month": 7,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 636081,
                      "Date": {
                        "day": 1,
                        "month": 8,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 637780,
                      "Date": {
                        "day": 1,
                        "month": 9,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 641968,
                      "Date": {
                        "day": 1,
                        "month": 10,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 644305,
                      "Date": {
                        "day": 1,
                        "month": 11,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 640051,
                      "Date": {
                        "day": 1,
                        "month": 12,
                        "year": 2023
                      }
                    },
                    {
                      "employeeCount": 640260,
                      "Date": {
                        "day": 1,
                        "month": 1,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 639427,
                      "Date": {
                        "day": 1,
                        "month": 2,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 639357,
                      "Date": {
                        "day": 1,
                        "month": 3,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 642174,
                      "Date": {
                        "day": 1,
                        "month": 4,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 650602,
                      "Date": {
                        "day": 1,
                        "month": 5,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 658699,
                      "Date": {
                        "day": 1,
                        "month": 6,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 664356,
                      "Date": {
                        "day": 1,
                        "month": 7,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 663931,
                      "Date": {
                        "day": 1,
                        "month": 8,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 671710,
                      "Date": {
                        "day": 1,
                        "month": 9,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 681103,
                      "Date": {
                        "day": 1,
                        "month": 10,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 689539,
                      "Date": {
                        "day": 1,
                        "month": 11,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 693819,
                      "Date": {
                        "day": 1,
                        "month": 12,
                        "year": 2024
                      }
                    },
                    {
                      "employeeCount": 710300,
                      "Date": {
                        "day": 1,
                        "month": 1,
                        "year": 2025
                      }
                    },
                    {
                      "employeeCount": 711908,
                      "Date": {
                        "day": 1,
                        "month": 2,
                        "year": 2025
                      }
                    }
                  ]
                },
                "functionHeadcountInsights": {
                  "title": "Employee distribution and headcount growth by function",
                  "latestHeadcountByFunction": {
                    "headcountByFunction": [
                      {
                        "percentage": 18,
                        "urn": "8",
                        "employeeCount": 124889,
                        "name": "Engineering"
                      },
                      {
                        "percentage": 18,
                        "urn": "18",
                        "employeeCount": 125952,
                        "name": "Operations"
                      },
                      {
                        "percentage": 10,
                        "urn": "25",
                        "employeeCount": 72214,
                        "name": "Sales"
                      },
                      {
                        "percentage": 7,
                        "urn": "13",
                        "employeeCount": 47157,
                        "name": "Information Technology"
                      },
                      {
                        "percentage": 5,
                        "urn": "2",
                        "employeeCount": 33419,
                        "name": "Administrative"
                      },
                      {
                        "percentage": 4,
                        "urn": "26",
                        "employeeCount": 28912,
                        "name": "Support"
                      },
                      {
                        "percentage": 4,
                        "urn": "20",
                        "employeeCount": 32029,
                        "name": "Program and Project Management"
                      },
                      {
                        "percentage": 3,
                        "urn": "4",
                        "employeeCount": 22083,
                        "name": "Business Development"
                      },
                      {
                        "percentage": 3,
                        "urn": "16",
                        "employeeCount": 23721,
                        "name": "Media and Communication"
                      },
                      {
                        "percentage": 3,
                        "urn": "15",
                        "employeeCount": 18050,
                        "name": "Marketing"
                      },
                      {
                        "percentage": 3,
                        "urn": "12",
                        "employeeCount": 24366,
                        "name": "Human Resources"
                      },
                      {
                        "percentage": 2,
                        "urn": "24",
                        "employeeCount": 11820,
                        "name": "Research"
                      },
                      {
                        "percentage": 2,
                        "urn": "7",
                        "employeeCount": 11616,
                        "name": "Education"
                      },
                      {
                        "percentage": 2,
                        "urn": "3",
                        "employeeCount": 12535,
                        "name": "Arts and Design"
                      },
                      {
                        "percentage": 2,
                        "urn": "19",
                        "employeeCount": 12181,
                        "name": "Product Management"
                      },
                      {
                        "percentage": 2,
                        "urn": "10",
                        "employeeCount": 17081,
                        "name": "Finance"
                      }
                    ],
                    "totalCount": 711908,
                    "yearMonthOn": {
                      "day": 1,
                      "month": 2,
                      "year": 2025
                    }
                  },
                  "headcountGrowthByFunction": [
                    {
                      "urn": "26",
                      "name": "Support",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 5,
                          "changePercentageStr": "5%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 8,
                          "changePercentageStr": "8%"
                        }
                      ]
                    },
                    {
                      "urn": "25",
                      "name": "Sales",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 13,
                          "changePercentageStr": "13%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 21,
                          "changePercentageStr": "21%"
                        }
                      ]
                    },
                    {
                      "urn": "24",
                      "name": "Research",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 3,
                          "changePercentageStr": "3%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 13,
                          "changePercentageStr": "13%"
                        }
                      ]
                    },
                    {
                      "urn": "20",
                      "name": "Program and Project Management",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 3,
                          "changePercentageStr": "3%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 5,
                          "changePercentageStr": "5%"
                        }
                      ]
                    },
                    {
                      "urn": "8",
                      "name": "Engineering",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 2,
                          "changePercentageStr": "2%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 7,
                          "changePercentageStr": "7%"
                        }
                      ]
                    },
                    {
                      "urn": "7",
                      "name": "Education",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 21,
                          "changePercentageStr": "21%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 38,
                          "changePercentageStr": "38%"
                        }
                      ]
                    },
                    {
                      "urn": "4",
                      "name": "Business Development",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 6,
                          "changePercentageStr": "6%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 10,
                          "changePercentageStr": "10%"
                        }
                      ]
                    },
                    {
                      "urn": "3",
                      "name": "Arts and Design",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 7,
                          "changePercentageStr": "7%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 10,
                          "changePercentageStr": "10%"
                        }
                      ]
                    },
                    {
                      "urn": "2",
                      "name": "Administrative",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 21,
                          "changePercentageStr": "21%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 29,
                          "changePercentageStr": "29%"
                        }
                      ]
                    },
                    {
                      "urn": "19",
                      "name": "Product Management",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -1,
                          "changePercentageStr": "-1%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 1,
                          "changePercentageStr": "1%"
                        }
                      ]
                    },
                    {
                      "urn": "18",
                      "name": "Operations",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 8,
                          "changePercentageStr": "8%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 10,
                          "changePercentageStr": "10%"
                        }
                      ]
                    },
                    {
                      "urn": "16",
                      "name": "Media and Communication",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 6,
                          "changePercentageStr": "6%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 10,
                          "changePercentageStr": "10%"
                        }
                      ]
                    },
                    {
                      "urn": "15",
                      "name": "Marketing",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 6,
                          "changePercentageStr": "6%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 8,
                          "changePercentageStr": "8%"
                        }
                      ]
                    },
                    {
                      "urn": "13",
                      "name": "Information Technology",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 4,
                          "changePercentageStr": "4%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 6,
                          "changePercentageStr": "6%"
                        }
                      ]
                    },
                    {
                      "urn": "12",
                      "name": "Human Resources",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 1,
                          "changePercentageStr": "1%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentageStr": "0%"
                        }
                      ]
                    },
                    {
                      "urn": "10",
                      "name": "Finance",
                      "growthPeriods": [
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 2,
                          "changePercentageStr": "2%"
                        },
                        {
                          "monthDifference": 12,
                          "monthDifferenceStr": "1y",
                          "changePercentage": 6,
                          "changePercentageStr": "6%"
                        }
                      ]
                    }
                  ]
                },
                "hiresInsights": {
                  "title": "New hires",
                  "totalHires": 1,
                  "totalNumberOfSeniorHires": 111,
                  "hireCounts": [
                    {
                      "allEmployeeHireCount": 4631,
                      "seniorHireCount": 14,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 2,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 4806,
                      "seniorHireCount": 9,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 3,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 5680,
                      "seniorHireCount": 7,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 4,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 10464,
                      "seniorHireCount": 2,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 5,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 9971,
                      "seniorHireCount": 5,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 6,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 8867,
                      "seniorHireCount": 4,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 7,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 8738,
                      "seniorHireCount": 1,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 8,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 10170,
                      "seniorHireCount": 7,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 9,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 10972,
                      "seniorHireCount": 6,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 10,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 8707,
                      "seniorHireCount": 2,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 11,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 5632,
                      "seniorHireCount": 7,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 12,
                        "year": 2023
                      }
                    },
                    {
                      "allEmployeeHireCount": 9164,
                      "seniorHireCount": 10,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 1,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 5697,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 2,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 5754,
                      "seniorHireCount": 5,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 3,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 7443,
                      "seniorHireCount": 5,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 4,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 11396,
                      "seniorHireCount": 2,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 5,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 12122,
                      "seniorHireCount": 4,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 6,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 10872,
                      "seniorHireCount": 6,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 7,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 9306,
                      "seniorHireCount": 3,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 8,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 12179,
                      "seniorHireCount": 4,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 9,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 12212,
                      "seniorHireCount": 9,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 10,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 11629,
                      "seniorHireCount": 2,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 11,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 9893,
                      "seniorHireCount": 1,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 12,
                        "year": 2024
                      }
                    },
                    {
                      "allEmployeeHireCount": 20041,
                      "seniorHireCount": 7,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 1,
                        "year": 2025
                      }
                    },
                    {
                      "allEmployeeHireCount": 1636,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 2,
                        "year": 2025
                      }
                    }
                  ],
                  "seniorHires": [
                    {
                      "hiredPosition": "Vice President Fire TV, Advertising, and Appstore",
                      "hiredProfile": {
                        "fullName": "Aidan Marcuss",
                        "url": "https://www.linkedin.com/in/ACoAAABsXhcB61uliGRV9kdkrW3yxSE5fs9R4Qk",
                        "username": "ACoAAABsXhcB61uliGRV9kdkrW3yxSE5fs9R4Qk"
                      },
                      "hireYearMonthOn": {}
                    },
                    {
                      "hiredPosition": "Vice President, Amazon Devices & Services",
                      "hiredProfile": {
                        "fullName": "Ralf Groene",
                        "url": "https://www.linkedin.com/in/ACoAAAAy7BUB-S5JpA12qMUZqseREfbSPTqMUUc",
                        "username": "ACoAAAAy7BUB-S5JpA12qMUZqseREfbSPTqMUUc"
                      },
                      "hireYearMonthOn": {}
                    },
                    {
                      "hiredPosition": "Vice President",
                      "hiredProfile": {
                        "fullName": "Amit B.",
                        "url": "https://www.linkedin.com/in/ACoAAAAmk6gB7fNxr-F7aHPIjp0BQcWWKQ0-T78",
                        "username": "ACoAAAAmk6gB7fNxr-F7aHPIjp0BQcWWKQ0-T78"
                      },
                      "hireYearMonthOn": {}
                    }
                  ]
                },
                "alumniInsights": {
                  "title": "Notable company alumni",
                  "totalNumberOfAlumni": 221,
                  "alumni": [
                    {
                      "exitedPosition": "Previously Executive Development Principal at Amazon ",
                      "exitYearMonthOn": {
                        "day": 1,
                        "month": 1,
                        "year": 2025
                      },
                      "profile": {
                        "fullName": "Lucy Ferguson",
                        "url": "https://www.linkedin.com/in/ACoAAAQ-7j8B0_CFPXW_tzj5KEYjKs8Uc9UeRrM",
                        "username": "ACoAAAQ-7j8B0_CFPXW_tzj5KEYjKs8Uc9UeRrM"
                      }
                    },
                    {
                      "exitedPosition": "Previously Executive Relations at Amazon ",
                      "exitYearMonthOn": {
                        "day": 1,
                        "month": 1,
                        "year": 2025
                      },
                      "profile": {
                        "fullName": "Monica I.",
                        "url": "https://www.linkedin.com/in/ACoAACfu9qMB3FC1JLroyI2Mnnev69iwcIRvZ-s",
                        "username": "ACoAACfu9qMB3FC1JLroyI2Mnnev69iwcIRvZ-s"
                      }
                    },
                    {
                      "exitedPosition": "Previously Vice President of Software Development, WW Pricing, Promotions & Visual Innovation at Amazon ",
                      "exitYearMonthOn": {
                        "day": 1,
                        "month": 1,
                        "year": 2025
                      },
                      "profile": {
                        "fullName": "Rajiv Chopra",
                        "url": "https://www.linkedin.com/in/ACoAAAAG6FkBqzUdcvH1CpvOQ9bOA7AeUbJBPGI",
                        "username": "ACoAAAAG6FkBqzUdcvH1CpvOQ9bOA7AeUbJBPGI"
                      }
                    }
                  ]
                },
                "jobOpeningsInsights": {
                  "title": "Total job openings",
                  "jobOpeningsByFunction": [
                    {
                      "totalCount": 24770,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 12,
                        "year": 2024
                      },
                      "countByFunction": [
                        {
                          "percentage": 25,
                          "urn": "8",
                          "employeeCount": 6258,
                          "name": "Engineering"
                        },
                        {
                          "percentage": 16,
                          "urn": "18",
                          "employeeCount": 3932,
                          "name": "Operations"
                        },
                        {
                          "percentage": 11,
                          "urn": "-1",
                          "employeeCount": 2623
                        },
                        {
                          "percentage": 10,
                          "urn": "20",
                          "employeeCount": 2474,
                          "name": "Program and Project Management"
                        },
                        {
                          "percentage": 9,
                          "urn": "25",
                          "employeeCount": 2163,
                          "name": "Sales"
                        },
                        {
                          "percentage": 6,
                          "urn": "10",
                          "employeeCount": 1401,
                          "name": "Finance"
                        },
                        {
                          "percentage": 4,
                          "urn": "13",
                          "employeeCount": 932,
                          "name": "Information Technology"
                        },
                        {
                          "percentage": 4,
                          "urn": "19",
                          "employeeCount": 899,
                          "name": "Product Management"
                        },
                        {
                          "percentage": 4,
                          "urn": "15",
                          "employeeCount": 882,
                          "name": "Marketing"
                        },
                        {
                          "percentage": 3,
                          "urn": "4",
                          "employeeCount": 818,
                          "name": "Business Development"
                        },
                        {
                          "percentage": 2,
                          "urn": "12",
                          "employeeCount": 556,
                          "name": "Human Resources"
                        },
                        {
                          "percentage": 2,
                          "urn": "24",
                          "employeeCount": 508,
                          "name": "Research"
                        },
                        {
                          "percentage": 2,
                          "urn": "26",
                          "employeeCount": 483,
                          "name": "Support"
                        },
                        {
                          "percentage": 2,
                          "urn": "1",
                          "employeeCount": 458,
                          "name": "Accounting"
                        },
                        {
                          "percentage": 2,
                          "urn": "3",
                          "employeeCount": 383,
                          "name": "Arts and Design"
                        }
                      ]
                    },
                    {
                      "totalCount": 30028,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 9,
                        "year": 2024
                      },
                      "countByFunction": [
                        {
                          "percentage": 24,
                          "urn": "8",
                          "employeeCount": 7089,
                          "name": "Engineering"
                        },
                        {
                          "percentage": 17,
                          "urn": "18",
                          "employeeCount": 4981,
                          "name": "Operations"
                        },
                        {
                          "percentage": 10,
                          "urn": "-1",
                          "employeeCount": 3142
                        },
                        {
                          "percentage": 10,
                          "urn": "20",
                          "employeeCount": 3135,
                          "name": "Program and Project Management"
                        },
                        {
                          "percentage": 9,
                          "urn": "25",
                          "employeeCount": 2783,
                          "name": "Sales"
                        },
                        {
                          "percentage": 5,
                          "urn": "10",
                          "employeeCount": 1457,
                          "name": "Finance"
                        },
                        {
                          "percentage": 4,
                          "urn": "13",
                          "employeeCount": 1202,
                          "name": "Information Technology"
                        },
                        {
                          "percentage": 4,
                          "urn": "19",
                          "employeeCount": 1135,
                          "name": "Product Management"
                        },
                        {
                          "percentage": 3,
                          "urn": "4",
                          "employeeCount": 1040,
                          "name": "Business Development"
                        },
                        {
                          "percentage": 3,
                          "urn": "15",
                          "employeeCount": 998,
                          "name": "Marketing"
                        },
                        {
                          "percentage": 3,
                          "urn": "26",
                          "employeeCount": 815,
                          "name": "Support"
                        },
                        {
                          "percentage": 3,
                          "urn": "12",
                          "employeeCount": 800,
                          "name": "Human Resources"
                        },
                        {
                          "percentage": 2,
                          "urn": "24",
                          "employeeCount": 635,
                          "name": "Research"
                        },
                        {
                          "percentage": 1,
                          "urn": "1",
                          "employeeCount": 435,
                          "name": "Accounting"
                        },
                        {
                          "percentage": 1,
                          "urn": "3",
                          "employeeCount": 381,
                          "name": "Arts and Design"
                        }
                      ]
                    },
                    {
                      "totalCount": 28048,
                      "yearMonthOn": {
                        "day": 1,
                        "month": 6,
                        "year": 2024
                      },
                      "countByFunction": [
                        {
                          "percentage": 22,
                          "urn": "8",
                          "employeeCount": 6053,
                          "name": "Engineering"
                        },
                        {
                          "percentage": 18,
                          "urn": "18",
                          "employeeCount": 5005,
                          "name": "Operations"
                        },
                        {
                          "percentage": 11,
                          "urn": "-1",
                          "employeeCount": 3212
                        },
                        {
                          "percentage": 11,
                          "urn": "20",
                          "employeeCount": 3012,
                          "name": "Program and Project Management"
                        },
                        {
                          "percentage": 9,
                          "urn": "25",
                          "employeeCount": 2391,
                          "name": "Sales"
                        },
                        {
                          "percentage": 5,
                          "urn": "10",
                          "employeeCount": 1404,
                          "name": "Finance"
                        },
                        {
                          "percentage": 4,
                          "urn": "13",
                          "employeeCount": 1239,
                          "name": "Information Technology"
                        },
                        {
                          "percentage": 4,
                          "urn": "19",
                          "employeeCount": 1114,
                          "name": "Product Management"
                        },
                        {
                          "percentage": 3,
                          "urn": "4",
                          "employeeCount": 959,
                          "name": "Business Development"
                        },
                        {
                          "percentage": 3,
                          "urn": "15",
                          "employeeCount": 904,
                          "name": "Marketing"
                        },
                        {
                          "percentage": 3,
                          "urn": "12",
                          "employeeCount": 787,
                          "name": "Human Resources"
                        },
                        {
                          "percentage": 2,
                          "urn": "26",
                          "employeeCount": 661,
                          "name": "Support"
                        },
                        {
                          "percentage": 2,
                          "urn": "24",
                          "employeeCount": 566,
                          "name": "Research"
                        },
                        {
                          "percentage": 1,
                          "urn": "3",
                          "employeeCount": 374,
                          "name": "Arts and Design"
                        },
                        {
                          "percentage": 1,
                          "urn": "1",
                          "employeeCount": 367,
                          "name": "Accounting"
                        }
                      ]
                    }
                  ],
                  "jobOpeningsGrowthAllFunctions": [
                    {
                      "monthDifference": 3,
                      "monthDifferenceStr": "3m",
                      "changePercentage": -18,
                      "changePercentageStr": "-18%"
                    },
                    {
                      "monthDifference": 6,
                      "monthDifferenceStr": "6m",
                      "changePercentage": -12,
                      "changePercentageStr": "-12%"
                    }
                  ],
                  "jobsOpeningsGrowthUnselectedFunctions": [
                    {
                      "monthDifference": 3,
                      "monthDifferenceStr": "3m",
                      "changePercentage": -18,
                      "changePercentageStr": "-18%"
                    },
                    {
                      "monthDifference": 6,
                      "monthDifferenceStr": "6m",
                      "changePercentage": -13,
                      "changePercentageStr": "-13%"
                    }
                  ],
                  "jobOpeningsGrowthByFunction": [
                    {
                      "urn": "8",
                      "name": "Engineering",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -12,
                          "changePercentageStr": "-12%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 3,
                          "changePercentageStr": "3%"
                        }
                      ]
                    },
                    {
                      "urn": "18",
                      "name": "Operations",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -21,
                          "changePercentageStr": "-21%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -21,
                          "changePercentageStr": "-21%"
                        }
                      ]
                    },
                    {
                      "urn": "20",
                      "name": "Program and Project Management",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -21,
                          "changePercentageStr": "-21%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -18,
                          "changePercentageStr": "-18%"
                        }
                      ]
                    },
                    {
                      "urn": "25",
                      "name": "Sales",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -22,
                          "changePercentageStr": "-22%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -10,
                          "changePercentageStr": "-10%"
                        }
                      ]
                    },
                    {
                      "urn": "10",
                      "name": "Finance",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -4,
                          "changePercentageStr": "-4%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentageStr": "0%"
                        }
                      ]
                    },
                    {
                      "urn": "13",
                      "name": "Information Technology",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -22,
                          "changePercentageStr": "-22%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -25,
                          "changePercentageStr": "-25%"
                        }
                      ]
                    },
                    {
                      "urn": "15",
                      "name": "Marketing",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -12,
                          "changePercentageStr": "-12%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -2,
                          "changePercentageStr": "-2%"
                        }
                      ]
                    },
                    {
                      "urn": "19",
                      "name": "Product Management",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -21,
                          "changePercentageStr": "-21%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -19,
                          "changePercentageStr": "-19%"
                        }
                      ]
                    },
                    {
                      "urn": "4",
                      "name": "Business Development",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -21,
                          "changePercentageStr": "-21%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -15,
                          "changePercentageStr": "-15%"
                        }
                      ]
                    },
                    {
                      "urn": "1",
                      "name": "Accounting",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": 5,
                          "changePercentageStr": "5%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 25,
                          "changePercentageStr": "25%"
                        }
                      ]
                    },
                    {
                      "urn": "3",
                      "name": "Arts and Design",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": 1,
                          "changePercentageStr": "1%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": 2,
                          "changePercentageStr": "2%"
                        }
                      ]
                    },
                    {
                      "urn": "12",
                      "name": "Human Resources",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -30,
                          "changePercentageStr": "-30%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -29,
                          "changePercentageStr": "-29%"
                        }
                      ]
                    },
                    {
                      "urn": "24",
                      "name": "Research",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -20,
                          "changePercentageStr": "-20%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -10,
                          "changePercentageStr": "-10%"
                        }
                      ]
                    },
                    {
                      "urn": "26",
                      "name": "Support",
                      "growthPeriods": [
                        {
                          "monthDifference": 3,
                          "changePercentage": -41,
                          "changePercentageStr": "-41%"
                        },
                        {
                          "monthDifference": 6,
                          "monthDifferenceStr": "6m",
                          "changePercentage": -27,
                          "changePercentageStr": "-27%"
                        }
                      ]
                    }
                  ]
                },
                "medianEmployeeTenure": 3.2
              }
            }
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

LinkedIn company insights APIcompany analytics APIpremium company datacompetitive intelligence APILinkedIn APILinkedIn data APILinkedIn scraper API