# Google Developers - Custom Search Element Control API (Highlights) ![rw-book-cover|256](https://readwise-assets.s3.amazonaws.com/static/images/article3.5c705a01b476.png) ## Metadata **Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article3.5c705a01b476.png **Source**:: #from/readwise **Zettel**:: #zettel/fleeting **Status**:: #x **Authors**:: [[Google Developers]] **Full Title**:: Custom Search Element Control API **Category**:: #articles #readwise/articles **Category Icon**:: 📰 **Document Tags**:: #blog **URL**:: [developers.google.com](https://developers.google.com/custom-search/docs/element) **Host**:: [[developers.google.com]] **Highlighted**:: [[2020-02-20]] **Created**:: [[2022-09-26]] ## Highlights - The following code executes the query "news" in the search element "element1": ``` var element = google.search.cse.element.getElement('element1'); element.execute('news'); ```