# Flippa Content Websites Scraper

**Use case:** 

Scrape Flippa content websites and blogs for sale with title, asking price, revenue, profit, site age, and listing URL. Export to JSON or CSV.

## Input

```json
{
  "startUrl": "https://flippa.com/search?query[keyword]=food",
  "maxItems": 50,
  "searchQuery": "content blog website"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "url"
  },
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "revenueAverage": {
    "label": "Revenue Average",
    "format": "number"
  },
  "profitAverage": {
    "label": "Profit Average",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "monetization": {
    "label": "Monetization",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "siteAge": {
    "label": "Site Age",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "saleMethod": {
    "label": "Sale Method",
    "format": "text"
  },
  "bidCount": {
    "label": "Bid Count",
    "format": "number"
  },
  "endDate": {
    "label": "End Date",
    "format": "datetime"
  },
  "hasVerifiedTraffic": {
    "label": "Has Verified Traffic",
    "format": "boolean"
  },
  "hasVerifiedRevenue": {
    "label": "Has Verified Revenue",
    "format": "boolean"
  },
  "superSeller": {
    "label": "Super Seller",
    "format": "boolean"
  },
  "brokerSeller": {
    "label": "Broker Seller",
    "format": "boolean"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "editorsChoice": {
    "label": "Editor's Choice",
    "format": "boolean"
  },
  "multiple": {
    "label": "Multiple",
    "format": "number"
  },
  "revenueMultiple": {
    "label": "Revenue Multiple",
    "format": "number"
  },
  "annualOrganicTraffic": {
    "label": "Annual Organic Traffic",
    "format": "number"
  },
  "authorityScore": {
    "label": "Authority Score",
    "format": "number"
  },
  "currencyLabel": {
    "label": "Currency",
    "format": "text"
  },
  "establishedAt": {
    "label": "Established At",
    "format": "number"
  },
  "confidential": {
    "label": "Confidential",
    "format": "boolean"
  },
  "managedByFlippa": {
    "label": "Managed by Flippa",
    "format": "boolean"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "priceDropped": {
    "label": "Price Dropped",
    "format": "boolean"
  },
  "priceDroppedPercent": {
    "label": "Price Dropped %",
    "format": "number"
  },
  "underOffer": {
    "label": "Under Offer",
    "format": "boolean"
  },
  "openToOffer": {
    "label": "Open to Offer",
    "format": "boolean"
  },
  "equitySalePercentage": {
    "label": "Equity Sale %",
    "format": "text"
  },
  "hideProfit": {
    "label": "Hide Profit",
    "format": "boolean"
  },
  "integrations": {
    "label": "Integrations",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "json"
  },
  "keyData": {
    "label": "Key Data",
    "format": "json"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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