Atlas Obscura URLs Scraper avatar
Atlas Obscura URLs Scraper

Pricing

$5.00/month + usage

Go to Store
Atlas Obscura URLs Scraper

Atlas Obscura URLs Scraper

Developed by

Martin Janeček

Martin Janeček

Maintained by Community

The Atlas Obscura URLs Scraper extracts links to individual place detail pages from Atlas Obscura's country, region, or city listing pages. This tool is perfect for developers, data analysts, and travel researchers who want to collect structured lists of unique locations.

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 days ago

🌍 Atlas Obscura URLs Scraper

The Atlas Obscura URLs Scraper is an Apify actor that automatically extracts links to individual place detail pages from Atlas Obscura's country, region, or city listing pages. This tool is perfect for developers, data analysts, and travel researchers who want to collect structured lists of unique locations. The obtained URLs can be used for further processing, for example for Apify actor Atlas Obscura Location Scraper.


✅ What It Does

  • Starts from a listing page like /things-to-do/japan/places
  • Automatically paginates using the “Next” button
  • Collects all links to /places/... detail pages
  • Stops once it reaches a specified number (amount) or no more pages remain
  • Pushes results to a dataset as { "url": "..." }

📥 Input

{
"startUrls": [
{ "url": "https://www.atlasobscura.com/things-to-do/czechia/places" }
],
"amount": 75
}

Input Fields

FieldTypeDescription
startUrlsarrayOne or more Atlas Obscura listing pages to start from
amountinteger (optional)Maximum number of place URLs to collect. Leave empty to collect them all.

⚠️ Only listing pages are supported. Do not use search results or /places/... detail URLs.


📤 Output

Each item in the dataset is a simple object:

{
"url": "https://www.atlasobscura.com/places/brno-dragon"
}

These URLs are ready to be passed into a detail scraper (e.g., Atlas Obscura Location Detail Scraper).


🌐 Scrape Specific Countries or Cities

Want to gather place URLs for a specific location? Just input its official Atlas Obscura listing page:

🔍 Example Start URLs

RegionURL Example
Czechiahttps://www.atlasobscura.com/things-to-do/czechia/places
Japanhttps://www.atlasobscura.com/things-to-do/japan/places
Francehttps://www.atlasobscura.com/things-to-do/france/places
New York Cityhttps://www.atlasobscura.com/things-to-do/new-york/places

🔗 Combine with Detail Scraper

Use this actor in combination with the Atlas Obscura Location Detail Scraper to extract full details from every place URL collected — including:

  • Rarity
  • Visitor stats
  • Coordinates
  • Tags
  • Images

💰 Usage & Pricing

Usage of this Apify scraper is available from 5 EUR per month. With this subscription, you can scrape unlimited amount of URL. A three-day free trial is also available.


📣 Feedback

I would love to hear from you! If you have any feedback, suggestions, or issues, feel free to reach out. Your input helps me improve the tool and deliver the best experience for all users. Do not hesitate and write me an email in majanez78@gmail.com.