You can integrate RentCast rental data with your third-party applications or workflows by adding dynamic web links to our rental property reports.
When users follow these links, they will be taken directly to the RentCast website and see rent estimates, comps, and local market data for a specific property.
Note: this feature will help you create dynamic links you can embed in your websites or CRMs. If you're looking to retrieve rental property data programmatically in your applications, use our REST API instead.
Use Cases
Below are some example use cases when you may consider using our dynamic property report link feature:
Enrich your CRM software: add dynamic links to each property tracked by your CRM to quickly view projected rents, rental comps, and local rental market statistics
Enrich your property management software: add dynamic links to each property tracked by your property management software to help you set accurate rents when leasing properties, plan future rent increases, and track local rental market changes
Provide more value to your clients: send dynamic property report links to your clients or investors to provide them with an additional service or information on properties you are selling or advertising
Property Report Link Format
Follow these format guidelines to create dynamic links to property-level rental data reports:
Base Link URL
Every dynamic link needs to point to the following URL:
https://rentcast.io/s/p
URL Query Parameters
To display rental data for a specific property, add the following URL query parameters to the base URL shown above:
address (required)
The address
query parameter should specify the full address of the property, in the following format:
Street, City, State, Zip Code
Note: since property addresses often contain illegal URL characters, they should be correctly encoded. Learn more about URL encoding.
Example:
?address=1635%20Timberlake%20Manor%20Pkwy%2C%20Chesterfield%2C%20MO%2063017
type (optional)
Use the type
query parameter to specify the property type. This will improve the accuracy of the rent estimates and comps.
Allowed Values:
"single-family" (default): use for detached, single-family homes. This is the default property type, if you don't provide one
"condo": use for a single unit in a condominium development or building, which is part of a homeowner's association (HOA)
"townhouse": use for a single-family property that shares walls with other adjacent homes, and is typically part of a homeowner's association (HOA)
"manufactured": use for pre-fabricated or mobile homes, typically constructed at a factory
"multi-family": use for a single unit/apartment within a residential multi-family building (2-4 units)
"apartment": use for a single unit/apartment within a commercial multi-family building or apartment complex (5+ units)
Example:
&type=single-family
bedrooms (optional)
Use the bedrooms
query parameter to specify the number of bedrooms in the property. This will improve the accuracy of the rent estimates and comps.
Note: for "multi-family" and "apartment" property types, you should specify the number of bedrooms in a single unit, not the entire building.
Allowed Values:
This query parameter expects a positive integer number from 0 to 6, with 0 indicating a studio layout.
Example:
&bedrooms=4
bathrooms (optional)
Use the bathrooms
query parameter to specify the number of bathrooms in the property. This will improve the accuracy of the rent estimates and comps.
Note: for "multi-family" and "apartment" property types, you should specify the number of bathrooms in a single unit, not the entire building.
Allowed Values:
This query parameter expects a positive float number from 1 to 4 (1, 1.5, 2, 2.5, etc.), where fractional numbers indicate a half-bath.
Example:
&bathrooms=3
area (optional)
Use the area
query parameter to specify the indoor living area size of the property, in square feet. This will improve the accuracy of the rent estimates and comps.
Note: for "multi-family" and "apartment" property types, you should specify the living area size of a single unit, not the entire building.
Allowed Values:
This query parameter expects a positive integer number.
Example:
&area=2891
radius (optional)
Use the radius
query parameter to specify the maximum distance between the property and its comps, in miles. This gives you more control over which comps are selected when calculating rent estimates and can improve the rent estimate accuracy.
Note: changing the comp search radius is a premium feature, available with the RentCast Pro plan. This upgrade is required for this setting to have an effect.
Allowed Values:
This query parameter expects a positive float number, with a minimum value of 0.1.
Example:
&radius=2
age (optional)
Use the age
query parameter to specify the maximum number of days since comps were last seen, in days. This gives you more control over which comps are selected when calculating rent estimates and can improve the rent estimate accuracy.
Note: changing the comp look back period is a premium feature, available with the RentCast Pro plan. This upgrade is required for this setting to have an effect.
Allowed Values:
This query parameter expects a positive integer number, with a minimum value of 1.
Example:
&age=180
via (optional)
If you are a member of our affiliate program, you can append your referral tracking id with the via
query parameter to turn dynamic report links into affiliate links as well.
If a person who follows this link creates a RentCast account and signs up for one of our paid plans, you will receive an affiliate commission from their payments.
Allowed Values:
You can get your referral tracking id from your affiliate dashboard by looking at the last part of your referral link shown there (my_referral_id
below):
https://rentcast.io?via=my_referral_id
Example:
&via=my_referral_id
Complete URL Example
Below is a complete URL created for the following property:
Address: 1635 Timberlake Manor Pkwy, Chesterfield, MO 63017
Property Type: Single-Family
Bedrooms: 4
Bathrooms: 3
Living Area Size: 2,891 sq.ft.
Comp Search Radius: 2 miles
Comp Look Back Period: 180 days
https://rentcast.io/s/p?address=1635%20Timberlake%20Manor%20Pkwy%2C%20Chesterfield%2C%20MO%2063017&type=single-family&bedrooms=4&bathrooms=3&area=2891&radius=2&age=180
If you open the above URL in your browser (link), you will see the RentCast rent report for this property:
Have any questions or need help with this integration feature? Email us at support@rentcast.io and we'll be happy to help.