All Collections
Integrations
Dynamic Property Links
How to Create Dynamic "Add to DealCheck" Links
How to Create Dynamic "Add to DealCheck" Links

Enrich your workflows and systems by allowing your users to quickly analyze properties with DealCheck.

Cindy Bellford avatar
Written by Cindy Bellford
Updated over a week ago

You can integrate DealCheck with your third-party applications or workflows by adding dynamic "Add to DealCheck" or "Analyze with DealCheck" links.

When users follow these links, they will be taken to the DealCheck website, where they can quickly add the property and continue analyzing it with our software.

You can pre-fill the property address and investment strategy, helping your users save time, providing an additional service, or improving the interoperability of your CRM or property management software with DealCheck.

Note: this feature will help you create dynamic links you can embed in your websites or CRMs. If you'd like to retrieve property or rental data programmatically in your applications, take a look at the RentCast API instead.

Dynamic "Add to DealCheck" Link Format

Follow these format guidelines to create dynamic "Add to DealCheck" links:

Base Link URL

Every dynamic link needs to point to the following URL:

https://dealcheck.io/add/p

URL Query Parameters

You can pre-fill the property address and investment strategy for your users by adding the following URL query parameters to the base URL shown above:

Note: since property addresses often contain illegal URL characters, they should be correctly encoded. Learn more about URL encoding.

street (required)

The street query parameter should specify the street address of the property.

?street=825%20Edgewood%20Dr

city (optional)

The city query parameter should specify the city of the property.

Note: you should provide either the city and state, or zip code parameters to help our software locate the property.

&city=Lake%20Saint%20Louis

state (optional)

The state query parameter should specify the state of the property, either as a 2-letter abbreviation or the full state name.

Note: you should provide either the city and state, or zip code parameters to help our software locate the property.

&state=MO

zip (optional)

The zip query parameter should specify the zip code of the property, as a 6-digit number.

Note: you should provide either the city and state, or zip code parameters to help our software locate the property.

&zip=63367

strategy (optional)

You can use the strategy query parameter to specify one of the 4 basic investment strategies supported by DealCheck:

  • rental: For properties a person would buy and hold for long-term cash flow

  • brrrr: For properties a person would buy, rehab, rent, refinance and repeat (the BRRRR method)

  • flip: For properties a person would buy, rehab and flip for a profit

  • wholesale: For properties a person would put under contract and wholesale to other investors

When provided, this query parameter will pre-select the strategy for the user. Users are also able to change this at any time through our software.

&strategy=rental

fp_ref (optional)

If you are a member of our affiliate program, you can append your referral tracking id with the fp_ref query parameter to turn these dynamic links into affiliate links as well.

If a person who follows this link creates a DealCheck account and signs up for one of our paid plans, you will receive an affiliate commission from their payments.

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).

&fp_ref=my_referral_id

Complete URL Example

Below is a complete URL created for a property located at "825 Edgewood Dr, Lake Saint Louis, MO 63367", with a "rental" investment strategy:

https://dealcheck.io/add/p?street=825%20Edgewood%20Dr&city=Lake%20Saint%20Louis&state=MO&zip=63367&strategy=rental

If you open the above URL in your browser (link), you will be taken directly to a page where you can add and analyze this property as a rental with DealCheck:

Add to DealCheck dynamic link example

Have any questions or need help with this integration feature? Email us at support@dealcheck.io and we'll be happy to help.

Did this answer your question?