Skip to main content
AI Studio  add-on for Spider.
holafly.com · HTTP 200

Holafly Scraper

Spider read holafly.com in 141 ms without a browser and returned 269 lines of clean markdown, including sections like "What is Always On?", "How to activate an eSIM?" and "How can I get a refund?".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response holafly.com/index.md markdown · 269 lines
Unfortunately, it is not possible to make calls, send SMS, or receive SMS. However, with the eSIM mobile data, you can continue using instant messaging applications such as WhatsApp or iMessage.### What is Always On?A **1 GB monthly benefit** included with every Holafly eSIM. It becomes available once you install the eSIM and is valid in **150+ countries**. To **keep enjoying Always On, simply keep your eSIM installed and don’t delete it.**Your 1 GB allowance **refreshes every 30 days** and data doesn’t accumulate - it resets to 1 GB at the start of each cycle.### How to activate an eSIM?With most eSIM providers, activation is automatic. This means the installation and activation are part of the same process, as long as your eSIM is turned on in your device settings your data plan will begin as soon as it finds an available network, either in your current location or at your destination.At Holafly, we recommend keeping your eSIM turned off until you reach your travel destination. This is especially important for regional plans.How to turn your eSIM on and off:2. Tap Cellular (or Mobile Data, or Mobile Service).3. You will see your cellular plans. Your eSIM will be labeled as “Holafly,” “Secondary,” or with the name you gave it.4. Tap the eSIM to open its options. Then, simply toggle the switch on or off.2. Tap on Connections, Network & Internet, or Mobile Networks.3. On some devices, you will see the eSIM listed here. If not, tap SIM Manager, Mobile Network, or Manage eSIM.4. Choose the eSIM labeled as “Holafly,” “Secondary,” or with the name you gave it.Remember to turn on the eSIM as soon as you land at your destination, and you will be connected to the closest local network.### How can I get a refund?At Holafly we are aware that our users may have unforeseen events after making the purchase. Therefore, you can request a refund in the following circumstances:
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 holafly.com.

holafly-com-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://holafly.com");

// 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 holafly.com costs to scrape.

The capture above cost $0.000374 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://holafly.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping holafly.com.

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.