Geneanet: Search Individuals
Geneanet via Parse · government_public
Full-text search for individuals across Geneanet collections by surname. Supports optional filtering by first name, year, place, and collection type. Returns paginated results; each item carries a profile_url for drill-down via get_individual_profile. Pagination is page-based with configurable page size. Genealogical search and profile extraction for Geneanet.org. Provides surname search across collections, detailed individual profiles with family relationships, surname geographic distribution, and cemetery records. Fulfilled by Parse from geneanet.org.
- b2b-directory
- geneanet
- geneanet-org
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ed77ac7b-ac0a-4014-8489-10e20a9badfb/search_individuals
- Interface artifact
- sha256:4e64bc0c322d364fb2e7fcb64ad13bbe41e80e645510ea3ee1270195c6468426
- Manifest digest
- sha256:65bdd4e6aa0d52f979e93bb1c8315acc6499c274636fd9b5e2ea84b3cb47d31e
Request fields
- page (integer): Page number for pagination.
- size (integer): Number of results per page.
- year (string): Year of birth, marriage, or death to filter by (4-digit year).
- place (string): Location to filter results.
- lastname (string, required): Last name to search for.
- firstname (string): First name to filter results.
- collection (string): Collection to search within.: Allowed values: archives, family_trees, cemeteries, library
Example queries
- {"page":"1","size":"5","year":"1800","place":"Paris","lastname":"Dupont","firstname":"Jean","collection":"archives"}