Rentmanager: Get Posts
Rentmanager via Parse · real_estate
Retrieve blog posts from Rent Manager, optionally filtered by category ID or search term. Returns paginated list of posts with metadata including title, excerpt, publication date, categories, and tags. Use category IDs from list_categories to filter. Access publicly available content from rentmanager.com including blog posts about property management workflows, feature pages, categories, and site-wide search. Fulfilled by Parse from rentmanager.com.
- b2b-directory
- news-media
- parse
- platform-key
- real-estate
- rentmanager
- rentmanager-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b3359bee-da53-41d1-b928-0624027823bb/get_posts
- Interface artifact
- sha256:5ec00209bdaea3e4bb7be75456b63ac31da81f1c7ff6156863b138f5784dcf6c
- Manifest digest
- sha256:7d6498ec899bb442d6dea13f6e535305a1c3320aa1a2e736f807288c4d4a588d
Request fields
- page (integer): Page number for pagination.
- search (string): Search term to filter posts by keyword.
- per_page (integer): Number of posts per page, max 100.
- category_id (string): Filter posts by category ID (from list_categories endpoint).
Example queries
- {"page":"1","search":"maintenance","per_page":"10","category_id":"556"}