Facebook Pages Search avatar

Facebook Pages Search

Under maintenance
Try for free

2 hours trial then $40.00/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Facebook Pages Search

Facebook Pages Search

roundedge/facebook-pages-search
Try for free

2 hours trial then $40.00/month - No credit card required now

With more than 200M pages of businesses around the world, searching companies on Facebook is a must have when it comes to search for B2B leads. Enter the locations, the categories and keywords you're looking for and be ready to act on the results.

Developer
Maintained by Community

Actor Metrics

  • 68 monthly users

  • No reviews yet

  • 24 bookmarks

  • 61% runs succeeded

  • 67 days response time

  • Created in Jan 2022

  • Modified a year ago

You can access the Facebook Pages Search programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "pKxfxhm2TMD5rgM3z"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/roundedge~facebook-pages-search/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-roundedge-facebook-pages-search",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/roundedge~facebook-pages-search/runs": {
50      "post": {
51        "operationId": "runs-sync-roundedge-facebook-pages-search",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/roundedge~facebook-pages-search/run-sync": {
93      "post": {
94        "operationId": "run-sync-roundedge-facebook-pages-search",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "locations"
135        ],
136        "properties": {
137          "locations": {
138            "title": "Locations",
139            "type": "array",
140            "description": "Places over the world (city, region, state or country) that you can use to search from. There is a defined list of available locations (see readme) but you may try to enter free text that we'll be matched with the available locations.",
141            "items": {
142              "type": "string"
143            }
144          },
145          "categories": {
146            "title": "Categories",
147            "type": "array",
148            "description": "A list of categories to match what a page creator choosed to be referenced for on Facebook. There is a defined list of categories (see readme) but you may try to enter free text that we'll be matched with the available categories.",
149            "items": {
150              "type": "string"
151            }
152          },
153          "countryCode": {
154            "title": "Country ",
155            "enum": [
156              "",
157              "af",
158              "al",
159              "dz",
160              "as",
161              "ad",
162              "ao",
163              "ai",
164              "aq",
165              "ag",
166              "ar",
167              "am",
168              "aw",
169              "au",
170              "at",
171              "az",
172              "bs",
173              "bh",
174              "bd",
175              "bb",
176              "by",
177              "be",
178              "bz",
179              "bj",
180              "bm",
181              "bt",
182              "bo",
183              "ba",
184              "bw",
185              "bv",
186              "br",
187              "io",
188              "bn",
189              "bg",
190              "bf",
191              "bi",
192              "kh",
193              "cm",
194              "ca",
195              "cv",
196              "ky",
197              "cf",
198              "td",
199              "cl",
200              "cn",
201              "cx",
202              "cc",
203              "co",
204              "km",
205              "cg",
206              "cd",
207              "ck",
208              "cr",
209              "ci",
210              "hr",
211              "cu",
212              "cy",
213              "cz",
214              "dk",
215              "dj",
216              "dm",
217              "do",
218              "ec",
219              "eg",
220              "sv",
221              "gq",
222              "er",
223              "ee",
224              "et",
225              "fk",
226              "fo",
227              "fj",
228              "fi",
229              "fr",
230              "gf",
231              "pf",
232              "tf",
233              "ga",
234              "gm",
235              "ge",
236              "de",
237              "gh",
238              "gi",
239              "gr",
240              "gl",
241              "gd",
242              "gp",
243              "gu",
244              "gt",
245              "gn",
246              "gw",
247              "gy",
248              "ht",
249              "hm",
250              "va",
251              "hn",
252              "hk",
253              "hu",
254              "is",
255              "in",
256              "id",
257              "ir",
258              "iq",
259              "ie",
260              "il",
261              "it",
262              "jm",
263              "jp",
264              "jo",
265              "kz",
266              "ke",
267              "ki",
268              "kp",
269              "kr",
270              "kw",
271              "kg",
272              "la",
273              "lv",
274              "lb",
275              "ls",
276              "lr",
277              "ly",
278              "li",
279              "lt",
280              "lu",
281              "mo",
282              "mk",
283              "mg",
284              "mw",
285              "my",
286              "mv",
287              "ml",
288              "mt",
289              "mh",
290              "mq",
291              "mr",
292              "mu",
293              "yt",
294              "mx",
295              "fm",
296              "md",
297              "mc",
298              "mn",
299              "ms",
300              "ma",
301              "mz",
302              "mm",
303              "na",
304              "nr",
305              "np",
306              "nl",
307              "an",
308              "nc",
309              "nz",
310              "ni",
311              "ne",
312              "ng",
313              "nu",
314              "nf",
315              "mp",
316              "no",
317              "om",
318              "pk",
319              "pw",
320              "ps",
321              "pa",
322              "pg",
323              "py",
324              "pe",
325              "ph",
326              "pn",
327              "pl",
328              "pt",
329              "pr",
330              "qa",
331              "re",
332              "ro",
333              "ru",
334              "rw",
335              "sh",
336              "kn",
337              "lc",
338              "pm",
339              "vc",
340              "ws",
341              "sm",
342              "st",
343              "sa",
344              "sn",
345              "cs",
346              "sc",
347              "sl",
348              "sg",
349              "sk",
350              "si",
351              "sb",
352              "so",
353              "za",
354              "gs",
355              "es",
356              "lk",
357              "sd",
358              "sr",
359              "sj",
360              "sz",
361              "se",
362              "ch",
363              "sy",
364              "tw",
365              "tj",
366              "tz",
367              "th",
368              "tl",
369              "tg",
370              "tk",
371              "to",
372              "tt",
373              "tn",
374              "tr",
375              "tm",
376              "tc",
377              "tv",
378              "ug",
379              "ua",
380              "ae",
381              "gb",
382              "us",
383              "um",
384              "uy",
385              "uz",
386              "vu",
387              "ve",
388              "vn",
389              "vg",
390              "vi",
391              "wf",
392              "eh",
393              "ye",
394              "zm",
395              "zw"
396            ],
397            "type": "string",
398            "description": "Whe not provided we'll deduct it from the locations.",
399            "default": ""
400          },
401          "languageCode": {
402            "title": "Language",
403            "enum": [
404              "",
405              "af",
406              "sq",
407              "sm",
408              "ar",
409              "az",
410              "eu",
411              "be",
412              "bn",
413              "bh",
414              "bs",
415              "bg",
416              "ca",
417              "zh-CN",
418              "zh-TW",
419              "hr",
420              "cs",
421              "da",
422              "nl",
423              "en",
424              "eo",
425              "et",
426              "fo",
427              "fi",
428              "fr",
429              "fy",
430              "gl",
431              "ka",
432              "de",
433              "el",
434              "gu",
435              "iw",
436              "hi",
437              "hu",
438              "is",
439              "id",
440              "ia",
441              "ga",
442              "it",
443              "ja",
444              "jw",
445              "kn",
446              "ko",
447              "la",
448              "lv",
449              "lt",
450              "mk",
451              "ms",
452              "ml",
453              "mt",
454              "mr",
455              "ne",
456              "no",
457              "nn",
458              "oc",
459              "fa",
460              "pl",
461              "pt-BR",
462              "pt-PT",
463              "pa",
464              "ro",
465              "ru",
466              "gd",
467              "sr",
468              "si",
469              "sk",
470              "sl",
471              "es",
472              "su",
473              "sw",
474              "sv",
475              "tl",
476              "ta",
477              "te",
478              "th",
479              "ti",
480              "tr",
481              "uk",
482              "ur",
483              "uz",
484              "vi",
485              "cy",
486              "xh",
487              "zu"
488            ],
489            "type": "string",
490            "description": "Likely the same as the language you used in your queries keywords. Whe not provided we'll deduct it from the locations.",
491            "default": ""
492          },
493          "maxResults": {
494            "title": "Number of results targeted",
495            "type": "integer",
496            "description": "If you don't want it to be searching for results forever you might want to set the maximum of results you would like to get. (Half kidding here, it might dig way more than you expected to)."
497          }
498        }
499      },
500      "runsResponseSchema": {
501        "type": "object",
502        "properties": {
503          "data": {
504            "type": "object",
505            "properties": {
506              "id": {
507                "type": "string"
508              },
509              "actId": {
510                "type": "string"
511              },
512              "userId": {
513                "type": "string"
514              },
515              "startedAt": {
516                "type": "string",
517                "format": "date-time",
518                "example": "2025-01-08T00:00:00.000Z"
519              },
520              "finishedAt": {
521                "type": "string",
522                "format": "date-time",
523                "example": "2025-01-08T00:00:00.000Z"
524              },
525              "status": {
526                "type": "string",
527                "example": "READY"
528              },
529              "meta": {
530                "type": "object",
531                "properties": {
532                  "origin": {
533                    "type": "string",
534                    "example": "API"
535                  },
536                  "userAgent": {
537                    "type": "string"
538                  }
539                }
540              },
541              "stats": {
542                "type": "object",
543                "properties": {
544                  "inputBodyLen": {
545                    "type": "integer",
546                    "example": 2000
547                  },
548                  "rebootCount": {
549                    "type": "integer",
550                    "example": 0
551                  },
552                  "restartCount": {
553                    "type": "integer",
554                    "example": 0
555                  },
556                  "resurrectCount": {
557                    "type": "integer",
558                    "example": 0
559                  },
560                  "computeUnits": {
561                    "type": "integer",
562                    "example": 0
563                  }
564                }
565              },
566              "options": {
567                "type": "object",
568                "properties": {
569                  "build": {
570                    "type": "string",
571                    "example": "latest"
572                  },
573                  "timeoutSecs": {
574                    "type": "integer",
575                    "example": 300
576                  },
577                  "memoryMbytes": {
578                    "type": "integer",
579                    "example": 1024
580                  },
581                  "diskMbytes": {
582                    "type": "integer",
583                    "example": 2048
584                  }
585                }
586              },
587              "buildId": {
588                "type": "string"
589              },
590              "defaultKeyValueStoreId": {
591                "type": "string"
592              },
593              "defaultDatasetId": {
594                "type": "string"
595              },
596              "defaultRequestQueueId": {
597                "type": "string"
598              },
599              "buildNumber": {
600                "type": "string",
601                "example": "1.0.0"
602              },
603              "containerUrl": {
604                "type": "string"
605              },
606              "usage": {
607                "type": "object",
608                "properties": {
609                  "ACTOR_COMPUTE_UNITS": {
610                    "type": "integer",
611                    "example": 0
612                  },
613                  "DATASET_READS": {
614                    "type": "integer",
615                    "example": 0
616                  },
617                  "DATASET_WRITES": {
618                    "type": "integer",
619                    "example": 0
620                  },
621                  "KEY_VALUE_STORE_READS": {
622                    "type": "integer",
623                    "example": 0
624                  },
625                  "KEY_VALUE_STORE_WRITES": {
626                    "type": "integer",
627                    "example": 1
628                  },
629                  "KEY_VALUE_STORE_LISTS": {
630                    "type": "integer",
631                    "example": 0
632                  },
633                  "REQUEST_QUEUE_READS": {
634                    "type": "integer",
635                    "example": 0
636                  },
637                  "REQUEST_QUEUE_WRITES": {
638                    "type": "integer",
639                    "example": 0
640                  },
641                  "DATA_TRANSFER_INTERNAL_GBYTES": {
642                    "type": "integer",
643                    "example": 0
644                  },
645                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
646                    "type": "integer",
647                    "example": 0
648                  },
649                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
650                    "type": "integer",
651                    "example": 0
652                  },
653                  "PROXY_SERPS": {
654                    "type": "integer",
655                    "example": 0
656                  }
657                }
658              },
659              "usageTotalUsd": {
660                "type": "number",
661                "example": 0.00005
662              },
663              "usageUsd": {
664                "type": "object",
665                "properties": {
666                  "ACTOR_COMPUTE_UNITS": {
667                    "type": "integer",
668                    "example": 0
669                  },
670                  "DATASET_READS": {
671                    "type": "integer",
672                    "example": 0
673                  },
674                  "DATASET_WRITES": {
675                    "type": "integer",
676                    "example": 0
677                  },
678                  "KEY_VALUE_STORE_READS": {
679                    "type": "integer",
680                    "example": 0
681                  },
682                  "KEY_VALUE_STORE_WRITES": {
683                    "type": "number",
684                    "example": 0.00005
685                  },
686                  "KEY_VALUE_STORE_LISTS": {
687                    "type": "integer",
688                    "example": 0
689                  },
690                  "REQUEST_QUEUE_READS": {
691                    "type": "integer",
692                    "example": 0
693                  },
694                  "REQUEST_QUEUE_WRITES": {
695                    "type": "integer",
696                    "example": 0
697                  },
698                  "DATA_TRANSFER_INTERNAL_GBYTES": {
699                    "type": "integer",
700                    "example": 0
701                  },
702                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
703                    "type": "integer",
704                    "example": 0
705                  },
706                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
707                    "type": "integer",
708                    "example": 0
709                  },
710                  "PROXY_SERPS": {
711                    "type": "integer",
712                    "example": 0
713                  }
714                }
715              }
716            }
717          }
718        }
719      }
720    }
721  }
722}

Facebook Pages Search OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Facebook Pages Search from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: