GET aircanada.com HTTP 200660 ms10.9 KB$0.000027 captured Aug 7, 2026
aircanada.com, as data
One API turns any aircanada.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 660 ms
- Page size
- 10.9 KB of markdown, 139 lines
- Fields
- Description, Title
- Captured
- Aug 7, 2026
Free balance on signup, no card. This aircanada.com page cost $0.000027 to fetch.
Our all-inclusive and pre-bundled vacation packages include:Round-trip flight in Economy Class1st checked bag and 1 carry-on1Round-trip airport transfers3Destination representatives in select destinations3## Travel deals### A vacation for every budget Discover sunny packages in Mexico, the Caribbean & more### Last-minute deals Save on select packages to Mexico, the Caribbean and sunny U.S.### Book Early. Save Big. $400 off per family of4 on Mexico, the Caribbean and moreMore to your vacation with Aeroplan®. Earn up to 20,000 extra points per member on select vacation packages.Learn more## Top destinations for all-inclusive vacationsWhere to? Plan all-inclusive trips to these top beach destinations! Discover sizzling countries and tropical islands to visit across the Caribbean, Mexico, South and Central America..0a8a2245d21b83ac2689a3d488392f00.jpg) Discover dreamy beaches and ancient ruins in stunning Tulum.Make the most of golden beaches and sunsets with packages in the D.R.### Majestic Mazatlán Wander Mazatlán's golden-sand beaches and stroll along its oceanfront promenade with a vacation package.### This way to Montego Bay Find all-inclusive beach resorts or hotels in Montego Bay, Negril or Ocho Rios.### Tropical fave A perennial Mexican favourite, Cancún always shines bright! Set your beach vacation along its famous coastline.### Adventure to Aruba Enjoy your luxe resort, then visit Oranjestad or embark on a trek through Arikok National Park.### Cozy in Cozumel Visit the beautiful limestone-carved island of Cozumel in Mexico by booking the perfect all-inclusive vacation.### Relax in Roatán Explore Roatán white-sand beaches and crystal-clear waters with a vacation package.### Bajan blues Delve into the teal-tinged waters that surround beautiful Barbados and let the lively island enchant and entertain you. What Spider does on aircanada.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
660 ms · $0.000027Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://vacations.aircanada.com/en/all-booking-options/all-inclusive", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://vacations.aircanada.com/en/all-booking-options/all-inclusive", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://vacations.aircanada.com/en/all-booking-options/all-inclusive", {
return_format: "markdown",
});
console.log(page.content); What aircanada.com costs
Multiplied from the measured 10.9 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of aircanada.com.
The capture above took 660 ms and cost $0.000027. The same call takes any URL on aircanada.com.