--- layout: default section: Posts title: Search Terms nav: Stories sub: Stories meta_description: "What people search for across the API Evangelist network each week — the most-searched terms and the unmet demand (searches that returned no match), straight from the live API Evangelist search API logs." --- {% assign weeks = site.data.search_terms.weeks %} {% assign latest = weeks | last %} {% assign week_count = weeks | size %}
What people look for across the API Evangelist network each week — the most-searched terms and the unmet demand (searches that returned nothing), aggregated from the live API Evangelist API logs.
{% if week_count > 0 %}Last updated: {{ latest.fetched_at | date: "%B %-d, %Y" }} · {{ week_count }} week{% if week_count != 1 %}s{% endif %} of data
{% endif %}| # | Term | Searches |
|---|---|---|
| {{ forloop.index }} | {{ r.q }} | {% include number.html n=r.n %} |
| # | Term | Searches |
|---|---|---|
| {{ forloop.index }} | {{ r.q }} | {% include number.html n=r.n %} |
No zero-result searches this week.
{% endif %}Unmet demand is the highest-signal list here: these are things people went looking for across the network but the catalog didn't have a match for — the worklist for what to write, cover, or curate next.
{% if week_count > 1 %}| Week ending | Total Searches | Distinct Terms | Unmet Terms | Days Covered |
|---|---|---|---|---|
| {{ w.week_ending }} | {% include number.html n=w.total_searches blank=0 %} | {% include number.html n=w.unique_terms blank=0 %} | {% include number.html n=w.unmet_terms blank=0 %} | {{ w.days_found | default: 0 }}/7 |