Sure! ```curl $'<https://--CLUSTER_URL--.a1.types...
# community-help
b
Sure!
Copy code
curl $'<https://--CLUSTER_URL--.a1.typesense.net/collections/--COLLECTION-/documents/search?q=&query_by=description,name,ranchName,city,stateShort,state,tags&filter_by=isArchived:false+%26%26+status:for+sale+%26%26+status:\u0021%3Ddeleted&sort_by=rate:desc,+verifiedLevel:desc,+visits:desc&per_page=25&page=1&num_typos=2&include_fields=breedClass,breedTypes,city,createdAt,description,email,headCount,id,isArchived,isFeatureListed,name,pricePerHead,ranchName,sellerId,stateShort,status,images,videos,title,totalPrice,visits,weightAvg,weightTotal,rate,tags,verifiedLevel,price,priceType>' \
  -H 'authority: --<http://CLUSTER_URL--.a1.typesense.net|CLUSTER_URL--.a1.typesense.net>' \
  -H 'accept: application/json, text/plain, */*' \
  -H 'accept-language: es-ES,es;q=0.9,en;q=0.8' \
  -H 'origin: <https://--SITE--.com>' \
  -H 'referer: <https://--SITE--.com/>' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: cross-site' \
  -H 'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1' \
  -H 'x-typesense-api-key: API_KEY'