# Scrape Text-Only Facebook Ads (No Media)

**Use case:** 

Filter Meta's Ad Library to text-only ads with no image or video and export headlines, body copy, CTAs, and links by keyword. Great for copywriting swipe files.

## Input

```json
{
  "urls": [],
  "keyword": "saas",
  "country": "US",
  "mediaType": "none",
  "adType": "all",
  "period": "",
  "activeStatus": "all",
  "sortBy": "impressions_desc",
  "scrapeAdDetails": false,
  "resolveAdvertiser": false,
  "limitPerSource": 100,
  "enableCheckpoint": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "pageName": {
    "label": "Page name"
  },
  "displayFormat": {
    "label": "Display format"
  },
  "title": {
    "label": "Title"
  },
  "bodyText": {
    "label": "Body text"
  },
  "linkDescription": {
    "label": "Link description"
  },
  "ctaText": {
    "label": "Cta text"
  },
  "ctaType": {
    "label": "Cta type"
  },
  "linkUrl": {
    "label": "Link url"
  },
  "imageUrl1": {
    "label": "Image url1"
  },
  "imageUrl2": {
    "label": "Image url2"
  },
  "imageUrl3": {
    "label": "Image url3"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "videoPreviewImageUrl1": {
    "label": "Video preview image url1"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Ad Library Scraper Pro](https://apify.com/constructive_calm/facebook-ad-library-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/facebook-ad-library-pro) to learn more, explore other use cases, and run it yourself.