# Intrepid Travel Package Tour Scraper (`crawlerbros/intrepid-travel-tour-scraper`) Actor

Scrape small-group package tours from intrepidtravel.com - browse by destination/region or trip style/theme (wildlife, cycling, family, walking, expeditions...), filter by duration/price/travel style, and get full tour detail with itinerary, inclusions, and reviews. No login required.

- **URL**: https://apify.com/crawlerbros/intrepid-travel-tour-scraper.md
- **Developed by:** [Crawler Bros](https://apify.com/crawlerbros) (community)
- **Categories:** Travel, Automation, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Intrepid Travel Package Tour Scraper

Scrape small-group package tours from **intrepidtravel.com** — one of the world's largest adventure travel operators, running trips across 100+ countries. Browse tours by destination/region or by trip style/theme (wildlife, cycling, family, walking & trekking, expeditions, and more), filter by duration/price/travel style/departure date, or pull full tour detail with itinerary, inclusions, and reviews. No login, no API key, no cookies required.

### What this actor does

- **`browse`** — list tours for a destination and/or a trip theme, with rich filtering
- **`tripDetail`** — full detail for specific tours: day-by-day itinerary summary, inclusions (accommodation/transport/meals/activities), joining point, review breakdown, image gallery
- Real prices (USD), durations, ratings, and review counts on every record
- Empty fields are always omitted — every returned field has real data

### Output fields

#### Tour record (`mode=browse`)

`tripCode`, `tripId`, `tripName`, `destinations[]`, `durationDays`, `travelStyles[]`, `themes[]`, `priceValue`, `priceCurrency`, `discountPriceValue`, `reviewRating`, `reviewCount`, `physicalRating`, `nextDepartureDate`, `isNew`, `priceDropText`, `destinationQueried`, `themeQueried`, `sourceUrl`

#### Tour detail record (`mode=tripDetail`)

`tripCode`, `tripId`, `tripName`, `tagline`, `description`, `durationDays`, `destinations[]`, `travelStyles[]`, `themes[]`, `startCity`, `startCountry`, `finishCity`, `finishCountry`, `groupSizeMin`, `groupSizeMax`, `minAge`, `maxAge`, `physicalRating`, `priceValue`, `priceCurrency`, `originalPriceValue`, `nextDepartureDate`, `reviewRating`, `reviewCount`, `reviews[]` (up to 10 individual traveler reviews: `reviewerName`, `rating`, `title`, `comment`, `submittedAt`, `departureDate`), `imageUrl`, `galleryImageUrls[]`, `accommodations[]`, `transport[]`, `meals[]`, `includedActivities[]`, `itineraryDayCount`, `itinerarySummary[]`, `joiningPointName`, `joiningPointAddress`, `sourceUrl`

Every record also carries `recordType` and `scrapedAt`.

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `mode` | string (select) | `browse` | `browse` / `tripDetail` |
| `destination` | string (select) | `none` | Destination/region to browse. Leave/set to `none` to browse by theme only |
| `customDestinationSlug` | string | – | Override `destination` with any intrepidtravel.com destination slug |
| `theme` | string (select) | `none` | Trip style/theme to browse (or narrow a destination by) |
| `sortBy` | string (select) | `relevance` | Reorder results: price low/high, duration short/long, rating high-low (mode=browse) |
| `travelStyle` | string (select) | `any` | Filter to a comfort tier: Basic / Original / Comfort / Premium |
| `searchKeyword` | string | – | Keyword filter on tour name/destinations/tagline |
| `minDuration` / `maxDuration` | integer | – | Duration filter (days) |
| `minPrice` / `maxPrice` | integer | – | From-price filter (USD) |
| `departureDateFrom` / `departureDateTo` | string | – | Filter by listed next-departure date (YYYY-MM-DD) |
| `tripUrls` | array | `["peru/inca-trail-express-166999"]` | Tour slugs/URLs to fetch detail for (mode=tripDetail) |
| `maxItems` | integer | `25` | Hard cap on emitted records (1–200) |
| `proxyConfiguration` | object | off | Optional Apify proxy, used only as an automatic fallback on 403/429 |

#### Example: cycling tours under 15 days, Original tier

```json
{
  "mode": "browse",
  "theme": "cycling",
  "travelStyle": "Original",
  "maxDuration": 15,
  "maxItems": 20
}
```

#### Example: wildlife tours in Africa, budget under $3000

```json
{
  "mode": "browse",
  "destination": "africa",
  "theme": "wildlife",
  "maxPrice": 3000,
  "maxItems": 20
}
```

#### Example: full detail for a specific tour

```json
{
  "mode": "tripDetail",
  "tripUrls": ["vietnam/cycle-vietnam-167326"]
}
```

### Use cases

- **Travel agencies & OTAs** — bulk-import Intrepid's small-group tour catalog for a comparison site or booking widget
- **Adventure travel content** — power a destination/theme guide with real, bookable tours and current pricing
- **Competitive intelligence** — track a tour operator's pricing, discounts, and new-tour launches across destinations
- **Group/corporate travel planning** — shortlist tours by budget, duration, and travel style for an incentive trip
- **Review & reputation monitoring** — pull rating/review-count trends per destination or theme, or full traveler review text per tour
- **Itinerary research** — pull day-by-day itinerary summaries and inclusions before quoting a custom trip

### FAQ

**Do I need a login or account?** No — all tour listings and detail pages scraped here are publicly visible.

**Which destinations are supported?** Any destination or region with a page at `intrepidtravel.com/us/<slug>` — the dropdown covers 100+ popular countries and regions; use `customDestinationSlug` for anything not listed.

**What currency are prices in?** USD, matching the `/us` storefront this actor reads from.

**What does `priceValue` mean if there's also a `discountPriceValue`?** `priceValue` is the standard from-price; `discountPriceValue` (browse mode) / `originalPriceValue` (detail mode) reflect an active promotional price when the tour has one.

**Does `nextDepartureDate` show the full departure calendar?** No — it's the tour's next/lowest-priced listed departure, not every scheduled departure date. Use `mode=tripDetail` on a specific tour and check intrepidtravel.com directly for the full booking calendar.

**Does `searchKeyword` search Intrepid's entire catalog?** No — it filters within the tours already returned by your chosen `destination` and/or `theme`, not a site-wide search. Combine it with a `destination` or `theme` for best results.

**How do `destination` and `theme` combine when both are set?** The `destination` fetches the tour list, and `theme` narrows it by matching each tour's own listed themes. Very specific destination+theme pairs may return fewer results than browsing either one alone.

**Is there a limit on how many tours one destination/theme returns?** Each destination or theme page lists up to roughly 100 tours — `maxItems` above that returns everything available rather than a partial page. For very broad browsing, run separate destination or theme queries.

**Why is `destinations[]` sometimes derived from a map caption instead of a clean list?** Tours browsed by theme don't carry a structured destinations list the way tours browsed by destination do, so the actor recovers the country names from the trip's own map caption text. This is accurate for the vast majority of tours; a handful of country names that naturally contain a comma (e.g. "Tanzania, United Republic Of") can occasionally be split incorrectly.

# Actor input Schema

## `mode` (type: `string`):

What to fetch.

## `destination` (type: `string`):

Browse tours in this destination or region (mode=browse). Leave as `none` to browse by theme only. If both destination and theme are left as `none`, the actor falls back to a demo destination ("peru") so the daily test run still returns data.

## `customDestinationSlug` (type: `string`):

For a destination not in the dropdown, enter its intrepidtravel.com URL slug directly, e.g. `armenia` from intrepidtravel.com/us/armenia.

## `theme` (type: `string`):

Browse tours in this trip style/theme (mode=browse). Leave as `none` to browse by destination only.

## `sortBy` (type: `string`):

Reorder the returned tours. Applied to the tours already fetched/filtered for the given destination/theme (client-side reorder, same as the site's own sort-by control) -- does not change which tours are returned, only their order, and is applied before `maxItems` truncates the list.

## `travelStyle` (type: `string`):

Filter results to a specific comfort tier.

## `searchKeyword` (type: `string`):

Only keep tours whose name/destinations contain this text (case-insensitive).

## `minDuration` (type: `integer`):

Drop tours shorter than this many days.

## `maxDuration` (type: `integer`):

Drop tours longer than this many days.

## `minPrice` (type: `integer`):

Drop tours priced below this (from-price, USD).

## `maxPrice` (type: `integer`):

Drop tours priced above this (from-price, USD).

## `departureDateFrom` (type: `string`):

Only keep tours with a listed departure on/after this date.

## `departureDateTo` (type: `string`):

Only keep tours with a listed departure on/before this date.

## `tripUrls` (type: `array`):

Tour path slugs or full URLs, e.g. `peru/inca-trail-express-166999` or `https://www.intrepidtravel.com/us/peru/inca-trail-express-166999`.

## `maxItems` (type: `integer`):

Hard cap on emitted records.

## `proxyConfiguration` (type: `object`):

Optional. Only used as an automatic fallback if intrepidtravel.com starts returning 403/429 responses. Leave default for normal operation (no proxy cost).

## Actor input object example

```json
{
  "mode": "browse",
  "destination": "peru",
  "theme": "none",
  "sortBy": "relevance",
  "travelStyle": "any",
  "tripUrls": [
    "peru/inca-trail-express-166999"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `tours` (type: `string`):

Dataset containing all scraped tours.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "browse",
    "destination": "peru",
    "theme": "none",
    "sortBy": "relevance",
    "travelStyle": "any",
    "tripUrls": [
        "peru/inca-trail-express-166999"
    ],
    "maxItems": 25,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawlerbros/intrepid-travel-tour-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "browse",
    "destination": "peru",
    "theme": "none",
    "sortBy": "relevance",
    "travelStyle": "any",
    "tripUrls": ["peru/inca-trail-express-166999"],
    "maxItems": 25,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("crawlerbros/intrepid-travel-tour-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "browse",
  "destination": "peru",
  "theme": "none",
  "sortBy": "relevance",
  "travelStyle": "any",
  "tripUrls": [
    "peru/inca-trail-express-166999"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call crawlerbros/intrepid-travel-tour-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=crawlerbros/intrepid-travel-tour-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/GGzyFnARpIPt1qIUG/builds/Dmbe67YU2aSOBW1YR/openapi.json
