yardi.com APIwww.yardi.com ↗
Access Yardi's latest news, press releases, and company content by searching across all articles, filtering and browsing posts by category, or retrieving detailed information about individual stories. Quickly find relevant Yardi company updates and announcements through powerful search and category browsing capabilities.
curl -X GET 'https://api.parse.bot/scraper/0dcf99c6-1126-4770-808d-a889e3999f84/search' \ -H 'X-API-Key: $PARSE_API_KEY'
Search across all Yardi content types including posts, pages, resources, client stories, solutions, and files. Returns paginated results with title, URL, and content type information.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. |
| queryrequired | string | Search query string. |
| subtype | string | Filter by content subtype. Use 'any' for all types, or specify a specific type such as 'post', 'page', 'resource', 'client-story', 'file', 'solution', 'suite'. |
| per_page | integer | Number of results per page, between 1 and 100. |
{
"type": "object",
"fields": {
"page": "integer current page",
"total": "integer total number of matching results",
"results": "array of search result objects with id, title, url, type, and subtype",
"per_page": "integer results per page",
"total_pages": "integer total number of pages"
},
"sample": {
"page": 1,
"total": 1456,
"results": [
{
"id": 394827,
"url": "https://www.yardi.com/documents/property-management-software-checklist/",
"type": "post",
"title": "CMK Property Management Software Checklist",
"subtype": "file"
}
],
"per_page": 3,
"total_pages": 486
}
}About the yardi.com API
The yardi.com API on Parse exposes 4 endpoints for the publicly available data on www.yardi.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.