French Historic Monuments (Mérimée / POP) avatar

French Historic Monuments (Mérimée / POP)

Pricing

Pay per usage

Go to Apify Store
French Historic Monuments (Mérimée / POP)

French Historic Monuments (Mérimée / POP)

Search France's official list of protected historic monuments (base Merimee / POP) by commune, department or keyword. Returns name, type, protection status, century, address, coordinates and a POP notice link. Free, key-free open data for tourism, heritage and GIS.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

DEV DEV

DEV DEV

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

What it does

French Historic Monuments searches France's official register of protected historic monuments — the base Mérimée, published on the Plateforme Ouverte du Patrimoine (POP) by the Ministry of Culture. Give it a commune, a department or a keyword (château, cathédrale, église…) and it returns each monument historique with its Mérimée reference, name and type, protection status (classé / inscrit), century of construction, address, department, region and GPS coordinates — plus a direct link to the POP notice. No API key, no scraping. This actor is free — you only pay for your own Apify platform usage.

Input

FieldTypeDescription
queriesarray of stringsOne full-text search per entry: commune, department, monument name or keyword.
maxResultsintegerMax monument records across all searches (default 200).
{
"queries": ["Versailles", "Chartres"],
"maxResults": 40
}

Output

One dataset item per monument. Example:

{
"query": "Versailles",
"status": "found",
"reference": "PA00087673",
"name": "Château de Versailles",
"denomination": "château",
"commune": "Versailles",
"address": "Place d'Armes",
"department": "Yvelines",
"region": "Île-de-France",
"protection": "classé MH",
"century": "17e siècle",
"author": "Le Vau Louis; Hardouin-Mansart Jules",
"lat": 48.8049,
"lon": 2.1204,
"merimee_url": "https://www.pop.culture.gouv.fr/notice/merimee/PA00087673"
}

Searches with no hits return {"status": "not_found"}; errors return {"status": "error"} with a message — the actor never crashes on a bad entry.

Use cases

  • Build tourism, heritage or cultural-mapping datasets and itineraries.
  • Enrich real-estate or territory data with nearby protected monuments.
  • Research architecture by century, author, protection type or region.
  • Feed a GIS layer of monuments historiques with coordinates and POP links.

Limitations & fair use

  • Data reflects the official Mérimée list; some notices have no coordinates.
  • Full-text search follows the source's own indexing and relevance.
  • The actor paginates politely (short delay between pages) and caps at 10,000 hits per search term.

More actors by this developer

Part of a family of French open-data actors (IGN cadastre, museums, SIRENE companies, BAN addresses, and more). See all actors by vigilant_jasmine.