# Skyscanner Flights Scraper (`rigelbytes/skyscanner-scraper`) Actor

Search Skyscanner one-way and return flights, apply baggage, stop, and time filters, and optionally collect booking-panel details.

- **URL**: https://apify.com/rigelbytes/skyscanner-scraper.md
- **Developed by:** [Rigel Bytes](https://apify.com/rigelbytes) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 flights

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

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

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Skyscanner Flights Scraper

**Compare Skyscanner fares in one dataset.** Travel teams, fare monitors, and analysts can turn a route and a date into prices, airlines, stops, and booking options from [Skyscanner](https://www.skyscanner.com), then export the result through the Apify API, a schedule, or a webhook. Each saved flight is **$1.50 per 1,000** (**$1.40** Bronze, **$1.30** Silver, **$1.20** Gold). Optional booking-panel details use the same rate. Platform usage is included. Pricing starts **September 24, 2026**.

***

### What can Skyscanner Flights Scraper do for you?

- **Build a fare sheet** for one route or a list of routes, with the cheapest agent and a booking link on every row.
- **Watch a route over time** by scheduling the same search and comparing `price` and `itineraryId` across runs.
- **Filter the results you keep**: cabin, checked bag, cabin bag, stops, maximum duration, and takeoff or landing windows.
- **Open the booking panel** when you need agent prices, fare rules, aircraft, meals, and Wi-Fi for each flight.
- **Hand the dataset to the rest of your stack** as JSON, HTML, CSV, or Excel, or pull it with the Apify API.

### What data can you extract from Skyscanner?

| | Field | What you get |
| --- | --- | --- |
| 💰 | `price`, `currency`, `priceFormatted` | Cheapest fare and how Skyscanner displays it |
| 🛫 | `originCode`, `originCity`, `originName` | Departure airport, city, and airport name |
| 🛬 | `destinationCode`, `destinationCity`, `destinationName` | Arrival airport, city, and airport name |
| 🕒 | `outboundDeparture`, `outboundArrival`, `outboundDurationMinutes`, `outboundStops`, `outboundCarriers` | Outbound time, length, stops, and airlines |
| 🔁 | `returnDeparture`, `returnArrival`, `returnDurationMinutes`, `returnStops`, `returnCarriers` | Return leg on round trips |
| 🎫 | `tripType`, `cabinClass`, `adults`, `childAges` | One-way or return, cabin, and passengers |
| 🏪 | `cheapestAgent`, `bookingUrl`, `agents` | Cheapest seller, its link, and other agents with ratings |
| 🔗 | `url`, `searchUrl` | Public results page for the search |
| 🧳 | `flightDetails` | Booking-panel agents, baggage, changes, refunds, and segment amenities when flight details are on |
| ✈️ | `legs` | Each direction, with segments, flight numbers, and airports |
| ℹ️ | `itineraryId`, `isSelfTransfer`, `isChangeAllowed`, `isCancellationAllowed`, `score` | Stable itinerary id, transfer type, fare flags, and Skyscanner score |

### Why use this scraper?

- 📊 **Fare research.** Compare airlines and agents on a city pair without copying rows out of the results page.
- 📉 **Price monitoring.** Run the same `origin`, `destination`, and dates on a schedule and alert when `price` moves.
- 🧳 **Trip planning.** Keep only fares with a checked bag, a cabin bag, a stop limit, or a departure window.
- 🔁 **Multi-route batches.** Put several routes in `searches` and apply one cabin, market, and filter set to all of them.
- 🤖 **Automation.** Start runs from Python, JavaScript, or cURL and send the dataset into a sheet, warehouse, or alert.

### Pricing

Pay per event. You pay for saved results. **Platform usage is included.** These prices start on **September 24, 2026**.

**Flight** (`flight`) — one event for each flight saved to the dataset:

| Plan | Price per 1,000 flights |
| --- | --- |
| No discount | **$1.50** |
| Bronze | **$1.40** |
| Silver | **$1.30** |
| Gold | **$1.20** |

**Flight Details** (`flight-details`) — one extra event for each flight when **Include flight details** is on. The tiers match the flight event:

| Plan | Price per 1,000 flight-detail records |
| --- | --- |
| No discount | **$1.50** |
| Bronze | **$1.40** |
| Silver | **$1.30** |
| Gold | **$1.20** |

- A flight with details on is two events: one `flight` and one `flight-details`.
- `maxItems` caps how many flights are saved. `0` saves every flight that passes your filters, and each saved flight is still billed.
- No hidden fees or limits on usage.

***

### How to use Skyscanner Flights Scraper

1. [Create a free Apify account](https://console.apify.com/sign-up).
2. Open [Skyscanner Flights Scraper](https://apify.com/rigelbytes/skyscanner-scraper).
3. Enter an origin, a destination, and a depart date. Add a return date for a round trip.
4. Choose cabin, passengers, market, currency, and any baggage, stop, or time filters.
5. Turn on **Include flight details** only when you want the booking panel. Set **Maximum flights** if you want a short sample first.
6. Click **Start**, then download the dataset as JSON, HTML, CSV, or Excel.

### Input

Fields match the Input tab.

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `origin` | string | Required | Departure city, airport, or IATA code, such as Berlin or BER. |
| `destination` | string | Required | Arrival city, airport, or IATA code, such as Islamabad or ISB. |
| `departDate` | string | Required | Outbound date, `YYYY-MM-DD`. |
| `returnDate` | string | Optional | Return date, `YYYY-MM-DD`. Leave it empty for one-way. |
| `searches` | array | Optional | Routes with `origin`, `destination`, `departDate`, and optional `returnDate`. A non-empty list replaces the single route above. Passenger, cabin, market, and filter settings still apply to every route. |
| `adults` | integer | Optional | Adults, 1–8. Default `1`. |
| `childAges` | array of integers | Optional | One age per child, 0–17. Default `[]`. |
| `cabinClass` | string | Optional | `economy`, `premiumeconomy`, `business`, or `first`. Default `economy`. |
| `market` | string | Optional | Skyscanner market, such as `DE`, `US`, or `UK`. Default `DE`. |
| `locale` | string | Optional | Language and region, such as `en-GB`. Default `en-GB`. |
| `currency` | string | Optional | Price currency, such as `EUR`, `USD`, or `GBP`. Default `EUR`. |
| `checkedBag` | boolean | Optional | Keep fares that include a checked bag. Default `false`. |
| `cabinBag` | boolean | Optional | Keep fares that include a cabin bag. Default `false`. |
| `includeDirect` | boolean | Optional | Include non-stop flights. Default `true`. |
| `includeOneStop` | boolean | Optional | Include one-stop flights. Default `true`. |
| `includeTwoPlusStops` | boolean | Optional | Include flights with two or more stops. Default `true`. |
| `maxDurationMinutes` | integer | Optional | Drop a flight when any leg is longer than this. `0` means no limit. Default `0`. |
| `outboundDepartureFrom` | string | Optional | Earliest outbound takeoff, `HH:MM` local time. |
| `outboundDepartureTo` | string | Optional | Latest outbound takeoff, `HH:MM` local time. |
| `outboundArrivalFrom` | string | Optional | Earliest outbound landing, `HH:MM` local time. |
| `outboundArrivalTo` | string | Optional | Latest outbound landing, `HH:MM` local time. |
| `returnDepartureFrom` | string | Optional | Earliest return takeoff, `HH:MM` local time. |
| `returnDepartureTo` | string | Optional | Latest return takeoff, `HH:MM` local time. |
| `returnArrivalFrom` | string | Optional | Earliest return landing, `HH:MM` local time. |
| `returnArrivalTo` | string | Optional | Latest return landing, `HH:MM` local time. |
| `includeFlightDetails` | boolean | Optional | Load the booking panel and bill a `flight-details` event per saved flight. Default `false`. |
| `maxItems` | integer | Optional | Maximum flights to save. `0` means no limit. Default `20`. |
| `proxyConfiguration` | object | Optional | Proxy settings. Residential proxies are the default. |

#### 📝 Copy for Use:

```json
{
  "origin": "Berlin",
  "destination": "Islamabad",
  "departDate": "2027-01-06",
  "returnDate": "2027-02-14",
  "adults": 1,
  "childAges": [],
  "cabinClass": "economy",
  "market": "DE",
  "locale": "en-GB",
  "currency": "EUR",
  "checkedBag": false,
  "cabinBag": false,
  "includeDirect": true,
  "includeOneStop": true,
  "includeTwoPlusStops": true,
  "maxDurationMinutes": 0,
  "includeFlightDetails": true,
  "maxItems": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

### Why Choose This Scraper?

- **Affordable**: Each saved flight is **$1.50 per 1,000** with no discount, **$1.40** on Bronze, **$1.30** on Silver, and **$1.20** on Gold. Flight details, when enabled, use that same rate. Platform usage is included.
- **Comprehensive**: One row carries the fare, both legs, airlines, stops, the cheapest agent, and, when you ask for them, booking-panel baggage and amenities.
- **Easy to Use**: A city name or an IATA code is enough to start. Add a return date for a round trip, or pass many routes in `searches`.
- **Reliable**: Residential proxies are on by default, a failed route is retried, and a route that returns nothing is reported without discarding flights already saved.

### Recommended Proxy Providers

- ## **Shifter**

  - Reliable residential proxies all over the world.
  - Cheap rates
  - [Order Shifter Now](https://shifter.io/r/YoBB/order)
  - Get 10% Off any product, use coupan `rigelbytes-YoBB`.

- ## **OxyLabs**

  - **100M+ Proxies**
  - Fastest proxies in the market
  - Real profile, human-like Residential IPs
  - Quality assurance framework for most reliable IPs
  - [Get Proxies](https://oxylabs.go2cloud.org/aff_c?offer_id=7\&aff_id=1366\&url_id=7)

- ## **DataImpulse**

  - Covers **200+ Counties**
  - Reliable Residential Proxies for just $1/GB
  - [Get Residential Proxies](https://dataimpulse.com/?aff=89421)

### [![Learn More About Proxies](https://img.shields.io/badge/Learn_More-About_Proxies-blue?style=for-the-badge)](#understanding-proxies)

### 🙌 Why Buy Through Our Affiliate Link?

- Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
- Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
- No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

#### Running via Apify Console

You can run this actor from the Apify Console by providing the necessary input parameters.

#### Running via API

You can trigger this actor using the Apify API, passing the required input in the request body.

#### Python

```shell
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")

run_input = {
    "origin": "Berlin",
    "destination": "Islamabad",
    "departDate": "2027-01-06",
    "returnDate": "2027-02-14",
    "adults": 1,
    "cabinClass": "economy",
    "market": "DE",
    "currency": "EUR",
    "includeFlightDetails": True,
    "maxItems": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

run = client.actor("rigelbytes/skyscanner-scraper").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["originCode"], item["destinationCode"], item["price"], item["currency"])
```

#### JavaScript

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

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });

const run = await client.actor('rigelbytes/skyscanner-scraper').call({
    origin: 'Berlin',
    destination: 'Islamabad',
    departDate: '2027-01-06',
    returnDate: '2027-02-14',
    adults: 1,
    cabinClass: 'economy',
    market: 'DE',
    currency: 'EUR',
    includeFlightDetails: true,
    maxItems: 20,
    proxyConfiguration: {
        useApifyProxy: true,
        apifyProxyGroups: ['RESIDENTIAL'],
    },
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### cURL

```shell
curl "https://api.apify.com/v2/acts/rigelbytes~skyscanner-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{
    "origin": "Berlin",
    "destination": "Islamabad",
    "departDate": "2027-01-06",
    "returnDate": "2027-02-14",
    "adults": 1,
    "cabinClass": "economy",
    "market": "DE",
    "currency": "EUR",
    "includeFlightDetails": true,
    "maxItems": 20,
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"]
    }
  }'
```

### Scheduling & Deduplication

**Scheduling.** In Apify Console, open the Actor, choose **Schedules**, and create a schedule with the same input you use for a manual run. Fare checks work well **once a day**, or a few times a week on stable routes. Use a separate schedule per route, or put every route in `searches` so one schedule covers the whole set. Passenger, cabin, `market`, `currency`, and filters apply to every route in that list.

**Deduplication.** Each saved flight has an `itineraryId`. A single run already returns one row per itinerary. `maxItems` limits how many flights are saved; it does not merge history. To compare a new run with an older dataset, key on `itineraryId` and keep the latest `price`:

```shell
latest = {}
for item in items:
    latest[item["itineraryId"]] = item
```

**Webhooks.** Add a webhook on run success to push the dataset into a sheet, a warehouse, or a price alert. Include `includeFlightDetails` only on the runs where you need baggage and amenities, because that event is billed separately.

### 🚀 Other Tools by Rigel Bytes

Explore **189** more scraping tools by Rigel Bytes, organized by use case:

#### 📱 Social Media

Scrape Instagram, TikTok, LinkedIn, and more for content research and marketing intelligence.

- **[Export Instagram Reels](https://apify.com/rigelbytes/export-instagram-reels)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Facebook Ads Scraper](https://apify.com/rigelbytes/facebook-ads-scraper)** — Extract posts, profiles, and engagement data from Facebook for content research, influencer tracking, and marketing analytics.
- **[Instagram Analytics Tool](https://apify.com/rigelbytes/instagram-analytics-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Comment Scraper](https://apify.com/rigelbytes/instagram-comment-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Creator Stats](https://apify.com/rigelbytes/instagram-creator-stats)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Engagement Tool](https://apify.com/rigelbytes/instagram-engagement-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Post Scraper](https://apify.com/rigelbytes/instagram-post-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[instagram-posts](https://apify.com/rigelbytes/instagram-posts)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Profile Scraper](https://apify.com/rigelbytes/instagram-profile-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Reel Scraper](https://apify.com/rigelbytes/instagram-reel-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[linkedin-company-details](https://apify.com/rigelbytes/linkedin-company-details)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Linkedin Company Scraper](https://apify.com/rigelbytes/linkedin-company-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Job Scraper](https://apify.com/rigelbytes/linkedin-job-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Profile Scraper](https://apify.com/rigelbytes/linkedin-profile-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Reddit Comment Scraper](https://apify.com/rigelbytes/reddit-comment-scraper)** — Scrape comments from Reddit post URLs. Uses a stealth browser session with a sticky residential proxy — no Reddit...
- **[Reddit Profile Scraper](https://apify.com/rigelbytes/reddit-profile-scraper)** — Scrape Reddit user profiles — overview, posts, and comments. Uses CloakBrowser with a sticky residential proxy to...
- **[Reddit Community Scraper](https://apify.com/rigelbytes/reddit-scraper)** — Scrape posts from any Reddit community (subreddit). Bypasses captcha automatically and extracts post data including...
- **[Scrape Instagram Creators](https://apify.com/rigelbytes/scrape-instagram-creators)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Social Media Content Outlier Finder](https://apify.com/rigelbytes/social-media-content-outlier)** — Find unusually successful organic content across Instagram, TikTok, YouTube, Reddit, and LinkedIn by comparing each...
- **[Tiktok Comment Scraper](https://apify.com/rigelbytes/tiktok-comment-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Creator Stats](https://apify.com/rigelbytes/tiktok-creator-stats)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Engagement Rate](https://apify.com/rigelbytes/tiktok-engagement-rate)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[TikTok Profile Scraper](https://apify.com/rigelbytes/tiktok-profile-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Twitter X Profile Scraper](https://apify.com/rigelbytes/twitter-x-profile-scraper)** — Extract posts, profiles, and engagement data from Twitter/X for content research, influencer tracking, and marketing analytics.
- **[YouTube Channel Scraper](https://apify.com/rigelbytes/youtube-channel-scraper)** — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.
- **[YouTube Comment Scraper](https://apify.com/rigelbytes/youtube-comment-scraper)** — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.
- **[YouTube Transcript Export](https://apify.com/rigelbytes/youtube-transcript-export)** — Extract posts, profiles, and engagement data from YouTube for content research, influencer tracking, and marketing analytics.

#### 🏠 Real Estate

Extract property listings, prices, and agent data from top real estate platforms.

- **[99acres Scraper](https://apify.com/rigelbytes/99acres-scraper)** — Scrape property listings from 99acres.com using search queries or start URLs. Extract prices, amenities,...
- **[Aengevelt Scraper — German Real Estate Property Listings](https://apify.com/rigelbytes/aengevelt-scraper)** — Extract property listings from Aengevelt Immobilien. Get pricing, location, contact data, and images from Germany's...
- **[Airbnb Address Finder](https://apify.com/rigelbytes/airbnb-address-finder)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Availability Calendar](https://apify.com/rigelbytes/airbnb-availability-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Detailed Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-detailed-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Images Downloader](https://apify.com/rigelbytes/airbnb-images-downloader)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing](https://apify.com/rigelbytes/airbnb-listing)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing Urls](https://apify.com/rigelbytes/airbnb-listing-urls)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Property Details](https://apify.com/rigelbytes/airbnb-property-details)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Reviews](https://apify.com/rigelbytes/airbnb-reviews)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Apartments.com Scraper](https://apify.com/rigelbytes/apartments-scraper)** — Scrape rental listings from apartments.com by entering location search queries. Returns property details including...
- **[Aqar.fm Scraper — النسخة العربية](https://apify.com/rigelbytes/aqar-fm-scraper)** — Scrapes Saudi real estate listings from aqar.fm via Next.js RSC search API. Supports Arabic search paths, start...
- **[Asunnot Oikotie.fi Real Estate Scraper](https://apify.com/rigelbytes/asunnot-oikotie-fi)** — Scrape Finnish property listings from asunnot.oikotie.fi by location, filters, or search/listing URLs. Optionally...
- **[Bayut Scraper](https://apify.com/rigelbytes/bayut-scraper)** — Scrape property listings and market data from Bayut for market research, price monitoring, and investment analysis.
- **[BNP Paribas Real Estate Scraper](https://apify.com/rigelbytes/bnppre-scraper)** — Scrape commercial property listings from BNP Paribas Real Estate (bnppre.de) — offices, retail, industrial, and...
- **[Boliga Denmark Real Estate Scraper](https://apify.com/rigelbytes/boliga-dk-scraper)** — Scrape property listings from Boliga.dk (Denmark). Search by zip code, free text, or result URLs. Optionally fetch...
- **[Boligsiden.dk Scraper](https://apify.com/rigelbytes/boligsiden-dk-scraper)** — Scrape Danish real estate listings from Boligsiden.dk — for sale, sold, and rental properties with pricing, details,...
- **[CBRE Scraper — Extract German Commercial Property Listings](https://apify.com/rigelbytes/cbre-scraper)** — Scrape commercial real estate letting listings from CBRE Germany (cbre.de). Office & industrial property data for...
- **[Colliers Scraper — German Commercial Property Listings](https://apify.com/rigelbytes/colliers-scraper)** — Extract commercial property listings from Colliers.de — offices, industrial, retail & logistics with pricing, map...
- **[Crexi Scraper](https://apify.com/rigelbytes/crexi-scraper)** — Scrape Crexi.com commercial real estate listings for sale and lease with filters, search queries, URLs, and optional...
- **[Daft.ie Property Scraper](https://apify.com/rigelbytes/daft-ie-scraper)** — Scrapes property listings from Daft.ie including residential, rental, commercial, and new homes across Ireland.
- **[DAHLER Real Estate Scraper — German Property Listings API](https://apify.com/rigelbytes/dahler-scraper)** — Extract buy and rent property listings from DAHLER Immobilien across Germany, Austria, and Spain. Get prices,...
- **[dubai-listing-scraper](https://apify.com/rigelbytes/dubai-listing-scraper)** — Extract unlimited property listings from Bayut.com — the UAE’s largest real estate platform. Get detailed property...
- **[Dubizzle UAE Scraper](https://apify.com/rigelbytes/dubizzle-scraper)** — Scrape Dubizzle UAE listings across motors, property, jobs, classifieds, and community — from start URLs, keywords,...
- **[Etuovi.com Real Estate Scraper](https://apify.com/rigelbytes/etuovi-scraper)** — Scrape Finnish property listings from Etuovi.com by search location, filters, or search/listing URLs. Optionally...
- **[Export Airbnb Calendar](https://apify.com/rigelbytes/export-airbnb-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Funda Netherlands Real Estate Scraper](https://apify.com/rigelbytes/funda-nl-scraper)** — Scrape property listings from Funda.nl — the largest real estate platform in the Netherlands. Supports buy and rent,...
- **[Furnished Finder Fast](https://apify.com/rigelbytes/furnished-finder-fast)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Extract Furnished Finder Hosts](https://apify.com/rigelbytes/furnished-finder-hosts)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[FurnishedFinder](https://apify.com/rigelbytes/furnishedfinder)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[German Real Estate MCP](https://apify.com/rigelbytes/german-realestate-mcp)** — MCP server for German real estate — 14 Rigel Bytes scrapers (ImmoScout24, Immowelt, Kleinanzeigen, RE/MAX, CBRE,...
- **[GrandCityProperty Scraper — Extract German Rental Listings](https://apify.com/rigelbytes/grandcityproperty)** — Extract rental property listings from GrandCityProperty.de — prices, floor plans, energy data, and contact details....
- **[Grossmann Berger Scraper — German Real Estate Listings](https://apify.com/rigelbytes/grossmann-berger-scraper)** — Extract property listings, prices, agent contacts, and images from grossmann-berger.de. From $2/1,000 listings....
- **[Hemnet.se Scraper - Swedish Real Estate Listings](https://apify.com/rigelbytes/hemnet-se-scraper)** — Scrape property listings from Hemnet.se including for-sale, upcoming, and sold homes. Search by URL or location...
- **[home.dk Real Estate Scraper](https://apify.com/rigelbytes/home-dk-scraper)** — Scrape Danish property listings from home.dk by search location, filters, or search/listing URLs. Optionally enrich...
- **[HouseSigma Scraper](https://apify.com/rigelbytes/housesigma-scraper)** — Scrape HouseSigma for-sale and for-lease listings with filters or map/search start URLs. Returns listing cards and...
- **[Housing.com Scraper](https://apify.com/rigelbytes/housing-com-scraper)** — Scrape property listings from Housing.com using search queries or start URLs. Extract prices, amenities,...
- **[Idealista Scraper](https://apify.com/rigelbytes/idealista-scraper)** — Scrape property listings from Idealista.com — search results and full detail pages with photos, features, location,...
- **[Immobiliare Italy Real Estate Scraper](https://apify.com/rigelbytes/immobiliare-it-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24](https://apify.com/rigelbytes/immobilienscout24)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24-scraper](https://apify.com/rigelbytes/immobilienscout24-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immoweb Scraper - Belgium Property Listings](https://apify.com/rigelbytes/immoweb-scraper)** — Scrapes property listings from Immoweb.be. Supports search result extraction with optional property detail enrichment.
- **[Immowelt Property Scraper](https://apify.com/rigelbytes/immowelt-property-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Immowelt Scraper](https://apify.com/rigelbytes/immowelt-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[JLL Property Scraper — Extract Commercial  Investment Listings](https://apify.com/rigelbytes/jll-scraper)** — Scrape commercial and investment property data from JLL Germany (gewerbeimmobilien.jll.de and invest.jll.com)....
- **[Land.com Agents Scraper](https://apify.com/rigelbytes/landdotcom-agents)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Land.com Scraper](https://apify.com/rigelbytes/landdotcom-scraper)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[MagicBricks Scraper](https://apify.com/rigelbytes/magicbricks-scraper)** — Scrape property listings from MagicBricks using search queries or start URLs. Extract prices, amenities, seller...
- **[Nybolig Denmark Real Estate Scraper](https://apify.com/rigelbytes/nybolig-dk-scraper)** — Scrape property listings from Nybolig.dk (Denmark). Search by zip code, free text, filters, or result/listing URLs....
- **[Outdoorsy Scraper](https://apify.com/rigelbytes/outdoorsy-scraper)** — Scrape property listings and market data from Outdoorsy for market research, price monitoring, and investment analysis.
- **[PropertyFinder Eygpt](https://apify.com/rigelbytes/propertyfinder-eygpt)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[Propertyfinder Scraper](https://apify.com/rigelbytes/propertyfinder-scraper)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[PropertyGuru Singapore Scraper](https://apify.com/rigelbytes/propertyguru-sg-scraper)** — Scrape Singapore property listings from PropertyGuru for sale and rent. Apply the same filters as the website (type,...
- **[Realestate.com.au Scraper](https://apify.com/rigelbytes/realestate-com-au-scraper)** — Scrape Australian property listings and real estate agents from realestate.com.au — buy, rent, sold, and new homes,...
- **[Realtor.com Agent Scraper](https://apify.com/rigelbytes/realtor-agent-scraper)** — Scrape real estate agents from Realtor.com by city or ZIP code. Optionally fetch full agent profiles and reviews via...
- **[Realtor.com Scraper](https://apify.com/rigelbytes/realtor-scraper)** — Scrape Realtor.com property listings with full search filters via GraphQL. Supports price, beds/baths, property...
- **[Redfin Scraper](https://apify.com/rigelbytes/redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[RE/MAX Germany Scraper](https://apify.com/rigelbytes/remax-scraper)** — Scrapes residential and commercial real estate listings from remax.de by German Bundesland. Extracts prices, areas,...
- **[Rent.com Scraper](https://apify.com/rigelbytes/rent-com-scraper)** — Scrape rental listings from rent.com — search by location query or URL. Extracts property details, photos, floor...
- **[Rightmove Scraper](https://apify.com/rigelbytes/rightmove-scraper)** — Scrape property listings and market data from Rightmove for market research, price monitoring, and investment analysis.
- **[RVshare Scraper](https://apify.com/rigelbytes/rvshare-scraper)** — Scrape property listings and market data from RVshare for market research, price monitoring, and investment analysis.
- **[Savills Property Scraper — Extract Listings by Location](https://apify.com/rigelbytes/savills-scraper)** — Scrape residential and commercial property listings from Savills by city. Get prices, addresses, sizes, bedrooms,...
- **[Trulia Scraper](https://apify.com/rigelbytes/trulia-scraper)** — Scrape Trulia for-sale, for-rent, and sold listings from search URLs or location queries, with optional...
- **[Unlimited Redfin Scraper](https://apify.com/rigelbytes/unlimited-redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Wüstenrot Immobilien Scraper — German Property Listings API](https://apify.com/rigelbytes/wuestenrot-immobilien)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Zillow Detail Scraper](https://apify.com/rigelbytes/zillow-detail-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zillow Scraper](https://apify.com/rigelbytes/zillow-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zoopla Scraper](https://apify.com/rigelbytes/zoopla-scraper)** — Scrape property listings and market data from Zoopla for market research, price monitoring, and investment analysis.

#### ✈️ Travel & Hospitality

Monitor rentals, bookings, and travel listings at scale.

- **[Autotrader Scraper](https://apify.com/rigelbytes/autotrader-scraper)** — Scrapes car listings from Autotrader.com with advanced search filters, pagination, and detailed vehicle data.
- **[Booking.com Scraper](https://apify.com/rigelbytes/booking-com-scraper)** — Scrapes hotels from Booking.com search results with optional hotel details, availability pricing calendar, and guest...
- **[CarMax Scraper](https://apify.com/rigelbytes/carmax-scraper)** — Scrapes used car listings from CarMax.com with search URL, zip code filtering, and pagination support.
- **[Cars.com Scraper](https://apify.com/rigelbytes/cars-scraper)** — Scrapes car listings from Cars.com using their GraphQL API. Extracts detailed vehicle data including price, specs,...
- **[Cars & Bids Scraper](https://apify.com/rigelbytes/carsandbids-scraper)** — Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and...
- **[Ticketmaster Scraper](https://apify.com/rigelbytes/ticketmaster-scraper)** — Collect rental and travel listings from Ticketmaster for pricing intelligence and availability tracking.

#### 🛒 E-commerce

Scrape products, prices, and marketplace data for competitive research.

- **[Amazon Product Scraper](https://apify.com/rigelbytes/amazon-product-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[Amazon Search Scraper](https://apify.com/rigelbytes/amazon-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[AutoScout24 Scraper](https://apify.com/rigelbytes/autoscout24-scraper)** — Scrape car listings from AutoScout24 with full filter support. Extract makes, models, prices, mileage, seller info,...
- **[Best Buy Product Scraper](https://apify.com/rigelbytes/best-buy-scraper)** — Scrape Best Buy US and Canada products by search query, category URL, or SKU. Optionally enrich each item with full...
- **[Daraz](https://apify.com/rigelbytes/daraz)** — Scrape products, prices, and seller data from Daraz for competitor monitoring, pricing, and product research.
- **[eBay Product Scraper](https://apify.com/rigelbytes/ebay-scraper)** — Scrape products, prices, and seller data from eBay for competitor monitoring, pricing, and product research.
- **[Etsy Scraper](https://apify.com/rigelbytes/etsy-scraper)** — Scrape products, prices, and seller data from Etsy for competitor monitoring, pricing, and product research.
- **[Europages Scraper](https://apify.com/rigelbytes/europages-scraper)** — Scrape Europages products and suppliers by keyword, category, or URL. Apply the same filters as the site (country,...
- **[Facebook Marketplace Scraper](https://apify.com/rigelbytes/facebook-marketplace)** — Scrape products, prices, and seller data from Facebook for competitor monitoring, pricing, and product research.
- **[Gumtree Scraper](https://apify.com/rigelbytes/gumtree-scraper)** — Scrapes Gumtree UK listings from search URLs, category filters, or direct listing links. Extracts titles, prices,...
- **[Homedepot Scraper](https://apify.com/rigelbytes/homedepot-scraper)** — HomeDepot Products Scraper lets you extract product data from homedepot.com using a collection URL and delivery ZIP....
- **[Kleinanzeigen Scraper](https://apify.com/rigelbytes/kleinanzeigen-scraper)** — Scrape listings from kleinanzeigen.de — search results and detail pages for any category (electronics, vehicles,...
- **[Otodom Scraper - Polish Real Estate Listings](https://apify.com/rigelbytes/otodom-scraper)** — Scrapes property listings from Otodom.pl, Poland's leading real estate marketplace. Supports filters for transaction...
- **[Zalando Product Scraper](https://apify.com/rigelbytes/zalando-scraper)** — Scrape product listings and optional product details from Zalando category pages and search queries.

#### 💼 Jobs & Recruitment

Collect job listings and company hiring data for market analysis.

- **[Dice.com Job Scraper](https://apify.com/rigelbytes/dice-scraper)** — Scrape Dice.com tech jobs by keyword, URL, and filters. Optionally enrich results with job details, company...
- **[Glassdoor Jobs Scraper](https://apify.com/rigelbytes/glassdoor-jobs-scraper)** — Scrape job listings from Glassdoor by search query and location, with optional job detail enrichment.
- **[Remote OK Scraper](https://apify.com/rigelbytes/remoteok-scraper)** — Scrape remote job listings from Remote OK with filters for role, location, benefits, salary, and sort order. Accepts...
- **[StepStone Jobs Scraper — Extract German/DACH Job Listings](https://apify.com/rigelbytes/stepstone-jobs-scraper)** — Scrape thousands of job listings from StepStone (DE, AT, BE, NL) with salary, skills, remote status & more. From...
- **[Upwork Jobs Scraper](https://apify.com/rigelbytes/upwork-jobs-scraper)** — Scrapes Upwork freelance job listings by keyword with full search filters (sort, experience, job type, budget,...
- **[ZipRecruiter Job Scraper](https://apify.com/rigelbytes/ziprecruiter-scraper)** — Scrape job listings from ZipRecruiter with search queries, locations, and radius filters. Extracts title, company,...

#### 📩 Lead Generation

Find business contacts, leads, and company data for sales and outreach.

- **[Booli.se Scraper](https://apify.com/rigelbytes/booli-se-scraper)** — Scrapes Swedish real estate listings from Booli.se — for sale, sold prices, and new construction. Supports search...
- **[Company Service Finder](https://apify.com/rigelbytes/company-service-finder)** — The Company Service Finder uses AI to extract and analyze company services from Google Search & Maps. Get detailed...
- **[Doctify Scraper](https://apify.com/rigelbytes/doctify-scraper)** — Doctify Scraper lets you extract doctor and practice data from doctify.com using a search results URL. Collect...
- **[Doctolib Scraper](https://apify.com/rigelbytes/doctolib-scraper)** — Scrape doctor profiles, availability, and practice details from Doctolib.de — Germany's largest medical appointment...
- **[FindLaw Law Firm Scraper - Attorney & Law Firm Data Extraction](https://apify.com/rigelbytes/findlaw-scraper)** — Scrape law firm profiles from FindLaw.com. Extract detailed attorney and firm information including contact details,...
- **[Finn.no Real Estate Scraper](https://apify.com/rigelbytes/finn-no-scraper)** — Scrape Norwegian real-estate listings from Finn.no with search URL or filter-based discovery, optional full details...
- **[Google Maps Scraper](https://apify.com/rigelbytes/google-maps-scraper)** — Find business leads and contact details from Google Maps for outbound sales, prospecting, and CRM enrichment.
- **[Krogsveen.no Real Estate Scraper](https://apify.com/rigelbytes/krogsveen-no-scraper)** — Scrape Norwegian real-estate listings from Krogsveen.no with search URL or filter-based discovery, optional full...
- **[LandSearch Scraper](https://apify.com/rigelbytes/landsearch-scraper)** — Scrape land listings and agent profiles from LandSearch.com. Search properties by location query or URL, and agents...
- **[LeadRocks Scraper](https://apify.com/rigelbytes/leadrocks-scraper)** — Export filtered B2B leads from the LeadRocks dataset by category, state, job title, company, and industry. Free...
- **[Manta Scraper](https://apify.com/rigelbytes/manta-scraper)** — Scrape company listings and profile details from Manta.com by keyword, location, or profile URL. Returns name,...
- **[Website Services Finder](https://apify.com/rigelbytes/website-services-finder)** — Automatically extract and analyze company services from any business website using advanced AI. Choose from 5 AI...
- **[Zillow Agents](https://apify.com/rigelbytes/zillow-agents)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Phone](https://apify.com/rigelbytes/zillow-agents-phone)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Vault](https://apify.com/rigelbytes/zillow-agents-vault)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.

#### ⭐ Reviews & Ratings

Monitor reviews and reputation data across review platforms.

- **[Airbnb Listing Reviews](https://apify.com/rigelbytes/airbnb-listing-reviews)** — Collect reviews and ratings from Airbnb for reputation monitoring and customer insights.
- **[AppSumo Scraper](https://apify.com/rigelbytes/appsumo-scraper)** — Scrape AppSumo software deals from browse, categories, new arrivals, Radar, or product URLs. Optional listing...
- **[Back Market Scraper](https://apify.com/rigelbytes/backmarket-scraper)** — Scrape Back Market product listings from search queries or start URLs across 17 countries, with optional product...
- **[BBB Scraper](https://apify.com/rigelbytes/bbb-scraper)** — Collect reviews and ratings from BBB for reputation monitoring and customer insights.
- **[Cdiscount Scraper](https://apify.com/rigelbytes/cdiscount-scraper)** — Scrapes Cdiscount France product listings from search queries or start URLs, with optional listing details and...
- **[Clutch.co Company Scraper](https://apify.com/rigelbytes/clutch-scraper)** — Scrape Clutch.co company listings, profiles, and reviews by directory URL or service + location search. Optional...
- **[Costco Product Scraper](https://apify.com/rigelbytes/costco-scraper)** — Scrapes product data from Costco.com including prices, descriptions, ratings, and availability. Supports search...
- **[Disboard Scraper](https://apify.com/rigelbytes/disboard-scraper)** — Scrape Discord server listings from DISBOARD by community tag, search query, or direct URL. Extracts server name,...
- **[Flipkart Product Scraper](https://apify.com/rigelbytes/flipkart-scraper)** — Scrape Flipkart product listings from start URLs, categories, or search queries, with optional product details and...
- **[hipages Australia Scraper](https://apify.com/rigelbytes/hipages-au-scraper)** — Scrape hipages.com.au tradie listings by category or URL. Optionally enrich each company with profile details and...
- **[HRS Hotel Reviews Scraper](https://apify.com/rigelbytes/hrs-hotel-reviews-scraper)** — Extract hotel details, room offers, and guest reviews from HRS hotel URLs.
- **[HRS Hotel Scraper](https://apify.com/rigelbytes/hrs-scraper)** — Scrapes hotel listings, prices, ratings, and amenities from HRS (hrs.com) by location and travel dates.
- **[IKEA Product Scraper](https://apify.com/rigelbytes/ikea-scraper)** — Scrape IKEA product listings from search queries or start URLs, with optional product details and customer reviews.
- **[MediaMarkt Germany Product Scraper](https://apify.com/rigelbytes/mediamarkt-de-scraper)** — Scrape MediaMarkt.de products from search queries or URLs, with optional product details and customer reviews.
- **[Naukri Job Scraper](https://apify.com/rigelbytes/naukri-scraper)** — Scrape Naukri.com job listings by keyword, location, start URL, or company page, with optional job details, company...
- **[Nike Scraper](https://apify.com/rigelbytes/nike-scraper)** — Scrapes Nike.com product listings from search queries or category URLs, with optional product details and reviews.
- **[Google Play Store App Reviews Scraper](https://apify.com/rigelbytes/playstore-app-reviews)** — Scrape Google Play Store app reviews by app ID or Play Store URL. Supports multiple apps, sorting, score filters,...
- **[Refurbed.de Product Scraper](https://apify.com/rigelbytes/refurbed-de-scraper)** — Scrape refurbished product listings from refurbed.de using search queries or start URLs, with optional product...
- **[Rottentomatoes Reviews Scraper](https://apify.com/rigelbytes/rottentomatoes-reviews-scraper)** — Collect reviews and ratings from Rotten Tomatoes for reputation monitoring and customer insights.
- **[SEEK Australia Jobs Scraper](https://apify.com/rigelbytes/seek-au-jobs-scraper)** — Scrape SEEK Australia job listings by keyword, location, or URL. Optionally enrich each job with full details,...
- **[Skool Community Scraper](https://apify.com/rigelbytes/skool-scraper)** — Scrape Skool communities from discovery search and category filters. Extract listing data plus optional about-page...
- **[Target.com Product Scraper](https://apify.com/rigelbytes/target-scraper)** — Scrape Target.com products from search queries or URLs. Optionally enrich with product details and customer reviews.
- **[The Movie Database (TMDB) Scraper](https://apify.com/rigelbytes/themoviedb-scraper)** — Scrape movies, TV shows, people, and awards from themoviedb.org with the same list filters as the website — genres,...
- **[TripAdvisor Reviews Scraper](https://apify.com/rigelbytes/tripadvisor-reviews-scraper)** — Scrape reviews from TripAdvisor hotel pages using GraphQL API with DataDome protection bypass.
- **[Trustpilot Reviews Scraper](https://apify.com/rigelbytes/trustpilot-reviews)** — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.
- **[Trustpilot Company Scraper](https://apify.com/rigelbytes/trustpilot-scraper)** — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.
- **[TrustRadius Scraper](https://apify.com/rigelbytes/trustradius-scraper)** — Scrape TrustRadius companies, product details, and reviews from search queries, categories, or product URLs.
- **[Yelp Scraper](https://apify.com/rigelbytes/yelp-scraper)** — Scrape Yelp business listings by search term, category, location, or URL. Optional full business details with phone,...

#### 🍔 Food & Delivery

Extract restaurant, grocery, and delivery platform data.

- **[Carrefour Product Scraper](https://apify.com/rigelbytes/carrefour-scraper)** — Scrape Carrefour grocery products across UAE, Saudi Arabia, Qatar, Pakistan, and Georgia by search query, category,...
- **[Instacart Scraper](https://apify.com/rigelbytes/instacart-scraper)** — Scrape menus, stores, and delivery data from Instacart for data-driven research and automation.
- **[Lidl Product Scraper](https://apify.com/rigelbytes/lidl-scraper)** — Scrape Lidl supermarket products across Europe by search query or category/product URL. Optionally enrich each item...
- **[OpenTable Scraper](https://apify.com/rigelbytes/opentable-scraper)** — Scrape OpenTable restaurants by search query (with date/time/party size) or start URLs. Optional listing details and...
- **[Publix Scraper](https://apify.com/rigelbytes/publix-scraper)** — Scrape menus, stores, and delivery data from Publix for data-driven research and automation.

#### 📰 News & Media

Scrape news, articles, and media content for research.

- **[BizBuySell Scraper](https://apify.com/rigelbytes/bizbuysell-scraper)** — Scrape BizBuySell business-for-sale listings via search URLs or structured filters, with optional full listing details.
- **[SEC IPO Event Intelligence](https://apify.com/rigelbytes/ipo-events-api)** — Monitors SEC EDGAR for IPO filings and converts them into structured business events, with optional AI company...
- **[SEC Filings Scraper](https://apify.com/rigelbytes/sec-filings-intelligence)** — Retrieve clean, normalized SEC EDGAR filing data by ticker, CIK, or company name — with document links, optional...

#### 🛠️ Developer Tools

General-purpose scraping and automation tools.

- **[EU Tenders Scraper](https://apify.com/rigelbytes/eu-tenders-scraper)** — Scrape EU public procurement notices from TED (Tenders Electronic Daily) with advanced search filters,...
- **[Web Crawler](https://apify.com/rigelbytes/webcrawler)** — This web crawler is designed to provide users with complete flexibility by allowing them to use their \*\*own...
- **[Zapier Apps Scraper](https://apify.com/rigelbytes/zapier-apps-scraper)** — Scrape Zapier’s app directory by category, subcategory, sort (popularity, premium, beta, recently launched), or URL....

#### 🔧 Other

Additional scraping tools by Rigel Bytes.

- **[Adidas Product Scraper](https://apify.com/rigelbytes/adidas-scraper)** — Scrape Adidas product listings and optional product details from any supported Adidas country storefront. Supports...
- **[Bilibili Scraper](https://apify.com/rigelbytes/bilibili-scraper)** — Scrape Bilibili videos, categories, search results, and creator spaces. Extract titles, stats, tags, and optional...
- **[Chargefinder Scraper](https://apify.com/rigelbytes/chargefinder-scraper)** — Scrape EV charging stations from Chargefinder by location search or charger URL. Extract map listings and optional...
- **[Electromaps Scraper](https://apify.com/rigelbytes/electromaps-scraper)** — Scrape EV charging stations from Electromaps by city or country search. Extract map listings and optional...
- **[Google Ads Transparency Scraper](https://apify.com/rigelbytes/google-ads-scraper)** — Scrape ads from the Google Ads Transparency Center by domain, advertiser, or keyword. Filter by region, time period,...
- **[Leboncoin Listing Scraper](https://apify.com/rigelbytes/leboncoin-listing-scraper)** — Scrape Leboncoin listings from a search URL or filters. Extracts title, price, location, seller, images, attributes,...
- **[Marktplaats.nl Scraper](https://apify.com/rigelbytes/marktplaats-nl-scraper)** — Scrapes Marktplaats.nl classified listings via the LRP search API with optional VIP listing details and seller...
- **[Open Construction Estimate Scraper](https://apify.com/rigelbytes/openconstructionestimate-scraper)** — Scrape construction cost estimates from OpenConstructionEstimate. Export the full catalog, filter by...
- **[Red Note Scraper](https://apify.com/rigelbytes/rednote-scraper)** — Scrape Red Note (Xiaohongshu) posts from home-feed categories or URLs. Optionally attach creator profiles and top...
- **[Stayz.com.au Scraper](https://apify.com/rigelbytes/stayz-com-au)** — Scrape Stayz Australia holiday rental listings from search queries or URLs, with optional full listing details.
- **[StreetEasy Scraper](https://apify.com/rigelbytes/streeteasy-scraper)** — Scrape StreetEasy NYC for-rent and for-sale listings from search URLs or location queries, with optional...
- **[Subito.it Scraper](https://apify.com/rigelbytes/subito-scraper)** — Scrape classified ads from Subito.it by search query or URL, with website-matching filters and optional...
- **[The North Face Scraper](https://apify.com/rigelbytes/thenorthface-scraper)** — Scrape The North Face products from category pages and search, with optional color, size, and stock details.

### Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

#### Why Use Proxies?

- Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
- Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
- Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

#### Types of Proxies

1. Residential Proxies
   - Real IP addresses provided by ISPs to home users.
   - They mimic regular users, making them harder to detect.
   - Best for: Long-term, undetectable scraping, and avoiding blocks.
2. Data Center Proxies
   - IP addresses from servers in data centers.
   - Faster and cheaper than residential proxies but easier to detect and block.
   - Best for: High-speed scraping, but with a higher risk of detection.
3. Mobile Proxies
   - IPs provided by mobile carriers (3G/4G/5G networks).
   - Very difficult to detect, as they appear as regular mobile users.
   - Best for: Mobile-related scraping or avoiding sophisticated blocks.

#### Rotating Proxies vs. Straight Proxies

- Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
- Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

### FAQs & Troubleshooting

#### Q: What do the flight and flight-details charges cover?

Each flight written to the dataset is one `flight` event at **$1.50 per 1,000** with no discount, **$1.40** Bronze, **$1.30** Silver, or **$1.20** Gold. If `includeFlightDetails` is true, that same flight also creates one `flight-details` event at the same tier price. Platform usage is included. Pricing starts September 24, 2026.

#### Q: How do I search one-way, round trip, and several routes?

Set `origin`, `destination`, and `departDate` for a one-way search. Add `returnDate` on or after the depart date for a round trip. To run many routes in one Actor run, fill `searches`. A non-empty `searches` list replaces the single route. `adults`, `childAges`, `cabinClass`, `market`, `locale`, `currency`, and the filters still apply to every route.

#### Q: Which cabin, market, and currency values are accepted?

`cabinClass` is `economy`, `premiumeconomy`, `business`, or `first`. `market` is a two-letter Skyscanner market such as `DE`. `currency` is a three-letter code such as `EUR`. `adults` must be from 1 to 8, and each entry in `childAges` must be from 0 to 17. Time filters use `HH:MM`.

#### Q: Why did a route return no flights?

The origin or destination must match a Skyscanner place, or the run reports `no matching place for route input`. At least one of `includeDirect`, `includeOneStop`, and `includeTwoPlusStops` must stay on. `checkedBag`, `cabinBag`, `maxDurationMinutes`, and the takeoff or landing windows remove itineraries after the search, so a tight filter can leave that route empty while other routes in `searches` still save flights.

#### Q: The run stopped or the results page was blocked. What should I change?

Keep the default residential `proxyConfiguration`. A route that is rate limited or denied is retried once on a new proxy. If the account spend limit is reached, the run stops after the last billed flight and keeps the flights already saved. Raise `maxItems` only as far as you want to pay for, and leave `includeFlightDetails` off when you only need the fare list.

#### Q: How do I export the dataset?

Open the run’s **Output** or **Dataset** tab and download JSON, HTML, CSV, or Excel. `url` and `bookingUrl` are links. `agents`, `legs`, and `flightDetails` are nested objects, so JSON keeps the full structure. `flightDetails` is present when **Include flight details** was on for that run.

### About Rigel Bytes

Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.

### Contact Us

Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or [book an appointment](https://cal.com/faizanali/appointments) with us to learn more about how we can help you achieve your data goals.

### Detailed Data

These two records are shortened from a real Berlin (BER) to Islamabad (ISB) return search, departing 6 January 2027 and returning 14 February 2027, with flight details on. Extra agents, later segments, and booking-link query strings are omitted. You can download the full dataset in JSON, HTML, CSV, or Excel.

```json
[
  {
    "itineraryId": "9828-2701061515--31939-1-12569-2701070725|12569-2702140320--31939-1-9828-2702141325",
    "price": 674.99,
    "currency": "EUR",
    "priceFormatted": "675 €",
    "tripType": "return",
    "cabinClass": "economy",
    "adults": 1,
    "childAges": [],
    "originCode": "BER",
    "originName": "Berlin Brandenburg",
    "originCity": "Berlin",
    "destinationCode": "ISB",
    "destinationName": "Islamabad",
    "destinationCity": "Islamabad",
    "outboundDeparture": "2027-01-06T15:15:00",
    "outboundArrival": "2027-01-07T07:25:00",
    "outboundDurationMinutes": 730,
    "outboundStops": 1,
    "outboundCarriers": [
      "Qatar Airways"
    ],
    "returnDeparture": "2027-02-14T03:20:00",
    "returnArrival": "2027-02-14T13:25:00",
    "returnDurationMinutes": 845,
    "returnStops": 1,
    "returnCarriers": [
      "Qatar Airways"
    ],
    "isSelfTransfer": false,
    "isChangeAllowed": false,
    "isCancellationAllowed": false,
    "cheapestAgent": "Trip.com",
    "bookingUrl": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/cdet/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights",
    "url": "https://www.skyscanner.de/transport/flights/ber/isb/270106/270214/?adultsv2=1&cabinclass=economy&childrenv2=&ref=home&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false",
    "searchUrl": "https://www.skyscanner.de/transport/flights/ber/isb/270106/270214/?adultsv2=1&cabinclass=economy&childrenv2=&ref=home&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false",
    "score": 0.999,
    "agents": [
      {
        "id": "cdet",
        "name": "Trip.com",
        "price": 674.99,
        "currency": "EUR",
        "rating": 4.39,
        "reviewCount": 8552,
        "url": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/cdet/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights"
      },
      {
        "id": "atde",
        "name": "Flugladen",
        "price": 679.14,
        "currency": "EUR",
        "rating": 2.92,
        "reviewCount": 4813,
        "url": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/atde/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights"
      }
    ],
    "legs": [
      {
        "direction": "outbound",
        "originCode": "BER",
        "destinationCode": "ISB",
        "departure": "2027-01-06T15:15:00",
        "arrival": "2027-01-07T07:25:00",
        "durationMinutes": 730,
        "stops": 1,
        "carriers": [
          "Qatar Airways"
        ],
        "segments": [
          {
            "originCode": "BER",
            "originName": "Berlin Brandenburg",
            "destinationCode": "DOH",
            "destinationName": "Hamad International",
            "departure": "2027-01-06T15:15:00",
            "arrival": "2027-01-06T22:55:00",
            "durationMinutes": 340,
            "flightNumber": "QR82",
            "marketingCarrier": "Qatar Airways"
          }
        ]
      },
      {
        "direction": "return",
        "originCode": "ISB",
        "destinationCode": "BER",
        "departure": "2027-02-14T03:20:00",
        "arrival": "2027-02-14T13:25:00",
        "durationMinutes": 845,
        "stops": 1,
        "carriers": [
          "Qatar Airways"
        ],
        "segments": [
          {
            "originCode": "ISB",
            "originName": "Islamabad",
            "destinationCode": "DOH",
            "destinationName": "Hamad International",
            "departure": "2027-02-14T03:20:00",
            "arrival": "2027-02-14T05:20:00",
            "durationMinutes": 240,
            "flightNumber": "QR633",
            "marketingCarrier": "Qatar Airways"
          }
        ]
      }
    ],
    "flightDetails": {
      "bookingSessionId": "c6fe78f7-f316-4fc6-99f5-fa65a998aa52",
      "pollingCompleted": true,
      "pricingOptions": [
        {
          "agentName": "Trip.com",
          "price": 674.99,
          "currency": "EUR",
          "brandName": "Economy class",
          "fareType": "FARE_TYPE_BASE_FARE",
          "cabinBaggage": "unknown",
          "checkedBaggage": "unknown",
          "changes": "unknown",
          "refunds": "unknown"
        },
        {
          "agentName": "Flugladen",
          "price": 679.14,
          "currency": "EUR",
          "brandName": "Economy class",
          "fareType": "FARE_TYPE_BASE_FARE",
          "cabinBaggage": "unknown",
          "checkedBaggage": "unknown",
          "changes": "unknown",
          "refunds": "unknown"
        }
      ],
      "segments": [
        {
          "direction": "outbound",
          "flightNumber": "QR82",
          "departure": "2027-01-06T15:15:00",
          "arrival": "2027-01-06T22:55:00",
          "originCode": "BER",
          "destinationCode": "DOH",
          "marketingCarrier": "Qatar Airways",
          "operatingCarrier": "Qatar Airways",
          "aircraft": "787 (widebody)",
          "meals": "Meal provided",
          "wifi": "Fast web browsing (fee)"
        },
        {
          "direction": "outbound",
          "flightNumber": "QR614",
          "departure": "2027-01-07T02:05:00",
          "arrival": "2027-01-07T07:25:00",
          "originCode": "DOH",
          "destinationCode": "ISB",
          "marketingCarrier": "Qatar Airways",
          "operatingCarrier": "Qatar Airways",
          "aircraft": "777 (widebody)",
          "meals": "Meal provided",
          "wifi": "Ultra-fast Wi-Fi"
        }
      ]
    }
  },
  {
    "itineraryId": "9828-2701061435--31734-1-12569-2701070445|12569-2702141010--31734-1-9828-2702141745",
    "price": 672.0,
    "currency": "EUR",
    "priceFormatted": "672 €",
    "tripType": "return",
    "cabinClass": "economy",
    "adults": 1,
    "childAges": [],
    "originCode": "BER",
    "originName": "Berlin Brandenburg",
    "originCity": "Berlin",
    "destinationCode": "ISB",
    "destinationName": "Islamabad",
    "destinationCity": "Islamabad",
    "outboundDeparture": "2027-01-06T14:35:00",
    "outboundArrival": "2027-01-07T04:45:00",
    "outboundDurationMinutes": 610,
    "outboundStops": 1,
    "outboundCarriers": [
      "Turkish Airlines"
    ],
    "returnDeparture": "2027-02-14T10:10:00",
    "returnArrival": "2027-02-14T17:45:00",
    "returnDurationMinutes": 695,
    "returnStops": 1,
    "returnCarriers": [
      "Turkish Airlines"
    ],
    "isSelfTransfer": false,
    "isChangeAllowed": false,
    "isCancellationAllowed": false,
    "cheapestAgent": "Flightnetwork",
    "bookingUrl": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/tsde/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights",
    "url": "https://www.skyscanner.de/transport/flights/ber/isb/270106/270214/?adultsv2=1&cabinclass=economy&childrenv2=&ref=home&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false",
    "searchUrl": "https://www.skyscanner.de/transport/flights/ber/isb/270106/270214/?adultsv2=1&cabinclass=economy&childrenv2=&ref=home&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false",
    "score": 0.889999,
    "agents": [
      {
        "id": "tsde",
        "name": "Flightnetwork",
        "price": 672.0,
        "currency": "EUR",
        "rating": 4.02,
        "reviewCount": 6087,
        "url": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/tsde/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights"
      },
      {
        "id": "s2de",
        "name": "Gotogate",
        "price": 674.0,
        "currency": "EUR",
        "rating": 4.75,
        "reviewCount": 4251,
        "url": "https://www.skyscanner.de/transport_deeplink/4.0/DE/en-GB/EUR/s2de/2/9828.12569.2027-01-06,12569.9828.2027-02-14/air/trava/flights"
      }
    ],
    "legs": [
      {
        "direction": "outbound",
        "originCode": "BER",
        "destinationCode": "ISB",
        "departure": "2027-01-06T14:35:00",
        "arrival": "2027-01-07T04:45:00",
        "durationMinutes": 610,
        "stops": 1,
        "carriers": [
          "Turkish Airlines"
        ],
        "segments": [
          {
            "originCode": "BER",
            "originName": "Berlin Brandenburg",
            "destinationCode": "IST",
            "destinationName": "Istanbul",
            "departure": "2027-01-06T14:35:00",
            "arrival": "2027-01-06T19:35:00",
            "durationMinutes": 180,
            "flightNumber": "TK1726",
            "marketingCarrier": "Turkish Airlines"
          }
        ]
      },
      {
        "direction": "return",
        "originCode": "ISB",
        "destinationCode": "BER",
        "departure": "2027-02-14T10:10:00",
        "arrival": "2027-02-14T17:45:00",
        "durationMinutes": 695,
        "stops": 1,
        "carriers": [
          "Turkish Airlines"
        ],
        "segments": [
          {
            "originCode": "ISB",
            "originName": "Islamabad",
            "destinationCode": "IST",
            "destinationName": "Istanbul",
            "departure": "2027-02-14T10:10:00",
            "arrival": "2027-02-14T14:25:00",
            "durationMinutes": 375,
            "flightNumber": "TK751",
            "marketingCarrier": "Turkish Airlines"
          }
        ]
      }
    ],
    "flightDetails": {
      "bookingSessionId": "c6fe78f7-f316-4fc6-99f5-fa65a998aa52",
      "pollingCompleted": true,
      "pricingOptions": [
        {
          "agentName": "Flightnetwork",
          "price": 672.0,
          "currency": "EUR",
          "brandName": "Economy class",
          "fareType": "FARE_TYPE_BASE_FARE",
          "cabinBaggage": "unknown",
          "checkedBaggage": "unknown",
          "changes": "unknown",
          "refunds": "unknown"
        },
        {
          "agentName": "Gotogate",
          "price": 674.0,
          "currency": "EUR",
          "brandName": "Economy class",
          "fareType": "FARE_TYPE_BASE_FARE",
          "cabinBaggage": "unknown",
          "checkedBaggage": "unknown",
          "changes": "unknown",
          "refunds": "unknown"
        }
      ],
      "segments": [
        {
          "direction": "outbound",
          "flightNumber": "TK1726",
          "departure": "2027-01-06T14:35:00",
          "arrival": "2027-01-06T19:35:00",
          "originCode": "BER",
          "destinationCode": "IST",
          "marketingCarrier": "Turkish Airlines",
          "operatingCarrier": "Turkish Airlines",
          "aircraft": "A321neo (narrowbody)",
          "meals": "Meal provided",
          "wifi": "Basic web browsing (fee)"
        },
        {
          "direction": "outbound",
          "flightNumber": "TK710",
          "departure": "2027-01-06T21:25:00",
          "arrival": "2027-01-07T04:45:00",
          "originCode": "IST",
          "destinationCode": "ISB",
          "marketingCarrier": "Turkish Airlines",
          "operatingCarrier": "Turkish Airlines",
          "aircraft": "A330 (widebody)",
          "meals": "Meal provided",
          "wifi": "Basic web browsing (fee)"
        }
      ]
    }
  }
]
```

# Actor input Schema

## `origin` (type: `string`):

Departure city, airport, or IATA code, such as Berlin or BER.

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

Arrival city, airport, or IATA code, such as Islamabad or ISB.

## `departDate` (type: `string`):

Outbound date in YYYY-MM-DD format.

## `returnDate` (type: `string`):

Return date in YYYY-MM-DD format. Leave empty for a one-way search.

## `searches` (type: `array`):

Optional list of routes. When this list is not empty, it replaces Origin, Destination, and the dates above. Passenger, cabin, market, and filter settings still apply to every route.

## `adults` (type: `integer`):

Number of adult passengers.

## `childAges` (type: `array`):

Age of each child passenger, from 0 to 17. Leave empty when there are no children.

## `cabinClass` (type: `string`):

Cabin to search.

## `market` (type: `string`):

Skyscanner market code, such as DE, US, or UK.

## `locale` (type: `string`):

Language and region, such as en-GB.

## `currency` (type: `string`):

Price currency, such as EUR, USD, or GBP.

## `checkedBag` (type: `boolean`):

Only return fares that include a checked bag.

## `cabinBag` (type: `boolean`):

Only return fares that include a cabin bag.

## `includeDirect` (type: `boolean`):

Include non-stop flights.

## `includeOneStop` (type: `boolean`):

Include flights with one stop.

## `includeTwoPlusStops` (type: `boolean`):

Include flights with two or more stops.

## `maxDurationMinutes` (type: `integer`):

Drop a flight when any leg is longer than this. 0 means no limit.

## `outboundDepartureFrom` (type: `string`):

Earliest outbound departure, HH:MM in local time. Leave empty for no limit.

## `outboundDepartureTo` (type: `string`):

Latest outbound departure, HH:MM in local time. Leave empty for no limit.

## `outboundArrivalFrom` (type: `string`):

Earliest outbound arrival, HH:MM in local time. Leave empty for no limit.

## `outboundArrivalTo` (type: `string`):

Latest outbound arrival, HH:MM in local time. Leave empty for no limit.

## `returnDepartureFrom` (type: `string`):

Earliest return departure, HH:MM in local time. Leave empty for no limit.

## `returnDepartureTo` (type: `string`):

Latest return departure, HH:MM in local time. Leave empty for no limit.

## `returnArrivalFrom` (type: `string`):

Earliest return arrival, HH:MM in local time. Leave empty for no limit.

## `returnArrivalTo` (type: `string`):

Latest return arrival, HH:MM in local time. Leave empty for no limit.

## `includeFlightDetails` (type: `boolean`):

Also load the booking panel for each flight: agents, baggage, amenities, and booking links. This is billed as a separate flight-details event.

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

Maximum number of flights to save. 0 means no limit.

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

Proxy settings. Residential proxies are used by default.

## Actor input object example

```json
{
  "origin": "Berlin",
  "destination": "Islamabad",
  "departDate": "2027-01-06",
  "returnDate": "2027-02-14",
  "adults": 1,
  "childAges": [],
  "cabinClass": "economy",
  "market": "DE",
  "locale": "en-GB",
  "currency": "EUR",
  "checkedBag": false,
  "cabinBag": false,
  "includeDirect": true,
  "includeOneStop": true,
  "includeTwoPlusStops": true,
  "maxDurationMinutes": 0,
  "includeFlightDetails": false,
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset of flight itineraries. Booking-panel details are included when includeFlightDetails is enabled.

## `runStats` (type: `string`):

Record counts and timestamps for this run.

# 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 = {
    "origin": "Berlin",
    "destination": "Islamabad",
    "departDate": "2027-01-06",
    "returnDate": "2027-02-14",
    "maxItems": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("rigelbytes/skyscanner-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 = {
    "origin": "Berlin",
    "destination": "Islamabad",
    "departDate": "2027-01-06",
    "returnDate": "2027-02-14",
    "maxItems": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("rigelbytes/skyscanner-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "origin": "Berlin",
  "destination": "Islamabad",
  "departDate": "2027-01-06",
  "returnDate": "2027-02-14",
  "maxItems": 20
}' |
apify call rigelbytes/skyscanner-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rigelbytes/skyscanner-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/hQJbKycijFAe0DvTv/builds/EBBWTgxnhmu3Ec7e2/openapi.json
