Yardi: Get Posts
Yardi via Parse · news_media
Get news posts and press releases from Yardi, with optional search and category filtering. Returns paginated results ordered by date descending. Each post includes title, excerpt, publication date, categories, and media references. Use category IDs from get_categories to filter. Access Yardi's news, press releases, and content through their WordPress REST API. Supports searching across all content types, listing posts with filters, retrieving individual post details, and browsing categories. Fulfilled by Parse from www.yardi.com.
- b2b-directory
- news-media
- parse
- platform-key
- real-estate
- www-yardi-com
- yardi
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- news_media
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0dcf99c6-1126-4770-808d-a889e3999f84/get_posts
- Interface artifact
- sha256:dd320a94f6019128253d786a2b7628e19ed47867f39ad299eda66a22f26da40e
- Manifest digest
- sha256:10440c68ac9ac83f1eb81e9db48abdb0dd8df2298e6550ae09b6d696faa67e74
Request fields
- page (integer): Page number for pagination.
- search (string): Filter posts by search term.
- per_page (integer): Number of posts per page, between 1 and 100.: Allowed values: 3, 10
- categories (string): Comma-separated category IDs to filter by (e.g. '9849' for Press Releases, '9834' for News). Category IDs can be obtained from the get_categories endpoint.
Example queries
- {"page":"1","search":"yardi","per_page":"3","categories":"9852"}