when using the /pages/search with the query "minnesota zoo", I expect the following page to be included in the search result:
URL: https://www.facebook.com/mnzoo Page Name: Minnesota Zoo Page ID: 136257148787
The search results include a different unofficial page with the same name, so I would expect the page above to be included as well.
Please let me know if you need any further information, thanks

Tag:-

5 comments.

  1. Tim

    Yes, lots of pages/locations missing now. For example if you want to search for "Melbourne" there's not one called "Melbourne", you have to choose from locations in melbourne which can be random.

  2. Julian

    We also have this behaviour. Not a single unofficial page is returned any longer.

  3. Julian

    We run into the same issue. And it got even worse because I am unable to find any unofficial pages now using /pages/search.

  4. Bilal

    we are also facing the same issue search API is no longer returning the unofficial pages/locations

  5. Bilal

    Using the page username in the query will work for you. Here's an example query:
    pages/search?q=mnzoo&fields=id,name,location,link,is_unclaimed,verification_status
    Now, your page appears in the first position:
    { "data": [ { "id": "136257148787", "name": "Minnesota Zoo", "location": { "city": "Apple Valley", "country": "United States", "latitude": 44.76229, "longitude": -93.19206, "state": "MN", "street": "13000 Zoo Blvd", "zip": "55124" }, "link": "https://www.facebook.com/136257148787", "is_unclaimed": false, "verification_status": "blue_verified" }, { "id": "1630276150393136", "name": "𝓜𝓷𝓩𝓸𝓞", "location": { "city": "Kathmandu", "country": "Nepal", "latitude": 27.69329, "longitude": 85.32227 }, "link": "https://www.facebook.com/1630276150393136", "is_unclaimed": false, "verification_status": "not_verified" },

Add a new comment.