Search Web

Search the web for a given query. The API returns a list of results with the title, summary, and URL.

GET
https://api.apileague.com/search-web
Example Request and Response
GET
https://api.apileague.com/{{ examples.getSearchWeb }}
{
    "results": [
        {
            "url": "https://en.wikipedia.org/wiki/Penguin",
            "title": "Penguin - Wikipedia",
            "summary": "Penguins are a group of aquatic flightless birds from the family Spheniscidae (/ s f ɪ ˈ n ɪ s ɪ d iː,-d aɪ /) of the order Sphenisciformes (/ s f ɪ ˈ n ɪ s ə f ɔːr m iː z /). They live almost exclusively in the Southern Hemisphere: only one species, the Galápagos penguin, is found north of the Equator.Highly adapted for life in the ocean water, penguins have countershaded dark ..."
        },
        {
            "url": "https://www.britannica.com/animal/penguin",
            "title": "Penguin | Features, Habitat, & Facts | Britannica",
            "summary": "Learn about penguins, the flightless marine birds that live only in the Southern Hemisphere. Find out their general features, habitat, and facts, such as their distribution, diet, behavior, and conservation status. See images and videos of different species of penguins, such as the emperor, the fairy, and the Galapagos penguin."
        },
        {
            "url": "https://www.nationalgeographic.com/animals/birds/facts/penguins-1",
            "title": "Penguins, facts and photos - National Geographic",
            "summary": "Learn about the 18 different species of penguins, their adaptations, behavior, and threats. Find out how they live, breed, and feed in the Antarctic and subantarctic regions, and how they cope with the challenges of climate change and predators."
        },
        {
            "url": "https://www.nhl.com/penguins/",
            "title": "Official Pittsburgh Penguins Website | Pittsburgh Penguins - NHL.com",
            "summary": "The official website of the Pittsburgh Penguins, a professional ice hockey team in the National Hockey League. Find news, tickets, schedule, photos, video, scores, stats, community, and more about the team and its players."
        },
        {
            "url": "https://www.worldwildlife.org/species/penguin",
            "title": "Penguin | Species | WWF - World Wildlife Fund",
            "summary": "Learn about the 17 to 19 species of penguins that live in the Southern Hemisphere, from the tiny blue penguins of Australia and New Zealand to the majestic emperor penguins of Antarctica. Find out why they matter, what threats they face, and how you can help protect them."
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}