# Research AI Startups for Acquisition

**Use case:** 

Research AI Startups for Acquisition with structured Acquire.com listing data for investors and M&A analysts.

## Input

```json
{
  "maxItems": 50,
  "categories": [
    "ai"
  ],
  "sortBy": "newest",
  "minPrice": 0,
  "maxPrice": 0,
  "locations": [
    "United States"
  ],
  "minAge": 0,
  "maxAge": 0,
  "minRevenueMultiple": 0,
  "maxRevenueMultiple": 0,
  "minProfitMultiple": 0,
  "maxProfitMultiple": 0,
  "minTTMGrossRevenue": 0,
  "maxTTMGrossRevenue": 0,
  "minTTMNetProfit": 0,
  "maxTTMNetProfit": 0,
  "minAnnualRecurringRevenue": 0,
  "maxAnnualRecurringRevenue": 0,
  "minAnnualGrowthRate": 0,
  "maxAnnualGrowthRate": 0,
  "recastFinancials": false,
  "connectedMetrics": false,
  "underAdvisory": false,
  "verifiedBusiness": false,
  "hideUnderOffer": false,
  "wait": 1,
  "page": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "dateFounded.year": {
    "label": "Founded Year",
    "format": "number"
  },
  "listingHeadline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "revenue": {
    "label": "Reported Revenue",
    "format": "number"
  },
  "totalRevenueAnnual": {
    "label": "Annual Revenue",
    "format": "number"
  },
  "totalProfitAnnual": {
    "label": "Annual Profit",
    "format": "number"
  },
  "customers": {
    "label": "Customers",
    "format": "text"
  },
  "churnRate": {
    "label": "Churn Rate",
    "format": "string"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "totalGrowthAnnual": {
    "label": "Annual Growth (%)",
    "format": "number"
  },
  "insights.views": {
    "label": "Views",
    "format": "number"
  },
  "insights.favorites": {
    "label": "Favorites",
    "format": "number"
  },
  "about": {
    "label": "About",
    "format": "text"
  },
  "askingPriceReasoning": {
    "label": "Reasoning",
    "format": "text"
  },
  "techStackKeywords": {
    "label": "Tech Stack",
    "format": "text"
  },
  "competitors": {
    "label": "Competitors",
    "format": "text"
  },
  "businessModelKeywords": {
    "label": "Business Model",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Acquire.com Scraper](https://apify.com/igolaizola/acquire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/acquire-scraper) to learn more, explore other use cases, and run it yourself.