eSIMDB Country Scraper
1 day trial then $19.99/month - No credit card required now
eSIMDB Country Scraper
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
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
- Run this actor in the Apify console.
- 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 planprovider
: Name of the eSIM providerprovider_info
: Detailed information about the providerprovider_popularity
: Popularity score of the providerprovider_certified
: Whether the provider is certifiedprovider_image
: URL of the provider's logoprovider_promo_title
: Title of any ongoing promotionprovider_giveaway_title
: Title of any ongoing giveawayprovider_giveaway_link_title
: Title of the giveaway linkprovider_giveaway_info
: Information about the giveawayprovider_giveaway_link
: Link to the giveawayprovider_promo_info
: Detailed information about the promotionprovider_promo_discount
: Discount amount for the promotionprovider_promo_code
: Promo code for the discountprovider_promo_percentage
: Whether the discount is a percentageprovider_promo_expiry
: Expiration date of the promotionprovider_promo_expiry_time_zone
: Time zone for the expiration dateplan_name
: Name of the eSIM plandata_limit
: Data limit for the planprices
: Regular prices in different currenciespromo_prices
: Promotional prices in different currenciesvalidity_days
: Validity period of the plan in dayscountry
: Country for which the plan is applicabletethering
: Whether tethering is allowedlow_latency
: Whether the plan offers low latencypossible_throttling
: Whether data speed might be throttledsubscription
: Whether it's a subscription plansubscription_period
: Period of subscription if applicablephone_number
: Whether a phone number is includedcan_top_up
: Whether the plan can be topped upekyc
: Whether eKYC is requiredinternet_breakouts
: List of internet breakout locationsdata_cap_per
: Data cap per specific period if applicablepromo_enabled
: Whether a promotion is currently activeactivation_info
: Information about plan activationadditional_info
: Any additional information about the planprice_info
: Additional information about pricingcapacity_info
: Information about data capacityvalidity_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.
- 2 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified 10 days ago