Singapore Airlines Fare Deals Scraper avatar

Singapore Airlines Fare Deals Scraper

Pricing

from $5.00 / 1,000 dataset items

Go to Apify Store
Singapore Airlines Fare Deals Scraper

Singapore Airlines Fare Deals Scraper

Scrape Singapore Airlines fare deals — the cheapest advertised SQ price to every destination, per market and cabin. A ready-made 'cheap flights from X' feed as JSON. Pay per deal.

Pricing

from $5.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Turn Singapore Airlines' promotional fare deals into a clean data feed. For every market you choose, this Actor returns the cheapest advertised SQ fare to each destination — origin, destination, price, currency, cabin and a link — as structured JSON. It's a ready-made "cheapest flights from here" feed, straight from the airline's own promotions endpoint.

Pair it with the Singapore Airlines Flight Scraper (route-by-date fare calendar) when you need exact per-date pricing; this Actor is for discovery — "where can I fly cheaply, and for how much?"

Who it's for

  • Deal sites & fare-alert newsletters — auto-populate "cheap SQ flights from Singapore / USA / UK" listings.
  • Content & affiliate travel sites — destination-inspiration widgets with live cheapest prices.
  • Travel analysts — monitor promoted fares and currencies across markets.
  • Developers & AI agents — a tidy destination × price feed from one call.

What you get (output fields)

FieldTypeDescription
marketstringMarket/country of sale for this deal set.
originCitystring | nullOrigin city name.
originAirportCodestring | nullOrigin airport IATA code.
destinationCitystring | nullDestination city name.
destinationAirportCodestring | nullDestination airport IATA code.
destinationCityCodestring | nullDestination city code.
destinationCountrystring | nullDestination country name.
destinationCountryCodestring | nullDestination country ISO code.
pricenumber | nullAdvertised fare (numeric).
priceDisplaystring | nullAdvertised fare as shown.
currencystring | nullCurrency code of the fare.
cabinClassstring | nullCabin of the advertised fare.
airline / airlineCodestringSingapore Airlines / SQ.
dealUrlstring | nullLink to the route/deal landing page.
scrapedAtstringScrape timestamp (ISO-8601).

High-value use cases

  • "Cheap flights from Singapore" feed — pull the SG market and publish the lowest fare per destination, refreshed daily.
  • Multi-market deal monitor — scan SG, US, GB, AU at once and compare the cheapest fares and currencies by market.
  • Premium-cabin deals — filter to Business or First to surface promoted premium fares.
  • Affiliate inspiration widgets — feed a "where to go next" module with live prices and deep links.

Input parameters

FieldTypeDefaultDescription
marketsstring[]["SG"]2-letter country codes; one deal set per market.
cabinClassenumAnyAny, Economy, Premium Economy, Business, First.
maxItemsinteger500Cap on total deal rows.
proxyConfigurationobjectApify AUTOOptional proxy settings.

Example input

{
"markets": ["SG", "US", "GB"],
"cabinClass": "Any",
"maxItems": 500
}

Example output row

{
"market": "SG",
"originCity": "Singapore",
"originAirportCode": "SIN",
"destinationCity": "Hangzhou",
"destinationAirportCode": "HGH",
"destinationCityCode": "HGH",
"destinationCountry": "China",
"destinationCountryCode": "CN",
"price": 439.0,
"priceDisplay": "439",
"currency": "SGD",
"cabinClass": "Economy",
"airline": "Singapore Airlines",
"airlineCode": "SQ",
"dealUrl": "https://www.singaporeair.com/en-sg/flights-from-singapore-to-hangzhou",
"scrapedAt": "2026-07-28T12:00:00Z"
}

Scheduling & integrations

Schedule the Actor to keep your deals feed fresh, and push the dataset to Google Sheets, Make, Zapier, or Amazon S3 — or trigger a webhook when a run finishes. Exports are available as JSON, CSV and Excel via the Apify API.

Use it from an AI assistant (MCP)

Works with the Apify MCP server, so AI assistants and agents can call it as a tool and get SQ fare deals back as structured JSON — handy for travel copilots and deal-finding agents.

FAQ

Where does the data come from? Singapore Airlines' own promotions endpoint — the same fare deals shown on singaporeair.com.

How many deals per market? Typically a couple hundred destination deals per market (varies by market and season).

What changes between markets? The origin cities and the pricing currency (e.g. SG shows SIN in SGD; US shows LAX/SFO/SEA/NYC in USD).

How fresh is it? Deals are fetched live on each run; schedule it to refresh as often as you like.

Is it reliable? The Actor reads an open endpoint (no login, no CAPTCHA) and checkpoints per market, so runs resume without duplicating rows.

Is scraping this legal? The Actor collects publicly available promotional fare information. You are responsible for using the data in line with applicable laws and the site's terms.