Anyone have a list or link to Facebook bot traffic IP Addresses? | Community
Skip to main content
Level 2
May 30, 2019
Solved

Anyone have a list or link to Facebook bot traffic IP Addresses?

  • May 30, 2019
  • 1 reply
  • 2130 views

I'm wanting to add an IP Address filter for Facebook Bot traffic (when creating ads they hit each URL to ensure it's active) but have not been able to find a definitive list, just a string to see the "most current subset". Anyone out there happen to have the static range of IP address?

TIA

-CHill

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asheesh_Pandey

Hey Chrish,

If you not already doing use processing rule to set user agent string in a prop? do set it, once done you can simply create a exclude segment to match following user agent strings -

facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)

or

facebookexternalhit/1.1

or

Facebot

However FYI! Facebook bot uses the different ip address, you can run the command to get the current list of ip address the facebook bot uses.

whois -h whois.radb.net -- '-i origin AS32934' | grep ^route 

It will return a list of IP addresses that change often.

Thanks,

Asheesh

1 reply

Asheesh_Pandey
Community Advisor
Asheesh_PandeyCommunity AdvisorAccepted solution
Community Advisor
June 4, 2019

Hey Chrish,

If you not already doing use processing rule to set user agent string in a prop? do set it, once done you can simply create a exclude segment to match following user agent strings -

facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)

or

facebookexternalhit/1.1

or

Facebot

However FYI! Facebook bot uses the different ip address, you can run the command to get the current list of ip address the facebook bot uses.

whois -h whois.radb.net -- '-i origin AS32934' | grep ^route 

It will return a list of IP addresses that change often.

Thanks,

Asheesh

- Asheesh