# Ecommerce Acquisition Leads - Flippa

**Use case:** 

Build an acquisition lead list from Flippa with Business, Type, Asking $, Website, Emails, Phones and Seller location. Ready-to-use contact list.

## Input

```json
{
  "searchQuery": "ai",
  "propertyTypes": [
    "ecommerce"
  ],
  "saleMethod": "any",
  "revenueGeneratingOnly": false,
  "verifiedOnly": false,
  "sort": "newest",
  "maxResults": 50,
  "includeContactLeads": true,
  "maxLeadPagesPerSite": 3,
  "onlyNewListings": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "propertyName": {
    "label": "Business",
    "format": "text"
  },
  "propertyTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking $",
    "format": "number"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "contactEmails": {
    "label": "Emails",
    "format": "array"
  },
  "contactPhones": {
    "label": "Phones",
    "format": "array"
  },
  "sellerLocation": {
    "label": "Seller location",
    "format": "text"
  },
  "superSeller": {
    "label": "Super seller",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Flippa Scraper - Online Businesses, Websites & Domains For Sale](https://apify.com/scrapesage/flippa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/flippa-scraper) to learn more, explore other use cases, and run it yourself.