Nika Chelidze
Newbie
- Aug 12, 2018
- 25
- 11
Hello, I will tell you a brief story of what app I am creating, please read carefully and give me advice on how to monetize it.
So in my country Georgia, there is 1 big real estate website where every person who wants to sell/buy/rent/loan can post. Imagine new property every 2-3 minutes.
Because many Russians/Indians are visiting my country (or some old Georgia people who don't know how to use the internet) and they don't know local websites and can't trust anyone Georgian people created properties agencies and they are doing this:
1. searching new properties on this website
2. calling the original owner and tell them that they are agents and have a client who wants to buy/rent a property and they want a commission from the price of action
3. when the owner accepts on terms, all these agents (there are really lots of them) copy all info, download all pictures, and upload them again on this website with their name and phone number

4. they update uploaded content every day so it is on the first pages always, and also they try to capture clients (if the rental property is sold without agents, agents still update the property, and when a client calls they suggest different properties to them)
this is basically how they work, doing all manual work to re-upload 40-50 properties each day and monitor them. I want to create a python script which gets all ( I mean many ) rental properties, uploads them to the agent's website and when the agent wants to re-upload the property he will click on the website and the python selenium script will do it automatically.
Please give me ideas on what can I add here, how to scale it, and stuff like this
So in my country Georgia, there is 1 big real estate website where every person who wants to sell/buy/rent/loan can post. Imagine new property every 2-3 minutes.
Because many Russians/Indians are visiting my country (or some old Georgia people who don't know how to use the internet) and they don't know local websites and can't trust anyone Georgian people created properties agencies and they are doing this:
1. searching new properties on this website
2. calling the original owner and tell them that they are agents and have a client who wants to buy/rent a property and they want a commission from the price of action
3. when the owner accepts on terms, all these agents (there are really lots of them) copy all info, download all pictures, and upload them again on this website with their name and phone number
4. they update uploaded content every day so it is on the first pages always, and also they try to capture clients (if the rental property is sold without agents, agents still update the property, and when a client calls they suggest different properties to them)
this is basically how they work, doing all manual work to re-upload 40-50 properties each day and monitor them. I want to create a python script which gets all ( I mean many ) rental properties, uploads them to the agent's website and when the agent wants to re-upload the property he will click on the website and the python selenium script will do it automatically.
Please give me ideas on what can I add here, how to scale it, and stuff like this