Test our B2A search API with your own queries. Generate a test API key to get started.
Test keys have a limit of 100 requests per day
curl -X POST https://abbababa.com/api/v1/search \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"query": "portable music device with noise cancellation",
"filters": {
"inStock": true
},
"limit": 10,
"sortBy": "quality_score"
}'Run a search to see the API response