/fotocasa/agencies/listings
Get a Fotocasa real estate agency profile and its published listings by numeric agency client id. Returns the agency profile (name, contact details, address, coordinates, logo, quality seal, counters) together with the agency’s property listings (same cards as the property search).
Price: 1 credit
💡 AI Hint: Fetch a single Fotocasa agency (inmobiliaria) and its listings by numeric client_id (obtained from fotocasa/agencies/search). transaction selects comprar (for sale) or alquiler (for rent) listings; min_price/max_price, min_surface/max_surface, min_rooms/max_rooms and min_bathrooms narrow the listings. Returns one item with agency (client_id, name, alias, description, email, phones, web, web_domain, address, address_url, town, province, zip_code, coordinates, image, has_quality_seal, agent_count, franchisee_count, created_at, publisher_id) and listings (property cards: id, url, property_type, transaction_type, price, price_per_m2, surface, room_count, bathroom_count, floor, address, images, …).
⚠️ Common errors: 412: Agency not found (well-formed but nonexistent client id)
Authorizations
API token from the dashboard
Headers
Body
Numeric Fotocasa agency client id
1"9202765062251"
"900140000987"
Max number of agency listings to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Transaction type of the listings
comprar, alquiler Minimum price filter
x >= 0Maximum price filter
x >= 0Minimum surface filter in m²
x >= 0Maximum surface filter in m²
x >= 0Minimum number of rooms filter
x >= 0Maximum number of rooms filter
x >= 0Minimum number of bathrooms filter
x >= 0