{"id":22667077,"url":"https://github.com/pdir/immobilienscout-api","last_synced_at":"2025-10-11T05:42:13.702Z","repository":{"id":57037272,"uuid":"312540806","full_name":"pdir/immobilienscout-api","owner":"pdir","description":"Simple API Integration for Immobilienscout24","archived":false,"fork":false,"pushed_at":"2023-03-21T10:53:30.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T10:45:01.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T10:12:46.000Z","updated_at":"2024-10-04T09:34:20.000Z","dependencies_parsed_at":"2024-12-09T14:39:58.724Z","dependency_job_id":"0b552b24-1823-4871-850e-9318b1b5a5d8","html_url":"https://github.com/pdir/immobilienscout-api","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.4444444444444444,"last_synced_commit":"95a5ce1ba736d5a8d8b49350cb3c235a5b8fb6ca"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pdir/immobilienscout-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fimmobilienscout-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fimmobilienscout-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fimmobilienscout-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fimmobilienscout-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdir","download_url":"https://codeload.github.com/pdir/immobilienscout-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fimmobilienscout-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006357,"owners_count":26084087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T14:33:27.434Z","updated_at":"2025-10-11T05:42:13.677Z","avatar_url":"https://github.com/pdir.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Immobilienscout24 PHP API\n\n## Requirements\n\nPHP: \u003e= 7.2  \nExtensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)\n\n## Install\n\ncomposer:  \n`composer require pdir/immoscout-api`\n\n## Usage\n\nSearch for the official API Documentation [here](https://api.immobilienscout24.de/api-docs/get-started/introduction/).  \nYou need an *Consumer Key* and *Consumer Secret* - [Get your client credentials](https://api.immobilienscout24.de/api-docs/get-started/get-your-client-credentials/).\n\nUse [IS24 RestAPI playground](https://playground.immobilienscout24.de/rest/playground) for testing and getting the Access Token and Access Secret.\n\nManual [generate Access Token and Access Secret](https://pdir.de/docs/de/customer/immobileinscout24-api/) (German)\n\n### Basic\n```php\n// store keys in .env file or use credentials array\n$credentials = [\n    'consumerKey' =\u003e 'IS24_CONSUMER_KEY',\n    'consumerSecret' =\u003e 'IS24_CONSUMER_SECRET',\n    'tokenKey' =\u003e 'IS24_TOKEN_KEY',\n    'tokenSecret' =\u003e 'IS24_TOKEN_SECRET',    \n];\n\n$api = new \\Pdir\\Immoscout\\Api();\nor\n$api = new \\Pdir\\Immoscout\\Api($credentials);\n\n// get all real estates with details\n$estates = $api-\u003egetAllRealEstates(true);\n\n// get only active real estates with details\n$estates = $api-\u003egetAllRealEstates(true, false, true);\n\n// get real estate by id\n$estate = $api-\u003egetRealEstate('1234567890');\n\n// get attachments by id\n$attachments = $api-\u003egetAttachments('1234567890');\n\n// get contact by id\n$contact = $api-\u003egetContact('1234567890');\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdir%2Fimmobilienscout-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdir%2Fimmobilienscout-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdir%2Fimmobilienscout-api/lists"}