A web platform that scrapes airline portals and travel sites to collect ticket prices, calculates a real-time airfare index, and displays trends on a dashboard for the NSO and RBI.
MoSPI · Data Informatics & Innovation Division (DIID) · Software
Signing in saves it for your whole team — everyone on your invite link sees the same two entries. Anything you shortlisted while signed out comes with you.
Decomposed from what the description asks for. Nothing added.
Web Scraping Engine
An automated Python tool that extracts airfare data from airline websites and travel aggregators while handling anti-bot measures.
Data Cleaning Pipeline
A module that processes raw price quotes, removes outliers, handles missing values, and separates base fares from taxes and fees.
Index Construction Module
A calculation engine that computes the Airfare Price Index across representative city-pairs and advance-purchase windows.
Interactive Dashboard
A web interface that visualises price trends, sector-wise heatmaps, and lead-time elasticity curves.
API and Export
An endpoint that allows external users like the NSO and RBI to consume the processed index data.
Both columns are read off the brief's own wording. Nothing here is inferred from the ministry's name.
The jury will check if your scraping engine successfully bypasses anti-bot measures while respecting ethical limits, how accurately you clean and separate taxes from base fares, and whether your dashboard displays the requested trends and index values.
A jury can still ask about these. Decide them deliberately rather than by accident.
Generated from the brief's own wording and the competition's published rules — never from a guess about what this ministry prefers.
Exact weights for each city-pair in the index basket?
The brief never answers this, so a panel will. Whatever you decide, say it the same way twice.
Specific database schema to be used?
The brief never answers this, so a panel will. Whatever you decide, say it the same way twice.
Has any part of this been shown at a previous event, hackathon or college project?
The guidelines are explicit: your solution must not have appeared in any previous event or programme, of any sort. A recycled project is what a team under time pressure reaches for.
The brief asks for web scraping engine. How would you build that?
Decoded from SIH26056 itself — An automated Python tool that extracts airfare data from airline websites and travel aggregators while handling anti-bot measures. The brief asks for it by name.
What the organisers attached, and what the brief assumes you can get.
Same organisation, same year. Reading two of theirs tells you more about what they care about than reading one.
Pick what you are about to do and copy the prompt. It carries the organisers' own wording, the constraints they never spell out, and an instruction not to invent requirements they never set.
Who has this problem, what already exists, and what you would have to find out.
The brief asks for data cleaning pipeline. How would you build that?
Decoded from SIH26056 itself — A module that processes raw price quotes, removes outliers, handles missing values, and separates base fares from taxes and fees. The brief asks for it by name.
The brief asks for index construction module. How would you build that?
Decoded from SIH26056 itself — A calculation engine that computes the Airfare Price Index across representative city-pairs and advance-purchase windows. The brief asks for it by name.
The brief asks for interactive dashboard. How would you build that?
Decoded from SIH26056 itself — A web interface that visualises price trends, sector-wise heatmaps, and lead-time elasticity curves. The brief asks for it by name.
The brief asks for api and export. How would you build that?
Decoded from SIH26056 itself — An endpoint that allows external users like the NSO and RBI to consume the processed index data. The brief asks for it by name.
Why not use what already exists? Name the closest thing to this that is already running.
A team that has not named the alternative themselves is answering this for the first time in the room.
Which single thing will you demonstrate end to end, start to finish, with nothing skipped?
Ours, not a rule: a narrow thing that fully works survives questioning better than a broad thing that half works. If nobody on the team can name it, that is the finding.
Show me this working: the jury will check if your scraping engine successfully bypasses anti-bot measures while respecting ethical limits, how accurately you clean and separate taxes from base fares, and whether your dashboard displays the requested trends and index values.
This is the evaluator read for your problem statement, decoded from the brief's own wording.