# Wix SEO app lead list extractor

**Use case:** 

Scrape Wix SEO apps to build partner, competitor, or vendor lead lists with public support and website links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.wix.com/app-market"
    },
    {
      "url": "https://www.wix.com/app-market/category/ecommerce"
    }
  ],
  "categories": [
    "marketing/seo"
  ],
  "maxItems": 75,
  "includeDetails": true,
  "requestDelayMs": 0
}
```

## Output

```json
{
  "name": {
    "label": "App name"
  },
  "slug": {
    "label": "Slug"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  },
  "category": {
    "label": "Category"
  },
  "collection": {
    "label": "Collection"
  },
  "shortDescription": {
    "label": "Short description"
  },
  "pricingLabel": {
    "label": "Pricing label"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "developerName": {
    "label": "Developer"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "supportUrl": {
    "label": "Support",
    "format": "link"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "tags": {
    "label": "Tags"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Wix App Market Scraper](https://apify.com/automation-lab/wix-app-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wix-app-market-scraper) to learn more, explore other use cases, and run it yourself.