> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leadsontrees.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Mergers and Acquisitions

> Access comprehensive mergers and acquisitions data including acquisition amount and percentage of ownership



## OpenAPI

````yaml GET /m-a
openapi: 3.1.0
info:
  title: Mergers and Acquisitions API
  description: >-
    Access comprehensive mergers and acquisitions data including acquisition
    amount and percentage of ownership. Rate limit: 60 requests per minute.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://www.leadsontrees.com/api/v1
security:
  - apiKeyAuth: []
paths:
  /m-a:
    get:
      description: >-
        Access comprehensive mergers and acquisitions data including acquisition
        amount and percentage of ownership
      parameters:
        - name: amount
          in: query
          description: Amount the acquiring company paid for the acquisition
          schema:
            type: integer
            minimum: 0
          example: 275000000
        - name: category
          in: query
          description: Category of the companies
          schema:
            type: array
            items:
              type: string
          style: form
          explode: false
          example:
            - Technology
            - Healthcare
        - name: country
          in: query
          description: Country of the companies
          schema:
            type: string
          example: United States
        - name: website
          in: query
          description: Website of the companies
          schema:
            type: string
            format: uri
          example: https://example.com
        - name: linkedin_url
          in: query
          description: Linkedin url of the companies
          schema:
            type: string
            format: uri
          example: https://www.linkedin.com/company/example
        - name: page
          in: query
          description: Page number
          schema:
            type: integer
            minimum: 1
          example: 2
        - name: date_from
          in: query
          description: Start date (YYYY-MM-DD)
          schema:
            type: string
            format: date
          example: '2024-01-01'
        - name: date_to
          in: query
          description: End date (YYYY-MM-DD)
          schema:
            type: string
            format: date
          example: '2024-12-31'
        - name: status
          in: query
          description: Deal status (e.g., announced, completed, pending)
          schema:
            type: string
            enum:
              - announced
              - completed
              - pending
          example: completed
        - name: acquiring_company
          in: query
          description: Name of the acquiring company
          schema:
            type: string
          example: ExampleCorp
      responses:
        '200':
          description: M&A data response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MAResponse'
              example:
                message: OK
                params:
                  category:
                    - Technology
                  amount: null
                  country: null
                  status: null
                  acquiring_company: null
                  date_from: null
                  date_to: null
                response:
                  data:
                    - investment_id: a1b2c3d4-e5f6-7890-abcd-ef1234567890
                      company_name: TechStartup Inc
                      acquired_by: MegaCorp Solutions
                      acquired_by_linkedin_url: https://www.linkedin.com/company/megacorp-solutions
                      acquired_by_company_info:
                        name: MegaCorp Solutions
                        description: >-
                          A leading technology corporation specializing in
                          enterprise software solutions.
                        industry: Software Development
                        website: https://www.megacorp.com
                        size: 1,001-5,000 employees
                        logo_url: https://images.example.com/megacorp.png
                        year_founded: 2010
                        hq_country: United States
                        email: info@megacorp.com
                        phone: +1-555-123-4567
                        keywords:
                          - enterprise software
                          - cloud computing
                          - business solutions
                        specialities:
                          - Enterprise Solutions
                          - Cloud Architecture
                          - Business Intelligence
                        categories:
                          - Technology
                          - Software
                          - Enterprise
                        company_interested_in:
                          - Enterprise Software
                          - Cloud Services
                          - AI Consulting
                      name_path: techstartup-inc
                      description: >-
                        A leading technology company focused on innovative
                        software solutions for enterprise customers.
                      acquisition_amount: 50000000
                      acquisition_percentage: 100
                      main_category: Technology
                      company_info:
                        name: TechStartup Inc
                        description: >-
                          A leading technology company focused on innovative
                          software solutions for enterprise customers.
                        industry: Software Development
                        website: https://www.techstartup.com
                        size: 51-200 employees
                        logo_url: https://images.example.com/techstartup.png
                        year_founded: 2018
                        hq_country: United States
                        email: info@techstartup.com
                        phone: +1-555-987-6543
                        keywords:
                          - artificial intelligence
                          - machine learning
                          - automation
                          - cloud computing
                        specialities:
                          - AI Development
                          - Cloud Architecture
                          - Enterprise Solutions
                        categories:
                          - Technology
                          - Software
                          - AI/ML
                          - Enterprise
                        company_interested_in:
                          - Enterprise Software
                          - Cloud Services
                          - AI Consulting
                      historical_headcount:
                        - date: '2023-12-15T10:30:00'
                          headcount: 85
                          growth: 0
                        - date: '2024-01-15T10:30:00'
                          headcount: 92
                          growth: 8.2
                        - date: '2024-02-15T10:30:00'
                          headcount: 98
                          growth: 6.5
                      growth_info:
                        growth_1m: 2.5
                        growth_3m: 8.7
                        growth_6m: 15.3
                        growth_9m: 22.1
                        growth_12m: 28.9
                      contact_info:
                        - employees:
                            - name: John Smith
                              title: Chief Executive Officer
                              linkedin_url: https://www.linkedin.com/in/johnsmith
                              email: john.smith@techstartup.com
                              phone: +1-555-987-6543
                              date_started: '2023-01-15T09:00:00'
                            - name: Sarah Johnson
                              title: Chief Technology Officer
                              linkedin_url: https://www.linkedin.com/in/sarahjohnson
                              email: sarah.johnson@techstartup.com
                              phone: null
                              date_started: '2023-03-01T09:00:00'
                          company_linkedin_url: https://www.linkedin.com/company/techstartup
                          company_twitter_url: https://twitter.com/techstartup
                          company_facebook_url: https://www.facebook.com/techstartup
                      date_seen: '2024-04-26T09:58:19.783000'
                    - investment_id: f7e8d9c1-b2a3-4567-890a-bcdef1234567
                      company_name: HealthTech Solutions
                      acquired_by: WellCare Industries
                      acquired_by_linkedin_url: https://www.linkedin.com/company/wellcare-industries
                      acquired_by_company_info:
                        name: WellCare Industries
                        description: >-
                          Healthcare technology company focused on improving
                          patient outcomes through innovation.
                        industry: Healthcare Technology
                        website: https://www.wellcare.com
                        size: 501-1,000 employees
                        logo_url: https://images.example.com/wellcare.png
                        year_founded: 2012
                        hq_country: United States
                        email: info@wellcare.com
                        phone: +1-555-234-5678
                        keywords:
                          - healthcare
                          - medical devices
                          - patient care
                          - telemedicine
                        specialities:
                          - Medical Technology
                          - Patient Management
                          - Healthcare Analytics
                        categories:
                          - Healthcare
                          - Medical Devices
                          - Technology
                        company_interested_in:
                          - Medical Equipment
                          - Healthcare Software
                          - Patient Management Systems
                      name_path: healthtech-solutions
                      description: >-
                        A healthcare technology company developing innovative
                        solutions for patient monitoring and care management.
                      acquisition_amount: 35000000
                      acquisition_percentage: 100
                      main_category: Healthcare
                      company_info:
                        name: HealthTech Solutions
                        description: >-
                          A healthcare technology company developing innovative
                          solutions for patient monitoring and care management.
                        industry: Healthcare Technology
                        website: https://www.healthtech.com
                        size: 11-50 employees
                        logo_url: https://images.example.com/healthtech.png
                        year_founded: 2019
                        hq_country: United States
                        email: info@healthtech.com
                        phone: +1-555-876-5432
                        keywords:
                          - patient monitoring
                          - healthcare analytics
                          - medical devices
                          - remote care
                        specialities:
                          - Patient Monitoring
                          - Healthcare Analytics
                          - Medical Device Integration
                        categories:
                          - Healthcare
                          - Medical Technology
                          - Software
                        company_interested_in:
                          - Medical Equipment
                          - Healthcare Software
                          - Research Partnerships
                      historical_headcount:
                        - date: '2023-12-01T10:30:00'
                          headcount: 32
                          growth: 0
                        - date: '2024-01-01T10:30:00'
                          headcount: 35
                          growth: 9.4
                        - date: '2024-02-01T10:30:00'
                          headcount: 38
                          growth: 8.6
                      growth_info:
                        growth_1m: 5.6
                        growth_3m: 18.8
                        growth_6m: 26.7
                        growth_9m: 35.7
                        growth_12m: 46.2
                      contact_info:
                        - employees:
                            - name: Emily Davis
                              title: Chief Executive Officer
                              linkedin_url: https://www.linkedin.com/in/emilydavis
                              email: emily.davis@healthtech.com
                              phone: null
                              date_started: '2023-06-01T09:00:00'
                            - name: Michael Chen
                              title: Head of Product
                              linkedin_url: https://www.linkedin.com/in/michaelchen
                              email: michael.chen@healthtech.com
                              phone: null
                              date_started: '2023-08-15T09:00:00'
                          company_linkedin_url: >-
                            https://www.linkedin.com/company/healthtech-solutions
                          company_twitter_url: null
                          company_facebook_url: https://www.facebook.com/healthtechsolutions
                      date_seen: '2024-04-25T18:09:40.611000'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '429':
          description: Rate limit exceeded (60 requests per minute)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RateLimitExceeded'
