# FLIPPA.com $0.8💰 URL | Filters | Enriched Output (`abotapi/flippa-com-scraper`) Actor

From $0.8/1K. Scrape FLIPPA.com with full enrichment. Extract profit, revenue, multiples, traffic, age, location, monetization, badges, and more. Combines search JSON and listing API data. Supports filters or URL input, concurrent enrichment, and fast, low-resource runs.

- **URL**: https://apify.com/abotapi/flippa-com-scraper.md
- **Developed by:** [AbotAPI](https://apify.com/abotapi) (community)
- **Categories:** E-commerce, Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Flippa Scraper

Pull every public field from flippa.com listings, fast and cheap. Search by filters or paste any URL. Each record carries 80+ structured fields plus the raw upstream payload, so you never lose data the platform exposes.

### Why This Scraper?

* **Complete output:** monthly profit, monthly revenue, profit and revenue multiples, page views, uniques, site age, seller location, monetization, sale method, verifications, badges, integrations, all preserved.
* **Two sources merged per record:** the search-results JSON island for badges, multiples, key data, and price text; the public listings JSON:API for hostname, external URL, model, industry, and revenue sources.
* **Search and URL mode:** filter by 25 dimensions, or paste search URLs and listing URLs straight from your browser.
* **Concurrent enrichment:** detail data fetched in parallel and pushed per record, so an aborted run still keeps everything that finished.
* **Free-tier friendly:** the default Apify proxy works, no residential needed.
* **Lean and fast:** ~50 MB peak memory, sub-second cold start, low compute usage.

### Data You Get

> Sample shape, values are illustrative placeholders, not from a live listing.

| Field | Example |
|---|---|
| `id` | `"00000000"` |
| `url` | `"https://flippa.com/00000000-sample-slug"` |
| `title` | `"Sample listing title"` |
| `summary` | `"Brief seller pitch text shown on the search card."` |
| `propertyName` | `"example.com"` |
| `hostname` | `"example.com"` |
| `externalUrl` | `"https://www.example.com/"` |
| `propertyType` | `"saas"` |
| `siteType` | `"AiAppsAndTools"` |
| `category` | `"Internet"` |
| `monetization` | `"Ads"` |
| `primaryPlatform` | `"Open AI"` |
| `industry` | `"internet"` |
| `businessModel` | `null` |
| `saleMethod` | `"classified"` |
| `saleMethodTitle` | `"Asking Price"` |
| `status` | `"open"` |
| `endAt` | `"2026-01-01T00:00:00+00:00"` |
| `price` | `0` |
| `originalPrice` | `0` |
| `priceText` | `"USD $0"` |
| `priceDropped` | `false` |
| `priceDroppedPercent` | `0` |
| `currency` | `"USD"` |
| `monthlyRevenue` | `0` |
| `monthlyProfit` | `0` |
| `annualRevenue` | `0` |
| `annualProfit` | `0` |
| `revenuePerMonth` | `0` |
| `profitPerMonth` | `0` |
| `profitMultiple` | `0.0` |
| `revenueMultiple` | `0.0` |
| `uniquesPerMonth` | `0` |
| `pageViewsPerMonth` | `0` |
| `annualOrganicTraffic` | `0` |
| `authorityScore` | `0` |
| `siteAge` | `"1 year"` |
| `ageInYears` | `"1 year"` |
| `ageInMonths` | `12` |
| `businessLocation` | `"WY, United States"` |
| `sellerLocation` | `"United States"` |
| `revenueSources` | `[]` |
| `isVerifiedRevenue` | `false` |
| `isVerifiedTraffic` | `true` |
| `isManuallyVetted` | `true` |
| `isEditorsChoice` | `false` |
| `isSuperSeller` | `false` |
| `isSponsored` | `false` |
| `bidCount` | `0` |
| `thumbnailUrl` | `"https://static.flippa.com/assets/sample-placeholder.svg"` |
| `keyData` | `[{ "label": "Type", "value": "Sample" }]` |
| `badges` | `[]` |
| `allVerifications` | `[]` |
| `integrations` | `["google_analytics"]` |
| `raw` | full search-card object preserved verbatim |
| `apiRaw` | full listings JSON:API record preserved verbatim |

### How to Use

#### Search by filters

```json
{
  "mode": "search",
  "status": ["open"],
  "propertyTypes": ["saas", "ai_apps_and_tools"],
  "saleMethods": ["classified"],
  "sortBy": "most_recent",
  "minPrice": 1000,
  "maxPrice": 50000,
  "minMonthlyProfit": 100,
  "fetchDetails": true,
  "maxListings": 50,
  "maxPages": 5
}
````

#### Verified-revenue ecommerce, US sellers

```json
{
  "mode": "search",
  "propertyTypes": ["ecommerce_store"],
  "verifiedRevenueOnly": true,
  "sellerLocation": "us",
  "fetchDetails": true,
  "maxListings": 100
}
```

#### Paste any flippa.com URLs

```json
{
  "mode": "url",
  "urls": [
    "https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=saas",
    "https://flippa.com/search?search_template=most_recent&filter%5Bsale_method%5D=auction&filter%5Bstatus%5D=open",
    "https://flippa.com/12345678"
  ],
  "fetchDetails": true,
  "maxListings": 60
}
```

### Input Parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `mode` | string | `search` | `search` to filter, or `url` to paste URLs. |
| `status` | array | `["open"]` | `open` for live, `won` for recently sold, both supported. |
| `propertyTypes` | array | (any) | website, fba, saas, ecommerce\_store, ai\_apps\_and\_tools, plugin\_and\_extension, youtube, ios\_app, android\_app, game, crypto\_app, social\_media, newsletter, service\_and\_agency, service, projects\_and\_concepts, domain, other. |
| `siteTypes` | array | (any) | Granular site type within an asset type. |
| `saleMethods` | array | (any) | `auction`, `classified`. |
| `sortBy` | string | `most_relevant` | `most_relevant`, `most_recent`, `ending_soonest`, `most_active`. |
| `minPrice` / `maxPrice` | integer | (none) | Asking price range in USD. |
| `minMonthlyProfit` / `maxMonthlyProfit` | integer | (none) | Monthly net profit range. |
| `minMonthlyRevenue` / `maxMonthlyRevenue` | integer | (none) | Monthly revenue range. |
| `minUniquesPerMonth` | integer | (none) | Minimum monthly uniques. |
| `minAgeMonths` / `maxAgeMonths` | integer | (none) | Age range in months. |
| `tlds` | array | (any) | Domain extensions (com, org, io, ai, app, ...). |
| `sellerLocation` | string | (any) | ISO country code (us, gb, au) or region (afr, nam, sam, asi, eeu, weu, oce). |
| `verifiedRevenueOnly` | boolean | `false` | Only verified-revenue listings. |
| `verifiedTrafficOnly` | boolean | `false` | Only verified-traffic listings. |
| `manuallyVettedOnly` | boolean | `false` | Only manually vetted listings. |
| `editorsChoiceOnly` | boolean | `false` | Editor's Choice only. |
| `superSellerOnly` | boolean | `false` | Super Seller only. |
| `brokerSellerOnly` | boolean | `false` | Brokered listings only. |
| `sponsoredOnly` | boolean | `false` | Sponsored listings only. |
| `buyItNowOnly` | boolean | `false` | Buy It Now auctions only. |
| `reserveMetOnly` | boolean | `false` | Reserve met auctions only. |
| `priceDroppedOnly` | boolean | `false` | Price reduced only. |
| `managedByFlippaOnly` | boolean | `false` | Managed by Flippa only. |
| `earlyAccessOnly` | boolean | `false` | First Access only. |
| `revenueGenerating` | string | `any` | `yes`, `no`, or `any`. |
| `urls` | array | (none) | URL-mode input, supports search and listing URLs. |
| `fetchDetails` | boolean | `true` | Adds external\_url, hostname, model, revenue sources, seller location, etc. |
| `maxListings` | integer | `100` | Hard cap on dataset items. `0` means unlimited. |
| `maxPages` | integer | `10` | Pages to walk per search URL (about 25 listings per page). |
| `proxy` | object | Apify default | Default works fine, residential is optional. |

### Output Example

> Sample shape, placeholder values.

```json
{
  "id": "00000000",
  "url": "https://flippa.com/00000000-sample-slug",
  "title": "Sample SaaS listing with passive monthly revenue",
  "summary": "Brief seller pitch text shown on the search card.",
  "propertyName": "example.com",
  "hostname": "example.com",
  "externalUrl": "https://www.example.com/",
  "propertyType": "saas",
  "siteType": "AiAppsAndTools",
  "category": "Internet",
  "monetization": "Subscription",
  "primaryPlatform": "Open AI",
  "industry": "internet",
  "businessModel": null,
  "saleMethod": "classified",
  "saleMethodTitle": "Asking Price",
  "status": "open",
  "endAt": "2026-01-01T00:00:00+00:00",
  "price": 0,
  "originalPrice": 0,
  "priceText": "USD $0",
  "priceDropped": false,
  "currency": "USD",
  "monthlyRevenue": 0,
  "monthlyProfit": 0,
  "annualRevenue": 0,
  "annualProfit": 0,
  "profitMultiple": 0,
  "revenueMultiple": 0,
  "uniquesPerMonth": 0,
  "pageViewsPerMonth": 0,
  "annualOrganicTraffic": 0,
  "authorityScore": 0,
  "siteAge": "1 year",
  "ageInYears": "1 year",
  "ageInMonths": 12,
  "businessLocation": "WY, United States",
  "sellerLocation": "United States",
  "revenueSources": [],
  "isVerifiedRevenue": false,
  "isVerifiedTraffic": true,
  "isManuallyVetted": true,
  "isEditorsChoice": false,
  "isSuperSeller": false,
  "isSponsored": false,
  "bidCount": 0,
  "thumbnailUrl": "https://static.flippa.com/assets/sample-placeholder.svg",
  "keyData": [
    { "label": "Type", "value": "Sample" },
    { "label": "Industry", "value": "Internet" }
  ],
  "badges": [],
  "allVerifications": [],
  "integrations": ["google_analytics"],
  "raw": { "/* full search-card object */": "..." },
  "apiRaw": { "/* full listings JSON:API record */": "..." }
}
```

### Plan Requirement

- The default Apify proxy works for flippa.com, so the Free plan is enough to run this scraper.
- Residential is supported but rarely needed. Use it only if you observe rotation pressure on very large jobs.
- Detail enrichment makes one extra HTTP call per listing. Turn it off if you only need the search-card shape.

# Actor input Schema

## `mode` (type: `string`):

Pick how to find listings. Search builds URLs from filters. URL mode pastes ready-made flippa.com URLs.

## `status` (type: `array`):

Open auctions/classifieds, recently sold, or both.

## `propertyTypes` (type: `array`):

Asset types. Leave empty to include all. Pick any of: website, fba, saas, ecommerce\_store, plugin\_and\_extension, ai\_apps\_and\_tools, youtube, ios\_app, android\_app, game, crypto\_app, social\_media, newsletter, service\_and\_agency, service, projects\_and\_concepts, domain, other.

## `siteTypes` (type: `array`):

Granular site type within an asset type. Examples: BrowserExtension, ShopifyPlugin, WordpressPlugin, AiAppsAndTools, Newsletter, SocialMedia, Youtube, CryptoApp, MarketingAgency, SoftwareDevelopmentAgency, ContentAndMediaProject, MobileAppProject, SaasAndSoftwareProject, OtherProject. Leave empty for any.

## `saleMethods` (type: `array`):

Auction or Classified (asking price). Leave empty for both.

## `sortBy` (type: `string`):

Sort order for results.

## `minPrice` (type: `integer`):

Minimum asking price. Leave empty for no minimum.

## `maxPrice` (type: `integer`):

Maximum asking price. Leave empty for no maximum.

## `minMonthlyProfit` (type: `integer`):

Minimum monthly net profit. Leave empty for no minimum.

## `maxMonthlyProfit` (type: `integer`):

Maximum monthly net profit. Leave empty for no maximum.

## `minMonthlyRevenue` (type: `integer`):

Minimum monthly revenue. Leave empty for no minimum.

## `maxMonthlyRevenue` (type: `integer`):

Maximum monthly revenue. Leave empty for no maximum.

## `minUniquesPerMonth` (type: `integer`):

Minimum monthly unique visitors. Leave empty for no minimum.

## `minAgeMonths` (type: `integer`):

Minimum age in months. Leave empty for no minimum.

## `maxAgeMonths` (type: `integer`):

Maximum age in months. Leave empty for no maximum.

## `tlds` (type: `array`):

Limit to specific domain extensions. Examples: com, org, net, io, co, ai, app. Leave empty for any.

## `sellerLocation` (type: `string`):

ISO 2-letter country code (e.g. us, gb, au) or region code (afr, nam, sam, asi, eeu, weu, oce). Leave empty for any.

## `verifiedRevenueOnly` (type: `boolean`):

Only listings with Flippa-verified revenue.

## `verifiedTrafficOnly` (type: `boolean`):

Only listings with Flippa-verified traffic.

## `manuallyVettedOnly` (type: `boolean`):

Only listings the Flippa team or broker has manually vetted.

## `editorsChoiceOnly` (type: `boolean`):

Only Editor's Choice listings.

## `superSellerOnly` (type: `boolean`):

Only listings from Super Sellers.

## `brokerSellerOnly` (type: `boolean`):

Only brokered listings.

## `sponsoredOnly` (type: `boolean`):

Only sponsored (premium) listings.

## `buyItNowOnly` (type: `boolean`):

Auctions with Buy It Now option.

## `reserveMetOnly` (type: `boolean`):

Auctions where the reserve has been met.

## `priceDroppedOnly` (type: `boolean`):

Listings whose price has been reduced.

## `managedByFlippaOnly` (type: `boolean`):

Only listings managed by the Flippa team.

## `earlyAccessOnly` (type: `boolean`):

Only First-Access listings.

## `revenueGenerating` (type: `string`):

Filter by whether the listing is currently revenue generating.

## `urls` (type: `array`):

Paste any flippa.com URLs to scrape directly. Supports search-results URLs (https://flippa.com/search?...) and listing URLs (https://flippa.com/12345 or https://flippa.com/12345-some-slug). Multi-URL is supported. Filter-mode fields are ignored. Pagination starts at the page in each URL and walks forward.

## `fetchDetails` (type: `boolean`):

When ON, also fetches the per-listing /v3/listings/{id} record. Adds external\_url, hostname, business\_model, industry, revenue\_per\_month, profit\_per\_month, app\_downloads\_per\_month, revenue\_sources, and seller\_location. Costs one extra HTTP call per listing.

## `maxListings` (type: `integer`):

Hard cap on listings pushed to the dataset. 0 means unlimited (capped only by maxPages and the platform's 10,000-listing total).

## `maxPages` (type: `integer`):

Maximum pages to walk per search URL. Flippa's search returns 25 listings per page and caps at page 400 (10,000 listings total). The actor stops early when it reaches the result total reported by the server, so setting this to 400 is safe even for narrow filters.

## `proxy` (type: `object`):

Default Apify proxy works fine for flippa.com. Residential is optional and rarely needed.

## Actor input object example

```json
{
  "mode": "search",
  "status": [
    "open"
  ],
  "propertyTypes": [
    "ai_apps_and_tools"
  ],
  "sortBy": "most_relevant",
  "verifiedRevenueOnly": false,
  "verifiedTrafficOnly": false,
  "manuallyVettedOnly": false,
  "editorsChoiceOnly": false,
  "superSellerOnly": false,
  "brokerSellerOnly": false,
  "sponsoredOnly": false,
  "buyItNowOnly": false,
  "reserveMetOnly": false,
  "priceDroppedOnly": false,
  "managedByFlippaOnly": false,
  "earlyAccessOnly": false,
  "revenueGenerating": "any",
  "urls": [
    "https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=ai_apps_and_tools"
  ],
  "fetchDetails": true,
  "maxListings": 0,
  "maxPages": 1,
  "proxy": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "status": [
        "open"
    ],
    "propertyTypes": [
        "ai_apps_and_tools"
    ],
    "urls": [
        "https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=ai_apps_and_tools"
    ],
    "proxy": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("abotapi/flippa-com-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "status": ["open"],
    "propertyTypes": ["ai_apps_and_tools"],
    "urls": ["https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=ai_apps_and_tools"],
    "proxy": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("abotapi/flippa-com-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "status": [
    "open"
  ],
  "propertyTypes": [
    "ai_apps_and_tools"
  ],
  "urls": [
    "https://flippa.com/search?search_template=most_relevant&filter%5Bstatus%5D=open&filter%5Bproperty_type%5D=ai_apps_and_tools"
  ],
  "proxy": {
    "useApifyProxy": true
  }
}' |
apify call abotapi/flippa-com-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=abotapi/flippa-com-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "FLIPPA.com $0.8💰 URL | Filters | Enriched Output",
        "description": "From $0.8/1K. Scrape FLIPPA.com with full enrichment. Extract profit, revenue, multiples, traffic, age, location, monetization, badges, and more. Combines search JSON and listing API data. Supports filters or URL input, concurrent enrichment, and fast, low-resource runs.",
        "version": "1.0",
        "x-build-id": "mYQ238pTJka88AuVb"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/abotapi~flippa-com-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-abotapi-flippa-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/abotapi~flippa-com-scraper/runs": {
            "post": {
                "operationId": "runs-sync-abotapi-flippa-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/abotapi~flippa-com-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-abotapi-flippa-com-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Search Mode",
                        "enum": [
                            "search",
                            "url"
                        ],
                        "type": "string",
                        "description": "Pick how to find listings. Search builds URLs from filters. URL mode pastes ready-made flippa.com URLs.",
                        "default": "search"
                    },
                    "status": {
                        "title": "Listing Status",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Open auctions/classifieds, recently sold, or both.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "open",
                                "won"
                            ],
                            "enumTitles": [
                                "Open",
                                "Recently Sold"
                            ]
                        }
                    },
                    "propertyTypes": {
                        "title": "Asset Types",
                        "type": "array",
                        "description": "Asset types. Leave empty to include all. Pick any of: website, fba, saas, ecommerce_store, plugin_and_extension, ai_apps_and_tools, youtube, ios_app, android_app, game, crypto_app, social_media, newsletter, service_and_agency, service, projects_and_concepts, domain, other.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "siteTypes": {
                        "title": "Site Types",
                        "type": "array",
                        "description": "Granular site type within an asset type. Examples: BrowserExtension, ShopifyPlugin, WordpressPlugin, AiAppsAndTools, Newsletter, SocialMedia, Youtube, CryptoApp, MarketingAgency, SoftwareDevelopmentAgency, ContentAndMediaProject, MobileAppProject, SaasAndSoftwareProject, OtherProject. Leave empty for any.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "saleMethods": {
                        "title": "Sale Methods",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Auction or Classified (asking price). Leave empty for both.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "auction",
                                "classified"
                            ],
                            "enumTitles": [
                                "Auction",
                                "Classified"
                            ]
                        }
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "most_relevant",
                            "most_recent",
                            "ending_soonest",
                            "most_active"
                        ],
                        "type": "string",
                        "description": "Sort order for results.",
                        "default": "most_relevant"
                    },
                    "minPrice": {
                        "title": "Min Price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum asking price. Leave empty for no minimum."
                    },
                    "maxPrice": {
                        "title": "Max Price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum asking price. Leave empty for no maximum."
                    },
                    "minMonthlyProfit": {
                        "title": "Min Monthly Profit (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum monthly net profit. Leave empty for no minimum."
                    },
                    "maxMonthlyProfit": {
                        "title": "Max Monthly Profit (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum monthly net profit. Leave empty for no maximum."
                    },
                    "minMonthlyRevenue": {
                        "title": "Min Monthly Revenue (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum monthly revenue. Leave empty for no minimum."
                    },
                    "maxMonthlyRevenue": {
                        "title": "Max Monthly Revenue (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum monthly revenue. Leave empty for no maximum."
                    },
                    "minUniquesPerMonth": {
                        "title": "Min Uniques per Month",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum monthly unique visitors. Leave empty for no minimum."
                    },
                    "minAgeMonths": {
                        "title": "Min Age (months)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum age in months. Leave empty for no minimum."
                    },
                    "maxAgeMonths": {
                        "title": "Max Age (months)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum age in months. Leave empty for no maximum."
                    },
                    "tlds": {
                        "title": "Domain Extensions (TLD)",
                        "type": "array",
                        "description": "Limit to specific domain extensions. Examples: com, org, net, io, co, ai, app. Leave empty for any.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sellerLocation": {
                        "title": "Seller Location",
                        "type": "string",
                        "description": "ISO 2-letter country code (e.g. us, gb, au) or region code (afr, nam, sam, asi, eeu, weu, oce). Leave empty for any."
                    },
                    "verifiedRevenueOnly": {
                        "title": "Verified Revenue Only",
                        "type": "boolean",
                        "description": "Only listings with Flippa-verified revenue.",
                        "default": false
                    },
                    "verifiedTrafficOnly": {
                        "title": "Verified Traffic Only",
                        "type": "boolean",
                        "description": "Only listings with Flippa-verified traffic.",
                        "default": false
                    },
                    "manuallyVettedOnly": {
                        "title": "Manually Vetted Only",
                        "type": "boolean",
                        "description": "Only listings the Flippa team or broker has manually vetted.",
                        "default": false
                    },
                    "editorsChoiceOnly": {
                        "title": "Editor's Choice Only",
                        "type": "boolean",
                        "description": "Only Editor's Choice listings.",
                        "default": false
                    },
                    "superSellerOnly": {
                        "title": "Super Seller Only",
                        "type": "boolean",
                        "description": "Only listings from Super Sellers.",
                        "default": false
                    },
                    "brokerSellerOnly": {
                        "title": "Brokered Listings Only",
                        "type": "boolean",
                        "description": "Only brokered listings.",
                        "default": false
                    },
                    "sponsoredOnly": {
                        "title": "Sponsored Only",
                        "type": "boolean",
                        "description": "Only sponsored (premium) listings.",
                        "default": false
                    },
                    "buyItNowOnly": {
                        "title": "Buy It Now Only",
                        "type": "boolean",
                        "description": "Auctions with Buy It Now option.",
                        "default": false
                    },
                    "reserveMetOnly": {
                        "title": "Reserve Met Only",
                        "type": "boolean",
                        "description": "Auctions where the reserve has been met.",
                        "default": false
                    },
                    "priceDroppedOnly": {
                        "title": "Price Reduced Only",
                        "type": "boolean",
                        "description": "Listings whose price has been reduced.",
                        "default": false
                    },
                    "managedByFlippaOnly": {
                        "title": "Managed by Flippa Only",
                        "type": "boolean",
                        "description": "Only listings managed by the Flippa team.",
                        "default": false
                    },
                    "earlyAccessOnly": {
                        "title": "First Access Only",
                        "type": "boolean",
                        "description": "Only First-Access listings.",
                        "default": false
                    },
                    "revenueGenerating": {
                        "title": "Revenue Generating",
                        "enum": [
                            "any",
                            "yes",
                            "no"
                        ],
                        "type": "string",
                        "description": "Filter by whether the listing is currently revenue generating.",
                        "default": "any"
                    },
                    "urls": {
                        "title": "Direct URLs",
                        "type": "array",
                        "description": "Paste any flippa.com URLs to scrape directly. Supports search-results URLs (https://flippa.com/search?...) and listing URLs (https://flippa.com/12345 or https://flippa.com/12345-some-slug). Multi-URL is supported. Filter-mode fields are ignored. Pagination starts at the page in each URL and walks forward.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "fetchDetails": {
                        "title": "Fetch Detail Data",
                        "type": "boolean",
                        "description": "When ON, also fetches the per-listing /v3/listings/{id} record. Adds external_url, hostname, business_model, industry, revenue_per_month, profit_per_month, app_downloads_per_month, revenue_sources, and seller_location. Costs one extra HTTP call per listing.",
                        "default": true
                    },
                    "maxListings": {
                        "title": "Max Listings",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Hard cap on listings pushed to the dataset. 0 means unlimited (capped only by maxPages and the platform's 10,000-listing total).",
                        "default": 0
                    },
                    "maxPages": {
                        "title": "Max Pages per Search",
                        "minimum": 1,
                        "maximum": 400,
                        "type": "integer",
                        "description": "Maximum pages to walk per search URL. Flippa's search returns 25 listings per page and caps at page 400 (10,000 listings total). The actor stops early when it reaches the result total reported by the server, so setting this to 400 is safe even for narrow filters.",
                        "default": 1
                    },
                    "proxy": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Default Apify proxy works fine for flippa.com. Residential is optional and rarely needed."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
