Discover/flatmates.com.au API
live

flatmates.com.au APIflatmates.com.au

Access structured room seeker profiles and property listings from Flatmates.com.au. Retrieve budgets, move dates, locations, and paginated property discovery.

Endpoints
4
Updated
3mo ago
Try it
The unique ID of the person, prefixed with F (e.g. F4746278). If the F prefix is omitted i
api.parse.bot/scraper/51849592-0bb5-4823-91fd-7216a82c43c4/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/51849592-0bb5-4823-91fd-7216a82c43c4/get_seeker_details?seeker_id=%3Cseeker_id%3E' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get detailed information about a room seeker profile, including move date, budget, preferred locations, and lifestyle preferences. Extracts structured data from the React props embedded in the seeker profile page.

Input
ParamTypeDescription
seeker_idrequiredstringThe unique ID of the person, prefixed with F (e.g. F4746278). If the F prefix is omitted it is added automatically.
Response
{
  "type": "object",
  "fields": {
    "id": "string — seeker ID with F prefix",
    "url": "string — full profile URL",
    "name": "string — display name",
    "budget": "string — weekly budget with dollar sign (e.g. $250)",
    "about_me": "string — free-text description from the seeker",
    "move_date": "string — when the seeker wants to move (e.g. Now)",
    "stay_length": "string — intended stay duration (e.g. 3 months stay)",
    "preferred_locations": "array of strings — suburb and postcode (e.g. Surry Hills, 2010)",
    "is_potential_customer": "boolean — whether the seeker qualifies as a moving lead",
    "potential_customer_reasons": "array of strings — reasons for qualification",
    "preferred_accommodation_types": "array of strings — accommodation type labels"
  },
  "sample": {
    "data": {
      "id": "F4746278",
      "url": "https://flatmates.com.au/F4746278",
      "name": "Renato",
      "budget": "$250",
      "about_me": "Polite and quiet person",
      "move_date": "Now",
      "stay_length": "3 months stay",
      "preferred_locations": [
        "Surry Hills, 2010"
      ],
      "is_potential_customer": true,
      "potential_customer_reasons": [
        "Move date: Now"
      ],
      "preferred_accommodation_types": [
        "Teamup"
      ]
    },
    "status": "success"
  }
}

About the flatmates.com.au API

The Flatmates.com.au API exposes 4 endpoints covering room seeker profiles and active property listings from Australia's largest flatmate-finding platform. Use get_seeker_details to pull structured profile data — including weekly budget, move date, and preferred suburbs — or use discover_seekers and discover_properties to paginate through the full catalogue of active listings. The get_moving_leads endpoint filters seekers by upcoming move dates for lead generation workflows.

Seeker Profile Data

The get_seeker_details endpoint accepts a seeker ID (e.g. F4746278 — the F prefix is added automatically if omitted) and returns a structured profile object. Fields include name, budget (weekly, formatted as a dollar string like $250), about_me (free-text self-description), move_date, stay_length, and preferred_locations as an array of suburb/postcode strings. Two qualification fields — is_potential_customer (boolean) and potential_customer_reasons (array) — indicate whether the seeker represents an active moving lead based on timeline and intent signals.

Lead Discovery

The get_moving_leads endpoint is purpose-built for identifying near-term movers. It accepts an optional limit parameter and returns a list of seeker detail objects — the same schema as get_seeker_details — filtered to those with imminent move dates. The response includes a count field alongside the leads array. For broader discovery, discover_seekers returns paginated seeker IDs (seeker_ids array plus total_count) using limit and offset parameters, letting you iterate through the full active seeker index.

Property Listing Discovery

The discover_properties endpoint paginates through active property listings. Each item in the properties array includes an id, url, and title field. Combined with total_count, the limit and offset parameters give you full control over traversal. This endpoint is useful for building indexes or monitoring new listings over time, though detailed per-property data (room count, amenities, photos) is not returned at this layer.

Common use cases
  • Build a moving-lead pipeline using get_moving_leads to surface seekers with near-term move dates and weekly budgets above a threshold.
  • Monitor new room seeker registrations by paginating discover_seekers with offset and comparing against a locally stored ID list.
  • Enrich a property management CRM by pairing preferred_locations suburb data from seeker profiles with your available listings.
  • Track active property listing counts over time using discover_properties with total_count as a market signal for Sydney or Melbourne rental demand.
  • Filter qualified tenant leads by stay_length and budget fields from get_seeker_details to match against minimum lease requirements.
  • Index all active property listing URLs from discover_properties for downstream processing or availability monitoring.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Flatmates.com.au have an official developer API?+
Flatmates.com.au does not publish a documented public developer API or offer API keys to third parties as of mid-2025.
What does `get_seeker_details` return beyond basic contact info?+
get_seeker_details returns structured fields including budget (weekly dollar amount), move_date, stay_length, preferred_locations (suburb + postcode pairs), a free-text about_me field, and two lead-qualification fields: is_potential_customer (boolean) and potential_customer_reasons (array of strings explaining the qualification).
Does the API return full property details — room count, amenities, or photos — for individual listings?+
Not currently. The discover_properties endpoint returns id, url, and title per listing, and discover_seekers returns seeker IDs. Full per-property detail fields are not exposed at this layer. You can fork this API on Parse and revise it to add a property detail endpoint that returns those fields.
How does pagination work across the discovery endpoints?+
Both discover_seekers and discover_properties accept limit and offset integer parameters. Each response also returns a total_count field so you can calculate how many pages remain. There is no cursor-based pagination; you increment offset by limit to walk through the full dataset.
Is seeker profile data available for all Australian cities, or is coverage limited?+
Flatmates.com.au is an Australia-wide platform, so seeker IDs and property listings are not restricted to a single city. However, the preferred_locations field reflects only what seekers have entered on their profiles — not all profiles include location preferences, and data freshness depends on when listings were last active on the site.
Page content last updated . Spec covers 4 endpoints from flatmates.com.au.
Related APIs in Real EstateSee all →
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
Flatmates.com.au API – Room Seekers & Listings · Parse