Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26056Worth consideringacceptance 3/5

Development of a Real-time Airfare Price Index for India through Automated Web Scraping of Airline and Online Travel Aggregator Portals for Augmentation of the Consumer Price Index (CPI).

MoSPI · Travel & Tourism · Software

The validation against a published official series is a rare and strong position, but the thirty-day back-test is a calendar requirement and the compliance tension is real, so start collecting immediately and make your missing-fare methodology the thing you defend rather than the scraper.

Open dataset ↗

What it actually is

India's official inflation number includes air travel, but the fares feeding into it are still collected by hand from a few ticketing offices, while over ninety percent of tickets are now bought online at prices that swing wildly within a single day. So the published figure does not reflect what travellers actually pay. The ask is a system that collects real online fares automatically every day and turns them into a proper price index.

What to build

An end-to-end fare index pipeline: a scheduled collection engine gathering quotes from the airlines and aggregators the statement names, handling JavaScript-rendered pages, session management and rate limiting within the ethical and terms-of-service constraints the statement insists on; a fixed basket of representative city pairs chosen on passenger traffic data and sampled at the five advance-purchase windows specified from next-day out to forty-five days; a cleaning pipeline separating base fare from taxes, development fee and convenience charges, removing outliers and handling sold-out and cancelled flights as missing rather than as zero; an index construction module aggregating quotes to a daily, weekly and monthly index with defensible route weights; a dashboard showing trends, sector heatmaps and lead-time elasticity curves; and an API for statistical consumers, validated by at least thirty days of back-testing against published monthly average fares.

Smallest thing that wins the room

Show thirty days of your daily index beside the published monthly average fare for the same sectors, with your series tracking it, and then open the lead-time elasticity curve showing the same seat costing three times more at T+1 than at T+45.

How crowded this one gets

A guess, projected from the 2025 statements — the last year where both the submission counts and the winners were published.

Busy270–500 teams expectedroughly 1 in 224–421 wins it

Quieter than 13% of the 226 · #196 of 226 by expected field · reaches the 500 cap

Busier than most. Expect several teams to arrive at the same obvious solution.

Why: central ministry statements sat below the average.

This is a guess, not a fact

Nobody has published 2026’s numbers yet. This is an analysed estimate from last year’s pattern, so please do not take it as the truth — check the live counter on the SIH portal before you decide anything. The range covers the middle half of likely outcomes, so one statement in two lands outside it. Entry closes at 500 ideas per statement, so no range goes past that — a statement that reaches the cap fills and shuts rather than drawing an unlimited crowd. The model reads only three things a team can see before choosing — software or hardware, the theme, and what kind of body posted it — and those explain about a quarter of the variation in last year’s field sizes (R² 0.25 on held-out statements). Trust the band more than the number, and the ordering more than either. It cannot see how good your idea is, which is the part that actually decides it.

The scores

The number is the shorthand. The line under it is the reason.

What you will be writing

  • Playwright headless collection with session handling
  • fare component parsing into base, tax and fee
  • Laspeyres or chained index construction with route weights
  • outlier and sold-out quote handling in cleaning pipeline
  • TimescaleDB fare quote store
  • FastAPI index endpoints with dashboard frontend
  • Official statistics and price indices
  • Web data collection
  • Aviation pricing

Prior art to read before you start

automated price collection for index construction · dynamic airfare trend analysis · back-testing against official published series

Analysed by Claude Opus. Every score above is a judgment call with its reasoning attached — kindly cross-check this against the official statement on the SIH portal before your team commits to it.