Jefferson Parish Tax Assessor avatar

Jefferson Parish Tax Assessor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Jefferson Parish Tax Assessor

Jefferson Parish Tax Assessor

Search Jefferson Parish, Louisiana property assessments by address, parcel number, or owner. Returns owner, parcel, physical and mailing addresses, property class, assessed and market values, assessment year, legal/location details, owner history, transactions, record type, and official links.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

RecordsDB

RecordsDB

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

Share

Jefferson Parish Assessor Records

Search Jefferson Parish Assessor records by property address, owner name, or parcel number.

Address searches return matching official assessor records separately, including the real-estate building, businesses, and separately listed units.

Enter one or more values in Search queries.

Examples:

  • Address: 2400 Veterans Blvd, Metairie, LA
  • Owner name: KINGFISH DEVELOPMENT
  • Parcel number: 0920009953

Information Included

Use the Information included menu to control which fields are returned.

Basic

Recommended for most searches.

Returns:

  • Parcel number
  • Physical address
  • Owner name
  • Mailing address
  • Property class
  • Assessed value
  • Market value
  • Tax year
  • Record kind
  • Official source link
{
"queries": ["2400 Veterans Blvd, Metairie, LA"],
"include": "basic"
}

Returns all Basic fields plus:

  • Legal description
  • Ward
  • Parcel type
  • Location details
  • Official assessor and map URLs
{
"queries": ["2400 Veterans Blvd, Metairie, LA"],
"include": "legal"
}

Ownership History

Returns all Basic fields plus:

  • Owner history
  • Property transactions
{
"queries": ["2400 Veterans Blvd, Metairie, LA"],
"include": "history"
}

Full Record

Returns all available fields, including:

  • Basic fields
  • Legal and location details
  • Assessment lines
  • Owner history
  • Transactions
  • Official URLs
{
"queries": ["2400 Veterans Blvd, Metairie, LA"],
"include": "full"
}

Changing Information included only controls the fields returned. It does not change which matching buildings, businesses, or units are found.

Maximum results per search controls how many assessor records are saved for each query.

Use 50 for addresses that may contain multiple businesses or units.

A single address can return:

  • A real-estate building record
  • Business personal-property records
  • Separately listed suites or units

Each official assessor record is returned as a separate dataset item.

Wait for Results

Keep Wait for results enabled.

RecordsDB may need time to retrieve records that have not been collected previously.

Recommended settings:

  • Maximum wait time: 180 seconds
  • Retry delay: 15 seconds
{
"queries": [
"2400 Veterans Blvd, Metairie, LA"
],
"include": "basic",
"maxResultsPerQuery": 50,
"waitForResults": true,
"maxWaitSeconds": 180,
"retryDelaySeconds": 15
}

Multiple Searches

You can submit addresses, owner names, and parcel numbers in the same run.

{
"queries": [
"2400 Veterans Blvd, Metairie, LA",
"KINGFISH DEVELOPMENT",
"0920009953"
],
"include": "basic",
"maxResultsPerQuery": 50,
"waitForResults": true
}

Understanding Results

The recordKind field identifies the type of assessor record:

  • real_estate: Land or building assessment
  • business_personal_property: Business inventory, furniture, fixtures, computers, or equipment
  • unknown: The record could not be confidently classified

For address searches, real-estate records are listed before business personal-property records.

Result Status

Each dataset item includes a status:

  • resolved: An assessor record was found.
  • not_found: The assessor completed the search without finding a match.
  • processing_timeout: RecordsDB was still collecting data when the Actor wait limit was reached. The search can be retried.
  • error: The request could not be completed.
  • configuration_error: The Actor is missing its RecordsDB API key.
  • invalid_input: No valid search query was provided.

Output

Basic results include:

  • query
  • status
  • recordKind
  • parcelNumber
  • physicalAddress
  • ownerName
  • mailingAddress
  • propertyClass
  • assessedValue
  • marketValue
  • taxYear
  • sourceRecordUrl
  • source

Additional fields appear when Legal details, Ownership history, or Full record is selected.

Data Source

Results are collected from publicly available Jefferson Parish Assessor records and delivered through RecordsDB.

RecordsDB returns each official assessor record separately. It does not combine assessor records with tax, GIS, or business-registration records.