Kitabisa: List Campaigns
Kitabisa via Parse · Finance
Fetch a paginated list of fundraising campaigns with optional filters and sorting. Returns campaigns ordered by the specified sort parameter. Use offset/limit for manual pagination. API for kitabisa.com — Indonesia's largest crowdfunding platform. Provides access to campaigns, categories, donors, fundraiser profiles, and search. Fulfilled by Parse from kitabisa.com.
- finance
- government-public
- kitabisa
- kitabisa-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cd131fa0-0793-4134-b338-fa4ef93229b0/list_campaigns
- Interface artifact
- sha256:df6aa163f7e86baf477f3f226536c160976af217c5a6d7405463d7b675cc57ac
- Manifest digest
- sha256:07b8deb3f51bd47caab2a760d49afc46b783923f0a590239c1b8954e02bd45ad
Request fields
- sort (string): Sort order for campaigns.: Allowed values: terbaru
- limit (integer): Number of campaigns to return per page.
- offset (integer): Offset for pagination.
- category_id (integer): Filter by category ID. Category IDs can be obtained from get_categories endpoint.
- campaign_type (string): Filter by campaign type. Accepted values: 'regular', 'pool_of_fund'.: Allowed values: regular, pool_of_fund
Example queries
- {"sort":"terbaru","limit":"5","offset":"0","category_id":"5","campaign_type":"regular"}