There are two ways of creating a Programmable Search Engine:
- using the Control Panel
- creating an XML file with the definition of the engine
The easiest way to get started with Programmable Search Engine is to create a basic search engine using the Control Panel. You can then download the engine's XML files and modify them to add further customizations. Since you're experimenting and figuring out some basic concepts, spend only a couple of minutes making your first search engine. Keep it simple so that you can follow what's happening when you start testing it. You can always change it later.
Defining a Programmable Search Engine in Control Panel
To create a Programmable Search Engine:
- Sign into Control Panel using your Google Account (get an account if you don't have one).
- In the Sites to search section, add the pages you want to include in your search engine. You can include any sites you want, not just the sites you own. You can include whole site URLs or individual pages URLs. You can also use URL patterns.
- The name of your search engine will be automatically generated based on the URLs you select. You can change this name at any time.
- Select the language of your search engine. This defines the language of the buttons and other design elements of your search engine, but doesn't affect the actual search results.
- Click Create.
Your basic search engine is ready to use! To see more configuration options, go to the Control Panel.
To learn more about options available in Control Panel, visit the Programmable Search Engine Help Center. To add advanced options (e.g. filtering or results order) and further customize your search engine via XML configuration files, see the Developer Guide.
Using the engine
Once you have defined your search engine, it can be accessed in two ways:
- Google-hosted Programmable Search Engine homepage - you can find public url for your engine homepage in the Setup tab > Public URL section of the Control Panel and share it with your users.
- A search box in your website - If you embed a search box in your webpage, your users can make searches from your website.
Next...
Continue to Implementing search box.