# Which Of @glossier's Posts Are Paid?

**Use case:** 

Check which @glossier skincare features have official paid tags. Verify beauty creator ambassador posts for clear ad disclosures.

## Input

```json
{
  "postsOrHandle": [
    "natgeo"
  ],
  "maxPosts": 20
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "username",
    "format": "string"
  },
  "postedByThem": {
    "label": "postedByThem",
    "format": "boolean"
  },
  "disclosed": {
    "label": "disclosed",
    "format": "boolean"
  },
  "howDisclosed": {
    "label": "howDisclosed",
    "format": "string"
  },
  "looksCommercial": {
    "label": "looksCommercial",
    "format": "boolean"
  },
  "likeCount": {
    "label": "likeCount",
    "format": "integer"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "paidVsOwnGap": {
    "label": "paidVsOwnGap",
    "format": "number"
  },
  "postUrl": {
    "label": "postUrl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Paid Partnership Check - Was That An Ad?](https://apify.com/reapx/instagram-disclosure-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/instagram-disclosure-checker) to learn more, explore other use cases, and run it yourself.