Skip to main content
AI Studio  add-on for Spider.
etrain.info · HTTP 200

Etrain Scraper

Spider read etrain.info in 490 ms without a browser and returned 111 lines of clean markdown, including sections like "Miscellaneous Links" and "IRCTC Train Ticket Booking FAQs".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response etrain.info/index.md markdown · 111 lines
#### **** 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.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on etrain.info.

etrain-info-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://etrain.info");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What etrain.info costs to scrape.

The capture above cost $0.00007 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://etrain.info/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping etrain.info.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.