{
  "openapi": "3.0.1",
  "info": {
    "title": "Empire Flippers Scraper — Businesses for Sale & Sold Deals",
    "description": "Scrape Empire Flippers online businesses for sale, pending and sold: asking price, valuation multiple, monthly profit, revenue, expenses, 12-month P&L and traffic, niche and monetization (Amazon FBA, SaaS, content sites), SEMrush score. For deal sourcing and valuation comps. No login.",
    "version": "0.1",
    "x-build-id": "cTYqKEZtuH6jrSg6R"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/oswaldocarabano~empire-flippers-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-oswaldocarabano-empire-flippers-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/oswaldocarabano~empire-flippers-scraper/runs": {
      "post": {
        "operationId": "runs-sync-oswaldocarabano-empire-flippers-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/oswaldocarabano~empire-flippers-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-oswaldocarabano-empire-flippers-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",
        "properties": {
          "listingStatuses": {
            "title": "Listing status",
            "type": "array",
            "description": "Which listings to collect. For Sale = businesses on the market today (180 on 23 Sep 2026). Sold = closed deals with their final asking price and financials, the best comparables for valuation (2,674). Pending Sold = under contract (23). Pick several and the row budget is shared fairly between them.",
            "items": {
              "type": "string",
              "enum": [
                "For Sale",
                "Pending Sold",
                "Sold"
              ],
              "enumTitles": [
                "For Sale",
                "Pending Sold (under contract)",
                "Sold (closed deals, for comparables)"
              ]
            },
            "default": [
              "For Sale"
            ]
          },
          "maxItems": {
            "title": "Maximum rows",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Stop after this many rows. With outputType = listings a row is one business; with monthlyMetrics a row is one business-month (about 12 per business). The whole Empire Flippers catalogue is 2,877 listings.",
            "default": 200
          },
          "monetization": {
            "title": "Monetization",
            "enum": [
              "Display Advertising",
              "Amazon Associates",
              "Amazon FBA",
              "Affiliate",
              "eCommerce",
              "Amazon KDP",
              "DropShipping",
              "Other",
              "Digital Product",
              "Amazon Merch",
              "Subscription",
              "Service",
              "SaaS",
              "YouTube",
              "Info Product",
              "Amazon FBM",
              "Lead Gen",
              "Application",
              "Agency",
              "Newsletter",
              "Subscription-Box"
            ],
            "type": "string",
            "description": "Only listings with this monetization model. Verified against the live API on 23 Sep 2026: every returned row carries it."
          },
          "niche": {
            "title": "Niche",
            "enum": [
              "Advertising",
              "Agriculture",
              "Apparel & Accessories",
              "Art",
              "Automotive",
              "Baby Care",
              "Baking",
              "Beauty",
              "Bed & Bath",
              "Books",
              "Business",
              "Children",
              "Cleaning Products",
              "Coupons",
              "Cryptocurrency",
              "Culinary",
              "Dating",
              "Design",
              "Digital Media",
              "Electronic Cigarettes",
              "Electronics",
              "Employment",
              "Entertainment",
              "Equipment",
              "Finance",
              "Food & Beverages",
              "Gaming",
              "Health & Fitness",
              "Hobbies",
              "Home",
              "Hospitality",
              "Information",
              "Jewelry",
              "Kitchenware",
              "Legal",
              "Lifestyle",
              "Medical",
              "Music",
              "News & Education",
              "Occasions & Gifts",
              "Office Supply",
              "Outdoors",
              "Parenting",
              "Personal Care",
              "Pet Care",
              "Quizzes",
              "Real Estate",
              "Religion & Spirituality",
              "Retail & Wholesale",
              "Romance",
              "SEO",
              "Science",
              "Social Media",
              "Sports",
              "Supplements",
              "Survival & Security",
              "Technology",
              "Tobacco Accessories",
              "Travel"
            ],
            "type": "string",
            "description": "Only listings in this niche (Empire Flippers taxonomy, 59 niches). Counts are the whole catalogue on 23 Sep 2026."
          },
          "platform": {
            "title": "Site platform",
            "enum": [
              "WordPress",
              "Amazon",
              "Shopify",
              "YouTube",
              "HTML",
              "Other"
            ],
            "type": "string",
            "description": "Only businesses whose site runs on this platform (for example Shopify or WordPress)."
          },
          "country": {
            "title": "Country",
            "pattern": "^([A-Za-z]{2})?$",
            "type": "string",
            "description": "Two-letter ISO country code of the business audience, for example US, GB, DE. 68% of listings with a country are US."
          },
          "minPrice": {
            "title": "Minimum asking price (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings priced at or above this."
          },
          "maxPrice": {
            "title": "Maximum asking price (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings priced at or below this."
          },
          "minMonthlyProfit": {
            "title": "Minimum average monthly net profit (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings whose average monthly net profit is at least this."
          },
          "maxMonthlyProfit": {
            "title": "Maximum average monthly net profit (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings whose average monthly net profit is at most this."
          },
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Free-text search over the listing, the same search the marketplace uses (for example amazon, tattoo, saas)."
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "default",
              "newest",
              "price_high",
              "price_low",
              "profit_high"
            ],
            "type": "string",
            "description": "Only orderings verified to change the result against the live API.",
            "default": "default"
          },
          "outputType": {
            "title": "Output type",
            "enum": [
              "listings",
              "monthlyMetrics"
            ],
            "type": "string",
            "description": "listings = one rich row per business (all financials, traffic and the 12-month series nested). monthlyMetrics = one flat row per business and month (profit, revenue, expenses, page views, users, traffic channels), ready for a spreadsheet.",
            "default": "listings"
          },
          "includeTechStack": {
            "title": "Add tech stack (extra request per listing)",
            "type": "boolean",
            "description": "Fetches each listing detail to add the tech stack (for example React, Firebase). Measured on 23 Sep 2026: present on 16.7% of For Sale listings and 0% of Sold ones. Charged only when a tech stack is found.",
            "default": false
          },
          "includePrivateSellerContact": {
            "title": "Keep contact details that may belong to a person",
            "type": "boolean",
            "description": "Empire Flippers keeps sellers anonymous, and on 23 Sep 2026 no listing exposed a personal email or phone. As a safeguard, any email that looks personal (free mail provider or name@) or any phone number found in the free text is redacted unless you turn this on. Business role mailboxes such as support@ are always kept.",
            "default": false
          },
          "maxCacheAgeDays": {
            "title": "Reuse cached pages up to (days)",
            "minimum": 0,
            "maximum": 7,
            "type": "integer",
            "description": "0 = always fetch live data (default). Rows served from cache say so in from_cache and data_age_hours.",
            "default": 0
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Not needed: the source answers without a proxy. Only used as a fallback if the source starts refusing requests.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}