Skip to content

Immoscout: Real estate type not found #260

@mxmehl

Description

@mxmehl

I'd like to use your excellent tool for finding an estate. Unfortunately, with Immoscout, I'm running into an error which I don't fully understand:

[2026-01-25 09:53:09] ERROR: Error: Real estate type not found: eigentumswohnung-mit-garten
    at convertWebToMobile (file:///fredy/lib/services/immoscout/immoscout-web-translator.js:155:13)
    at Module.init (file:///fredy/lib/provider/immoscout.js:138:16)
    at file:///fredy/lib/services/jobs/jobExecutionService.js:163:25
    at Array.map (<anonymous>)
    at executeJob (file:///fredy/lib/services/jobs/jobExecutionService.js:161:39)
    at runSingle (file:///fredy/lib/services/jobs/jobExecutionService.js:129:11)
    at EventEmitter.<anonymous> (file:///fredy/lib/services/jobs/jobExecutionService.js:63:5)
    at EventEmitter.emit (node:events:519:28)
    at file:///fredy/lib/api/routes/jobRouter.js:154:9
    at next (/fredy/node_modules/0http/lib/next.js:58:20)

This seems to be referenced here, but I don't quite get the reason:

if (!realType) {
// Test for seo optimized apartment path (only used on the ImmoScout web app)
if (WEB_PATH_TO_APARTMENT_EQUIPMENT_MAP[realTypeKey]) {
additionalParamsFromWebPath = WEB_PATH_TO_APARTMENT_EQUIPMENT_MAP[realTypeKey];
realType = REAL_ESTATE_TYPE['wohnung-mieten'];
} else {
throw new Error(`Real estate type not found: ${realTypeKey}`);
}
}

Is it only possible to use it to search for flats for rents and not for buying?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions