# Featured Marketing and SEO AI Tools Scraper

**Use case:** 

Pull featured paid marketing, SEO and writing AI tools with full raw fields. Product marketers map the competitive landscape without manual directory browsing.

## Input

```json
{
  "categories": [
    "marketing",
    "seo",
    "writing"
  ],
  "tags": [],
  "onlyFeatured": false,
  "maxItems": 10,
  "includeRawData": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "url": {
    "label": "Directory URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "opens": {
    "label": "Opens",
    "format": "number"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "icon": {
    "label": "Icon",
    "format": "image"
  },
  "frame": {
    "label": "Frame",
    "format": "image"
  },
  "screenshots": {
    "label": "Screenshots",
    "format": "array"
  },
  "video": {
    "label": "Video",
    "format": "link"
  },
  "founderName": {
    "label": "Founder Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "socials": {
    "label": "Socials",
    "format": "object"
  },
  "domainRating": {
    "label": "Domain Rating",
    "format": "number"
  },
  "domainRatingChange": {
    "label": "Domain Rating Change",
    "format": "number"
  },
  "faqs": {
    "label": "FAQs",
    "format": "array"
  },
  "discountCode": {
    "label": "Discount Code",
    "format": "text"
  },
  "discountType": {
    "label": "Discount Type",
    "format": "text"
  },
  "discountPercentage": {
    "label": "Discount Percentage",
    "format": "number"
  },
  "isForSale": {
    "label": "Is For Sale",
    "format": "boolean"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  }
}
```

## About this Actor

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