Discover/Fidlar API
live

Fidlar APIava.fidlar.com

Search recorded property deeds in Rockingham County, New Hampshire by book and page number to find historical deed information and property records. Quickly locate specific deeds without visiting the Registry of Deeds office in person.

This API takes change requests — .
Endpoint health
monitored
search_deeds_by_book_page
Checks pendingself-healing
Endpoints
1
Updated
2h ago
This call costs2 credits / call— charged only on success
Try it
Book number to search (numeric string, e.g. '5000').
Page number within the book (numeric string, e.g. '100').
api.parse.bot/scraper/99dcdf7d-7054-4fc8-a887-e95dedbd8e49/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/99dcdf7d-7054-4fc8-a887-e95dedbd8e49/search_deeds_by_book_page' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "book": "5000",
  "page": "100"
}'
All endpoints · 1 totalmissing one? ·

Search for recorded deeds by book and page number in the Rockingham County Registry of Deeds. Returns matching deed records including document type, parties, recording dates, legal descriptions, and notes. Each call makes two upstream requests (token + search) and solves an invisible reCAPTCHA v3 challenge.

Input
ParamTypeDescription
bookrequiredstringBook number to search (numeric string, e.g. '5000').
pagerequiredstringPage number within the book (numeric string, e.g. '100').
Response
{
  "type": "object",
  "fields": {
    "deeds": "Array of deed records matching the book/page query",
    "total_results": "Total number of matching deed records"
  },
  "sample": {
    "data": {
      "deeds": [
        {
          "book": "5000",
          "page": "100",
          "notes": "4157-1010",
          "legals": [],
          "party1": "DEWING BARBARA J KEARNEY ETAL ",
          "party2": null,
          "parties": [
            {
              "name": "DEWING BARBARA J KEARNEY ETAL",
              "party_type_id": 1,
              "additional_name": null
            },
            {
              "name": "DEWING JEROME B II ETAL",
              "party_type_id": 1,
              "additional_name": null
            },
            {
              "name": "RBS CITIZENS NA",
              "party_type_id": 3,
              "additional_name": null
            }
          ],
          "document_date": "4/14/2009",
          "document_type": "DISCH",
          "legal_summary": "",
          "document_number": "5000-0100",
          "image_page_count": 1,
          "reference_number": "",
          "recorded_date_time": "4/14/2009 7:00:00 AM",
          "consideration_amount": 0
        }
      ],
      "total_results": 1
    },
    "status": "success"
  }
}

About the Fidlar API

The Fidlar API on Parse exposes 1 endpoint for the publicly available data on ava.fidlar.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.