I've worked with real estate technology, and the best way to get clients is to get to know the brokers. Create a relationship with a broker, "team", group, whatever you want to call it but that's what you need to do.
Find local real estate agents, and see who they are working with.
Just be careful though, chances are whatever service the agent is using for their website already has a listings creator.
I know that Zillow just created a service a few months ago, and there are some others out there as well.
Also, as far as the backend goes, you want it to be simple. Real Estate agents are concerned about making money, and for the most part they do not believe in the internet yet and they do not believe that the internet is a viable source for lead generation.
You're in a good position, because their mindset is changing especially with a wave of new real estate agents coming in.
In marketing it, you need to explain that your product is strong in two points, the front-end and the backend. Make sure your product at the bare minimum can export to a CSV file, but try to see what software agents are using to manage their agents, and create export features for that.
Make sure they get leads right away, and they are legit leads. I used akismet for our lead generator, and it worked great for the most part to weed out the spam.
Feel free to contact me if you have any questions. I'd be more than happy to help you how I can in a general sense, I don't want to step on my previous employers toes though since they are also getting into the same market eventually (could be years though).
Thanks for all your help! I've been speaking with a friend of mine who's a real estate agent. He's mentioned about IDX listings - would you happen to know how it works and whether or not, I can just fetch API data? It seems like some companies provide it as a full embeddable solution which looks horrible for my purposes.
Would you also be able to elaborate more on using akismet for lead generator? Did you mean that spammers would hit the contact form fairly often?
Thanks for your help. And I understand about not stepping on your previous employers' toes. If there are any questions I'm asking that you do not feel comfortable with, please let me know.
No worries. IDX Information you get from the MLS directly. They are very strict about their feeds, so you'll have to talk to them about their terms and conditions and how they allow you to access their information. The RETS[1] feed is slowly becoming the standard, but again, it varies.
To start, I'd just have it simply be a form the agent can fill out. I think Zillow might have an API, but you'll just have to put on the site that the data is from Zillow. A small price to pay for a huge convenience for the agent.
I used Akismet to weed out spam posts. I didn't want to implement a captcha, I set up a javascript honeypot as the first defense but Akismet was the second defense. It was great, because it allowed for "Mark as spam" "This is not spam" options that you can contribute back to the Akismet engine to make it smarter, and it took about an hour to implement in PHP...super easy and a great selling point.
Comments
I've worked with real estate technology, and the best way to get clients is to get to know the brokers. Create a relationship with a broker, "team", group, whatever you want to call it but that's what you need to do.
Find local real estate agents, and see who they are working with.
Just be careful though, chances are whatever service the agent is using for their website already has a listings creator.
I know that Zillow just created a service a few months ago, and there are some others out there as well.
Also, as far as the backend goes, you want it to be simple. Real Estate agents are concerned about making money, and for the most part they do not believe in the internet yet and they do not believe that the internet is a viable source for lead generation.
You're in a good position, because their mindset is changing especially with a wave of new real estate agents coming in.
In marketing it, you need to explain that your product is strong in two points, the front-end and the backend. Make sure your product at the bare minimum can export to a CSV file, but try to see what software agents are using to manage their agents, and create export features for that.
Make sure they get leads right away, and they are legit leads. I used akismet for our lead generator, and it worked great for the most part to weed out the spam.
Feel free to contact me if you have any questions. I'd be more than happy to help you how I can in a general sense, I don't want to step on my previous employers toes though since they are also getting into the same market eventually (could be years though).
Thanks for all your help! I've been speaking with a friend of mine who's a real estate agent. He's mentioned about IDX listings - would you happen to know how it works and whether or not, I can just fetch API data? It seems like some companies provide it as a full embeddable solution which looks horrible for my purposes.
Would you also be able to elaborate more on using akismet for lead generator? Did you mean that spammers would hit the contact form fairly often?
Thanks for your help. And I understand about not stepping on your previous employers' toes. If there are any questions I'm asking that you do not feel comfortable with, please let me know.
No worries. IDX Information you get from the MLS directly. They are very strict about their feeds, so you'll have to talk to them about their terms and conditions and how they allow you to access their information. The RETS[1] feed is slowly becoming the standard, but again, it varies.
To start, I'd just have it simply be a form the agent can fill out. I think Zillow might have an API, but you'll just have to put on the site that the data is from Zillow. A small price to pay for a huge convenience for the agent.
I used Akismet to weed out spam posts. I didn't want to implement a captcha, I set up a javascript honeypot as the first defense but Akismet was the second defense. It was great, because it allowed for "Mark as spam" "This is not spam" options that you can contribute back to the Akismet engine to make it smarter, and it took about an hour to implement in PHP...super easy and a great selling point.
[1]: http://www.rets.org/ (Looks like their website is down)