# Lemon8 Travel Trends Scraper

**Use case:** 

Scrape Lemon8 travel posts, creators, media, hashtags, dates, likes, saves, comments, and views for trend monitoring.

## Input

```json
{
  "queries": [
    "travel"
  ],
  "startUrls": [],
  "maxItems": 20,
  "pageLoadWaitSecs": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "caption": {
    "label": "Caption"
  },
  "authorName": {
    "label": "Author"
  },
  "authorUsername": {
    "label": "Username"
  },
  "authorFollowers": {
    "label": "Followers"
  },
  "mediaUrls": {
    "label": "Media URLs"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "likes": {
    "label": "Likes"
  },
  "comments": {
    "label": "Comments"
  },
  "saves": {
    "label": "Saves"
  },
  "views": {
    "label": "Views"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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