# Best Travel Scrapers on Apify (2026)

**Use case:** 

The best travel scrapers on Apify by popularity. Extract hotel prices, flight fares, availability and reviews from Booking, Expedia, and Tripadvisor.

## Input

```json
{
  "category": "TRAVEL",
  "sortBy": "popularity",
  "maxItems": 50,
  "offset": 0,
  "includeDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "username": {
    "label": "Developer username",
    "format": "string"
  },
  "totalUsers": {
    "label": "Total users",
    "format": "integer"
  },
  "monthlyUsers": {
    "label": "Monthly users",
    "format": "integer"
  },
  "totalUsers7Days": {
    "label": "Users (7 days)",
    "format": "integer"
  },
  "totalUsers90Days": {
    "label": "Users (90 days)",
    "format": "integer"
  },
  "bookmarkCount": {
    "label": "Bookmarks",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Store API](https://apify.com/johnvc/store-actor-intelligence-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/store-actor-intelligence-api) to learn more, explore other use cases, and run it yourself.