{
  "query": "{search_term_string}/",
  "page": 11,
  "engine": "Seekatron",
  "summary": "8 results from metasearch",
  "results": [
    {
      "rank": 101,
      "title": "42 Elasticsearch Query Examples - Tutorial - Coralogix",
      "url": "https://coralogix.com/blog/42-elasticsearch-query-examples-hands-on-tutorial/",
      "domain": "coralogix.com",
      "description": "These include field-based searches for terms within text fields, boolean operations between search terms, wildcard queries, and proximity searches. These extra features are used within Elasticsearch's Query syntax, and you will see these present in the examples shown in this article."
    },
    {
      "rank": 102,
      "title": "Quotation Marks Force Google Search - Google Guide",
      "url": "https://www.googleguide.com/quote_operator.html",
      "domain": "googleguide.com",
      "description": "To force Google to search for a particular term, enclose the term between quotation marks \" \" So, to search for the satirical newspaper The Onion, use [ \"The\" Onion ]. The \" \" operator is typically used around stop words (words that Google would otherwise ignore) or when you want Google to return only those pages that match your search terms exactly. Want to learn about Star Wars Episode One ..."
    },
    {
      "rank": 103,
      "title": "ElasticSearch not returning results for terms query against string ...",
      "url": "https://stackoverflow.com/questions/21933787/elasticsearch-not-returning-results-for-terms-query-against-string-property",
      "domain": "stackoverflow.com",
      "description": "From elasticsearch >= 5.0, term only work on property type keyword, change your property type from string or text to keyword and your query would work fine."
    },
    {
      "rank": 104,
      "title": "Is it possible to capture search term from Google search?",
      "url": "https://stackoverflow.com/questions/941469/is-it-possible-to-capture-search-term-from-google-search",
      "domain": "stackoverflow.com",
      "description": "You can grab the referring URL and grab the search term from the query string. The search will be in the query as \"q=searchTerm\" where searchTerm is the text you want."
    },
    {
      "rank": 105,
      "title": "ScienceDirect Search Guide - Elsevier",
      "url": "https://dev.elsevier.com/tips/ScienceDirectSearchTips.htm",
      "domain": "dev.elsevier.com",
      "description": "Field Search Tips Field names can be entered in upper or lower case. Field names must be spelled exactly the way they are listed below, including hyphens. Use the following syntax for text fields to specify a field name in your search string: field_name(search_term) Where search_term is the term you want to find and field_name is one of the fields in the field name table. For many fields, you ..."
    },
    {
      "rank": 106,
      "title": "Amazon Backend Keywords: The 2026 Guide to Boosting Visibility",
      "url": "https://sellermetrics.app/amazon-backend-keywords/",
      "domain": "sellermetrics.app",
      "description": "For sellers looking to fine-tune this process, Amazon Search Term Optimization can help identify untapped opportunities to boost discoverability. How to Find the Right Amazon Backend Keywords Popular Backend Keyword Research Tools Use Amazon SEO Tools like Helium 10, Jungle Scout, or MerchantWords to generate keyword ideas."
    },
    {
      "rank": 107,
      "title": "Why do some search results contain the search term in a query string?",
      "url": "https://webmasters.stackexchange.com/questions/106214/why-do-some-search-results-contain-the-search-term-in-a-query-string",
      "domain": "webmasters.stackexchange.com",
      "description": "When I search Google, I sometimes see URLs in the result list with query strings that look like they contain SEO related data. For example, when I search Google for \"nike\", the results included th..."
    },
    {
      "rank": 108,
      "title": "Term query - Elastic开源社区",
      "url": "https://www.elastic.org.cn/docs/8.1/www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html",
      "domain": "elastic.org.cn",
      "description": "The term query does not analyze the search term. The term query only searches for the exact term you provide. This means the term query may return poor or no results when searching text fields. To see the difference in search results, try the following example. Create an index with a text field called full_text."
    }
  ],
  "pagination": {
    "page": 11,
    "total_pages": 50,
    "total_results": 110,
    "has_more": true,
    "next_url": "https://lite.seekatron.com/api/v1/search?q=%7Bsearch_term_string%7D%2F&page=12"
  },
  "meta": {
    "generated_at": "2026-08-18T21:18:02.286Z",
    "api_docs": "/api",
    "format": "application/json",
    "version": "v1"
  }
}