Kiva: Search Loans
Kiva via Parse · Finance
Search for loans with various filters including status, sector, country, gender, and keyword. Returns paginated results sorted by the specified order. Supports filtering by fundraising status, sector, country, and borrower gender. Each loan includes summary fields: id, name, status, sector, activity, loan_amount, location, and borrower count. Pagination via page number; sort controls result ordering. Access Kiva's microfinance data including loans, borrowers, field partners, and impact updates. Fulfilled by Parse from kiva.org.
- b2b-directory
- finance
- government-public
- kiva
- kiva-org
- 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/7fbbf24d-53fb-4694-b158-66bb655583d1/search_loans
- Interface artifact
- sha256:525cf933ab28a01078757c96c82f1b97c97e2b672f114935563d6f79dd24955e
- Manifest digest
- sha256:e028a7d9c7271921fe07dcfb5478ab59478bac454df8dcf50422fbf765ce6a92
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: newest, oldest, popularity, expiring_soon
- query (string): Keyword search query to filter loans.
- gender (string): Gender filter.: Allowed values: male, female
- sector (string): Sector name to filter by (e.g. Agriculture, Food, Education, Services, Transportation).
- status (string): Loan status filter.: Allowed values: fundraising, funded, in_repayment, ended, refunded
- per_page (integer): Number of results per page.
- country_code (string): ISO 2-letter country code to filter by (e.g. KE, UG, PH, ID).
Example queries
- {"page":"1","sort":"newest","query":"agriculture","gender":"male","sector":"Agriculture","status":"fundraising","per_page":"5","country_code":"KE"}