# Changelog of Google Flights Scraper (`curious_coder/google-flights-scraper`) Actor

- **URL**: https://apify.com/curious\_coder/google-flights-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/curious\_coder/google-flights-scraper.md

## Changelog

### 2026 Jul 30

- Fix runs ending with an error instead of saving results when a flight came back without a published price.
- Results are no longer discarded when a flight has an unexpected shape; every row is saved.
- Fix searches intermittently returning no results at all, and report the reason when one does.
- Fix airport details, which were returned unparsed with missing names and cities.
- Fix airline alliances, which paired the wrong code and name together.
- Remove two contradictory CO2 comparison flags; use `emissionsTag` and `co2EmissionsDeltaPercent` instead.
- Fix vendor booking links, which previously returned nothing: the request now names the exact flights chosen, and all streamed response chunks are read.
- Fix the currency on vendor fares, which was reported as a nonsense code.
- Report clearly when vendor booking links are unavailable instead of returning nothing without explanation.
- Add an output schema so the run Output tab and API/integrations describe the results.
- Document every output field (title, description, example) in the dataset schema, and format prices and links in the results table.

### 1.0.1

- Export all available flight fields: codeshare/operating carrier, emissions delta, extensions, baggage flags, result tier, layover airport changes, and route-wide advisories/airport metadata.
- Add optional price calendar via `includePriceCalendar`, embedded as `priceCalendar` on each flight record.
- Fix session invalidation when price calendar and vendor booking links are both enabled.
- Add `bookingLink`, `searchLink`, `bookingToken`, and optional vendor booking links.

### 1.0.0

- Initial release.
- Search one-way and round-trip flights on Google Flights.
- Filter by cabin class, number of stops and passenger counts.
- Choose currency, language and country.
- Accept a Google Flights link as an alternative to the structured fields.
- Output prices, airlines, schedules, duration, stops, layovers, aircraft and CO₂ estimates.
