This Choreo returns a keyword search for loan listings by multiple criteria. The documetation for this Kiva resource is available here.
Here is an example of acceptable inputs:
Query: art
Region: CA
Gender: female
The following is a sample of the information returned by this Choreo:
{
"paging": {
"page": 1,
"total": 732,
"page_size": 20,
"pages": 37
},
"loans": [
{
"id": 471005,
"name": "Lorenza",
"description": {
"languages": [
"es",
"en"
]
},
"status": "fundraising",
"funded_amount": 0,
"basket_amount": 0,
"image": {
"id": 1192374,
"template_id": 1
},
"activity": "General Store",
"sector": "Retail",
"use": "to buy basic grains, candy, bread, instant products, and drinks.",
"location": {
"country_code": "SV",
"country": "El Salvador",
"geo": {
"level": "country",
"pairs": "13.833333 -88.916667",
"type": "point"
}
},
"partner_id": 81,
"posted_date": "2012-09-18T15:40:01Z",
"planned_expiration_date": "2012-10-18T15:40:01Z",
"loan_amount": 500,
"borrower_count": 1
},
{
"id": 469428,
"name": "Mar\u00eda Amalia",
"description": {
"languages": [
"es",
"en"
]
},
"status": "fundraising",
"funded_amount": 0,
"basket_amount": 0,
"image": {
"id": 1187296,
"template_id": 1
},
"activity": "General Store",
"sector": "Retail",
"use": "To buy basic items and increase her inventory.",
"location": {
"country_code": "SV",
"country": "El Salvador",
"town": "La Uni\u00f3n",
"geo": {
"level": "country",
"pairs": "13.833333 -88.916667",
"type": "point"
}
},
"partner_id": 199,
"posted_date": "2012-09-18T09:10:01Z",
"planned_expiration_date": "2012-10-18T09:10:01Z",
"loan_amount": 1050,
"borrower_count": 1
}