GET etrain.info HTTP 200490 ms5.8 KB$0.00007 captured Aug 7, 2026
etrain.info, as data
One API turns any etrain.info 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 490 ms
- Page size
- 5.8 KB of markdown, 111 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This etrain.info page cost $0.00007 to fetch.
#### **** Recent Search History#### You have multiple reason to Book IRCTC Train Tickets with TripozoWe automatically suggest you alternate train in case of non-availability of confirmed seats.AI powered confirmation probability alerts you about confirmation chances of waitlist tickets.Get live train status and updates for your bookings made with us.See punctuality report for your train before planinng your journey.No more waiting for refunds on cancellations. Get IRCTC refunds instantly on your account.Our dedicated support team is always available to assist you and solve your travel issues.#### **Miscellaneous Links**Find All Transit (VIA) Stations#### **IRCTC Train Ticket Booking FAQs**Q)** Why should I book train tickets with Tripozo?**A)** Tripozo provides train alternates and IRCTC ticket confirmation prediction to assist you to get confirm IRCTC tickets online. In addition, information like Live Train Status, Historical Running Status of train, Confirmation Probability for waitlist PNR & more. Tripozo (formerly etrain.info) is your one stop solution for everything related to Indian Railways Information and train bookings.**Q)** How many people can I book in a single train ticket booking?**A)** You are allowed to book upto 6 passengers on a single train ticket booking. For tatkal train ticket booking, the maximum number is 4 persons per booking. Two children below 5 years are allowed per booking, but not ticketed.**Q)** What are the meaning of RAC, GNWL, PQWL, RLWL and TQWL in Railway Reservation?**A)** There are multiple waitlist status for IRCTC train ticket booking, refer detailed explanation to know more about waitlist and abbrevations used in IRCTC ticket booking. What Spider does on etrain.info
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.
490 ms · $0.00007Page 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://etrain.info/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://etrain.info/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://etrain.info/", {
return_format: "markdown",
});
console.log(page.content); What etrain.info costs
Multiplied from the measured 5.8 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 etrain.info.
The capture above took 490 ms and cost $0.00007. The same call takes any URL on etrain.info.