POST
/
api
/
v2
/
bing
/
search
curl --request POST \
  --url https://piloterr.com/api/v2/bing/search \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "query": "<string>",
  "page": 123,
  "async": true
}'
{
    "organic_results": [
        {
            "link": "https://www.spaag.fr/",
            "title": "Cabinet de Marketing Digital et Growth Hacking - Spaag",
            "domain": "www.spaag.fr",
            "snippet": "Cabinet de Marketing Digital et Growth Hacking - Votre partenaire growth marketing pour une croissance rentable Spaag vous aide à obtenir rapidement des performances …",
            "position": 1,
            "displayed_link": "https://www.spaag.fr",
            "snippet_matched": [
                "hacking"
            ]
        },
        {
            "link": "https://driftdigital.fr/agence-growth-hacking/",
            "title": "Agence de growth hacking performante à Paris - Agence …",
            "domain": "driftdigital.fr",
            "snippet": "Il n’existe donc pas un seul type de growth hacking, mais une infinité de possibilités. Une agence de growth propose donc des solutions sur mesure pour atteindre un objectif de …",
            "position": 2,
            "displayed_link": "https://driftdigital.fr/agence-growth-hacking",
            "snippet_matched": [
                "hacking"
            ]
        },
        {
            "link": "https://www.growth-hackers.net/fr/agence-marketing-digital/paris/",
            "title": "Agence de Marketing Digital Paris | Growth Hackers",
            "domain": "www.growth-hackers.net",
            "snippet": "Chez Growth Hackers, qui est une agence de growth hacking, nous savons comment booster votre visibilité. Avec une stratégie de marketing bien conçue, nous améliorons …",
            "position": 3,
            "displayed_link": "https://www.growth-hackers.net/fr/agence-marketing-digital/paris",
            "snippet_matched": [
                "hacking"
            ]
        },
        {
            "link": "https://www.sortlist.com/s/growth-hacking/paris-fr",
            "title": "The 10 Best Growth Hacking agencies in Paris - 2024 Reviews",
            "domain": "www.sortlist.com",
            "snippet": "Growth Marketing Growth Hacking France Paris 78 providers France Paris Featured providers Underside 4.7 ( 17 reviews) Rendons le monde meilleur, grâce à la …",
            "position": 4,
            "displayed_link": "https://www.sortlist.com/s/growth-hacking/paris-fr",
            "snippet_matched": [
                "hacking",
                "paris"
            ]
        },
        {
            "link": "https://smartketing-digital.com/agence-growth-hacking-paris/",
            "title": "Agence Growth Hacking Paris | Agence Digitale | Agence …",
            "domain": "smartketing-digital.com",
            "snippet": "Smartketing est une agence de Growth Hacking à Paris. Nous aidons nos clients à trouver des vecteurs de croissance performants.",
            "position": 5,
            "displayed_link": "https://smartketing-digital.com/agence-growth-hacking-paris",
            "snippet_matched": [
                "hacking",
                "paris"
            ]
        },
        {
            "link": "https://www.endkoo.fr/agences/agence-de-growth-hacking-paris",
            "title": "#1 Consultant growth marketing Paris | Growth hacking Paris",
            "domain": "www.endkoo.fr",
            "snippet": "Endkoo, agence de Growth Hacking Paris, propose des solutions de croissance qui fournissent aux propriétaires d'entreprises les données dont ils ont besoin pour convertir …",
            "position": 6,
            "displayed_link": "https://www.endkoo.fr/agences/agence-de-growth-hacking-paris",
            "snippet_matched": [
                "hacking",
                "paris"
            ]
        },
        {
            "link": "https://kanbios.fr/ref/agence-growth-hacking-paris.html",
            "title": "Kanbios, une agence experte en growth hacking à Paris",
            "domain": "kanbios.fr",
            "snippet": "Vous souhaitez mettre en place une stratégie de growth hacking pour accélérer la croissance de votre activité, gagner des parts de marché ou augmenter le nombre de …",
            "position": 7,
            "displayed_link": "https://kanbios.fr/ref/agence-growth-hacking-paris.html",
            "snippet_matched": [
                "hacking"
            ]
        },
        {
            "link": "https://www.growth-hackers.net/fr/agence-data-marketing-analyst/paris/",
            "title": "Agence data marketing à Paris - Growth Hackers",
            "domain": "www.growth-hackers.net",
            "snippet": "Si vous êtes à la recherche d'une agence data marketing à Paris de classe mondiale, Growth Hackers est fait pour vous. Nous avons aidé une centaine d'entreprises à porter …",
            "position": 8,
            "displayed_link": "https://www.growth-hackers.net/fr/agence-data-marketing-analyst/paris",
            "snippet_matched": [
                "paris"
            ]
        },
        {
            "link": "https://wasaby.fr/meilleures-agences-growth-hacking-paris/",
            "title": "Les meilleures agences de Growth Hacking à Paris - Wasaby",
            "domain": "wasaby.fr",
            "snippet": "Une agence de growth hacking à Paris est une entreprise spécialisée dans l’explosion de croissance. Les agences de Growth disposent d’une équipe de professionnels experts …",
            "position": 9,
            "displayed_link": "https://wasaby.fr/meilleures-agences-growth-hacking-paris",
            "snippet_matched": [
                "hacking",
                "paris"
            ]
        }
    ],
    "search_parameters": {
        "q": "growh hacking paris",
        "page": 1,
        "engine": "bing",
        "bing_domain": "bing.com"
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Body

Search Query

query
string
required

Parameter defines the query you want to search. You can use anything that you would use in a regular Bing search. e.g. inurl:, site:, intitle:.

Pagination

page
integer

Parameter defines the result offset. It skips the given number of results. It’s used for pagination.

Advanced

async
boolean

Parameter defines whether the request should be processed asynchronously. It defaults to false. If set to true, the request will be processed in the background and the response will contain only the request ID. Open Jobs page to check the status of the request.

Response

Bing Search
object

=