components:
  schemas:
    MAResponse:
      type: object
      required:
        - message
        - params
        - response
      properties:
        message:
          type: string
          example: OK
        params:
          $ref: '#/components/schemas/RequestParams'
        response:
          $ref: '#/components/schemas/ResponseData'
    Error:
      type: object
      required:
        - code
        - message
      properties:
        code:
          type: integer
          format: int32
        message:
          type: string
    RateLimitExceeded:
      type: object
      required:
        - code
        - message
      properties:
        code:
          type: integer
          format: int32
          example: 429
        message:
          type: string
          example: Rate limit exceeded. Maximum 60 requests per minute.
    RequestParams:
      type: object
      properties:
        category:
          type: array
          items:
            type: string
          nullable: true
        amount:
          type: integer
          nullable: true
        country:
          type: string
          nullable: true
        status:
          type: string
          nullable: true
        acquiring_company:
          type: string
          nullable: true
        date_from:
          type: string
          format: date
          nullable: true
        date_to:
          type: string
          format: date
          nullable: true
    ResponseData:
      type: object
      required:
        - data
      properties:
        data:
          type: array
          items:
            $ref: '#/components/schemas/MARecord'
    MARecord:
      type: object
      required:
        - investment_id
        - company_name
        - acquired_by
      properties:
        investment_id:
          type: string
          format: uuid
          example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
        company_name:
          type: string
          example: TechStartup Inc
        acquired_by:
          type: string
          example: MegaCorp Solutions
        acquired_by_linkedin_url:
          type: string
          format: uri
          nullable: true
          example: https://www.linkedin.com/company/megacorp-solutions
        acquired_by_company_info:
          $ref: '#/components/schemas/DetailedCompanyInfo'
        name_path:
          type: string
          example: techstartup-inc
        description:
          type: string
          nullable: true
          example: >-
            A leading technology company focused on innovative software
            solutions for enterprise customers.
        acquisition_amount:
          type: integer
          example: 50000000
        acquisition_percentage:
          type: number
          format: float
          nullable: true
          example: 100
        main_category:
          type: string
          example: Technology
        company_info:
          $ref: '#/components/schemas/DetailedCompanyInfo'
        historical_headcount:
          type: array
          items:
            $ref: '#/components/schemas/HeadcountData'
        growth_info:
          $ref: '#/components/schemas/GrowthInfo'
        contact_info:
          type: array
          items:
            $ref: '#/components/schemas/ContactInfo'
        date_seen:
          type: string
          format: date-time
          example: '2024-04-26T09:58:19.783000'
    DetailedCompanyInfo:
      type: object
      properties:
        name:
          type: string
          nullable: true
          example: InnovateTech Solutions
        description:
          type: string
          nullable: true
          example: >-
            A cutting-edge technology company specializing in AI-driven
            solutions for modern businesses.
        industry:
          type: string
          nullable: true
          example: Software Development
        website:
          type: string
          format: uri
          nullable: true
          example: https://www.innovatetech.com
        size:
          type: string
          nullable: true
          example: 51-200 employees
        logo_url:
          type: string
          format: uri
          nullable: true
          example: https://images.example.com/innovatetech.png
        year_founded:
          type: integer
          nullable: true
          example: 2018
        hq_country:
          type: string
          nullable: true
          example: United States
        email:
          type: string
          format: email
          nullable: true
          example: info@innovatetech.com
        phone:
          type: string
          nullable: true
          example: +1-555-123-4567
        keywords:
          type: array
          items:
            type: string
          example:
            - artificial intelligence
            - machine learning
            - automation
            - cloud computing
        specialities:
          type: array
          items:
            type: string
          example:
            - AI Development
            - Cloud Architecture
            - Enterprise Solutions
        categories:
          type: array
          items:
            type: string
          example:
            - Technology
            - Software
            - AI/ML
            - Enterprise
        company_interested_in:
          type: array
          items:
            type: string
          example:
            - Enterprise Software
            - Cloud Services
            - AI Consulting
    HeadcountData:
      type: object
      required:
        - date
        - headcount
        - growth
      properties:
        date:
          type: string
          format: date-time
          example: '2024-03-15T12:30:00'
        headcount:
          type: integer
          example: 125
        growth:
          type: number
          format: float
          example: 8.7
    GrowthInfo:
      type: object
      properties:
        growth_1m:
          type: number
          format: float
          example: 2.5
        growth_3m:
          type: number
          format: float
          example: 8.7
        growth_6m:
          type: number
          format: float
          example: 15.3
        growth_9m:
          type: number
          format: float
          example: 22.1
        growth_12m:
          type: number
          format: float
          example: 28.9
    ContactInfo:
      type: object
      properties:
        employees:
          type: array
          items:
            $ref: '#/components/schemas/Employee'
        company_linkedin_url:
          type: string
          format: uri
          nullable: true
          example: https://www.linkedin.com/company/innovatetech
        company_twitter_url:
          type: string
          format: uri
          nullable: true
          example: https://twitter.com/innovatetech
        company_facebook_url:
          type: string
          format: uri
          nullable: true
          example: https://www.facebook.com/innovatetech
    Employee:
      type: object
      required:
        - name
        - title
      properties:
        name:
          type: string
          example: John Smith
        title:
          type: string
          example: Chief Technology Officer
        linkedin_url:
          type: string
          format: uri
          nullable: true
          example: https://www.linkedin.com/in/johnsmith
        email:
          type: string
          format: email
          nullable: true
          example: john.smith@innovatetech.com
        phone:
          type: string
          nullable: true
          example: +1-555-987-6543
        date_started:
          type: string
          format: date-time
          example: '2023-01-15T09:00:00'
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-lot-api-key
      description: API key for M&A data API authentication

````