Look up aircraft seat maps, cabin dimensions, and seat recommendations via SeatMaps.com and AeroLOPA. Search by flight number or airline+aircraft. Uses agent-browser for data extraction.
Look up aircraft seat maps, cabin dimensions (pitch, width, recline), seat recommendations, and flight reviews. Uses SeatMaps.com (browser automation) as the primary data source and AeroLOPA as a visual complement.
Requires agent-browser CLI. Install: npm install -g agent-browser && agent-browser install
| Feature | SeatMaps.com | AeroLOPA |
|---|---|---|
| Flight number search | Yes | No |
| Seat recommendations | Yes (color coded) | No (information only) |
| Cabin dimensions | Yes (pitch/width/recline) | Sometimes |
| Window alignment | No | Yes (to-scale drawings) |
| 360° cabin views | Some aircraft | No |
| Seat ratings | Yes (user reviews) | Coming 2026 |
| Aircraft variants | Yes (tabs) | Yes |
Default workflow: Search SeatMaps first (data extraction). Link to AeroLOPA for visual window alignment detail when the user wants geeky precision.
Use agent-browser to search SeatMaps by flight number. This identifies the aircraft type and loads the correct seat map automatically.
agent-browser open "https://seatmaps.com/"
agent-browser wait --load networkidle
# Switch to flight number search mode
agent-browser snapshot -i
# Find and click "Search by flight#" toggle
agent-browser click @eN # ref for "Search by flight#" generic element
# Type airline name in AIRLINE field
agent-browser fill @eAIRLINE "Air France"
agent-browser wait 2000
# Click the autocomplete suggestion (e.g., "(AF) Air France")
agent-browser snapshot -i
agent-browser click @eSUGGESTION # ref for the correct airline suggestion
# Enter flight number (digits only, no airline code)
agent-browser fill @eFLIGHT "83"
# Optional: change date if needed
# agent-browser fill @eDATE "15-Aug-26"
# Click FIND
agent-browser click @eFIND
agent-browser wait 5000
After navigation, get both the structured data and visual seat map:
# Get structured data (cabin specs, ratings, reviews)
agent-browser snapshot -c
# Take full-page screenshot (captures everything: cabin photos, specs, reviews)
agent-browser screenshot --full seatmap-full.png
# Scroll to the interactive seat map and take viewport screenshots
# The seat map is an iframe that renders visually in screenshots
agent-browser scroll up 5000
agent-browser scroll down 400
agent-browser wait 1000
agent-browser screenshot seatmap-map-top.png # First/Business section
agent-browser scroll down 600
agent-browser screenshot seatmap-map-middle.png # Premium Economy section
agent-browser scroll down 600
agent-browser screenshot seatmap-map-bottom.png # Economy section
Screenshots capture the color-coded interactive seat map. Each seat is color-coded:
Read the screenshots to identify specific good/bad seats by row and letter, then recommend the best options.
The results page also contains:
Click variant tabs to compare configurations:
agent-browser click @eVARIANT # ref for "777-300ER V.2" tab
agent-browser wait 2000
agent-browser snapshot -c
When you already know the airline and aircraft, skip the form and navigate directly: