eSIMDB Country Scraper avatar

eSIMDB Country Scraper

Try for free

1 day trial then $19.99/month - No credit card required now

View all Actors
eSIMDB Country Scraper

eSIMDB Country Scraper

muhammetakkurtt/esimdb-country-scraper
Try for free

1 day trial then $19.99/month - No credit card required now

This Apify actor collects eSIM data plans for specific countries. It collects comprehensive data such as provider information, plan details and pricing from esimdb.com and saves it in the Apify dataset. Users can easily retrieve relevant eSIM data by selecting a country.

eSIMDB Country Data Scraper

eSIMDB Country Data Scraper

This project is an Apify actor designed to scrape eSIM data plans for specific countries. It collects detailed information about eSIM data plans from esimdb.com

Features

  • Scrapes eSIM data plans for specific countries.
  • Collects comprehensive data including provider information, plan details, pricing, and more.
  • Saves the collected data to the Apify dataset.

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired input:
    • country: The country you want to collect data plans for.

Example Input

1{
2"country": "france"
3}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • id: Unique identifier for the plan
  • provider: Name of the eSIM provider
  • provider_info: Detailed information about the provider
  • provider_popularity: Popularity score of the provider
  • provider_certified: Whether the provider is certified
  • provider_image: URL of the provider's logo
  • provider_promo_title: Title of any ongoing promotion
  • provider_giveaway_title: Title of any ongoing giveaway
  • provider_giveaway_link_title: Title of the giveaway link
  • provider_giveaway_info: Information about the giveaway
  • provider_giveaway_link: Link to the giveaway
  • provider_promo_info: Detailed information about the promotion
  • provider_promo_discount: Discount amount for the promotion
  • provider_promo_code: Promo code for the discount
  • provider_promo_percentage: Whether the discount is a percentage
  • provider_promo_expiry: Expiration date of the promotion
  • provider_promo_expiry_time_zone: Time zone for the expiration date
  • plan_name: Name of the eSIM plan
  • data_limit: Data limit for the plan
  • prices: Regular prices in different currencies
  • promo_prices: Promotional prices in different currencies
  • validity_days: Validity period of the plan in days
  • country: Country for which the plan is applicable
  • tethering: Whether tethering is allowed
  • low_latency: Whether the plan offers low latency
  • possible_throttling: Whether data speed might be throttled
  • subscription: Whether it's a subscription plan
  • subscription_period: Period of subscription if applicable
  • phone_number: Whether a phone number is included
  • can_top_up: Whether the plan can be topped up
  • ekyc: Whether eKYC is required
  • internet_breakouts: List of internet breakout locations
  • data_cap_per: Data cap per specific period if applicable
  • promo_enabled: Whether a promotion is currently active
  • activation_info: Information about plan activation
  • additional_info: Any additional information about the plan
  • price_info: Additional information about pricing
  • capacity_info: Information about data capacity
  • validity_info: Additional information about validity

Example Output

1{
2    "id": "66f535c008993618e7efe4b4",
3    "provider": "Ubigi",
4    "provider_info": "Ubigi offers eSIM services for travelers, digital nomads and remote-working professionals, providing high-end global cellular connectivity in over 190+ destinations with a large range of affordable prepaid data plans.",
5    "provider_popularity": 90,
6    "provider_certified": true,
7    "provider_image": "https://esimdb.com/assets/pictures/provider/6dba14951553665178481_tiny.png",
8    "provider_promo_title": "GET 10% OFF",
9    "provider_giveaway_title": null,
10    "provider_giveaway_link_title": null,
11    "provider_giveaway_info": null,
12    "provider_giveaway_link": null,
13    "provider_promo_info": "Can be used only once per account, unless otherwise specified\nCannot be used for monthly subscription plans\nUbigi reserves the right to modify or cancel it at any time",
14    "provider_promo_discount": 10,
15    "provider_promo_code": "ESIMDB10",
16    "provider_promo_percentage": true,
17    "provider_promo_expiry": null,
18    "provider_promo_expiry_time_zone": null,
19    "plan_name": "",
20    "data_limit": "10.0 GB",
21    "prices": {
22      "USD": 7,
23      "EUR": 7,
24      "GBP": 6
25    },
26    "promo_prices": {
27      "USD": 6.3,
28      "EUR": 6.3,
29      "GBP": 5.4
30    },
31    "validity_days": 7,
32    "country": "france",
33    "tethering": null,
34    "low_latency": false,
35    "possible_throttling": false,
36    "subscription": false,
37    "subscription_period": null,
38    "phone_number": false,
39    "can_top_up": null,
40    "ekyc": null,
41    "internet_breakouts": [],
42    "data_cap_per": null,
43    "promo_enabled": true,
44    "activation_info": "",
45    "additional_info": "Enjoy 10 GB of data for 7 day(s) in France.",
46    "price_info": "",
47    "capacity_info": "",
48    "validity_info": ""
49}

This example output shows the structured data of a single eSIM data plan. The actual output will be a list of similar objects for all plans in the specified country.

Notes

  • The collected data is stored in Apify’s default data store.
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 18 days ago