Hi, i feel like i’m silly not knowing how to extract the property data. If anyone can help this would be amazing. I am creating feeds which hold a list of properties each with individual data. I need to be able to provide users with a url where they can extract the properties contained within their feed. If anyone can provide a simple answer this would be amazing. Image to show. Thank you in advance.
Did you already try API connector to get the response? What is the status if so? You initialize and then you can get anything you want from an API.
Yes you should get the exact response. Then, when you are using it, you just get API call's response properties and you should have the list.
I can extract the properties on bubble using the response data on a repeating group. The thing is, i need to provide this url to members for their websites and portals. So they need to be able to extract the properties using the url. Am i just overthinking it?
No you are not. You should parametrize the API call then, and get this param from the user in someway (textbox?) And call the api endpoint with it and get the response. If I understand your question correctly.
I get what you mean, i think this is where i’m very confused. So the idea is i provide each agency a unique id for their feed, this being the of the feed which contains their listings and with this feed they can provide it to their web developers or portal to show their listings in other platforms. As its API with the feed ID i didnt look at dynamic values as its taking the data straight from that particular feed if that makes sense.
But since you append an ID to the end of the API url, I think you still need to make it dynamic if that’s gon a change per user.
I will probably choose to do this so each user has their but i feel like i still need to figure it out as what i really need is to find a way to have one url physically display the results of the property data instead of a list of the properties unique ids. My head is scrambled ![]()
This URL returns a list of property IDs. Either there is another URL where you pass property ID and you get details or there is a flag/parameter in this URL to get details other than IDs as well.

