{"openapi":"3.2.0","info":{"title":"Facebook Scraper API","version":"1.0.0"},"servers":[{"url":"https://facebook-scraper.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/profile-details-url":{"get":{"operationId":"get_profile_details_url","summary":"Profile Details By Url","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string"}}]}},"/profile-details-id":{"get":{"operationId":"get_profile_details_id","summary":"Profile Details By Id","parameters":[{"name":"profile_id","in":"query","required":false,"schema":{"type":"string","example":"4"}}]}},"/group-id":{"get":{"operationId":"get_group_id","summary":"Get Group Id","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string"}}]}},"/group-posts":{"get":{"operationId":"get_group_posts","summary":"Group Posts","parameters":[{"name":"group_id","in":"query","required":false,"schema":{"type":"string","example":"1439220986320043"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"sorting_order","in":"query","required":false,"schema":{"type":"string","example":"CHRONOLOGICAL"}}]}},"/search-people":{"get":{"operationId":"get_search_people","summary":"Search People","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"pizza"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/page-posts":{"get":{"operationId":"get_page_posts","summary":"Page Posts","parameters":[{"name":"page_id","in":"query","required":false,"schema":{"type":"string","example":"100064860875397"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/page-videos":{"get":{"operationId":"get_page_videos","summary":"Page Videos","parameters":[{"name":"delegate_page_id","in":"query","required":false,"schema":{"type":"string","example":"20531316728"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/group-details":{"get":{"operationId":"get_group_details","summary":"Group Details","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://www.facebook.com/groups/gieldagryplanszowe"}}]}},"/post-comments":{"get":{"operationId":"get_post_comments","summary":"Post Comments","parameters":[{"name":"post_id","in":"query","required":false,"schema":{"type":"string","example":"pfbid02BzYRNmoznsZjci5FuztPUb9mKd9ameNVYSBweaBEvb8oEzSMjcs8nbXnMkYA5Benl"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/search-posts":{"get":{"operationId":"get_search_posts","summary":"Search Posts","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"test"}}]}},"/page-details":{"get":{"operationId":"get_page_details","summary":"Page Details","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://www.facebook.com/facebook"}}]}},"/search-pages":{"get":{"operationId":"get_search_pages","summary":"Search Pages","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"beer"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"location_uid","in":"query","required":false,"schema":{"type":"string"}}]}},"/search-videos":{"get":{"operationId":"get_search_videos","summary":"Search Videos","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"test"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"location_uid","in":"query","required":false,"schema":{"type":"string"}}]}},"/search-events":{"get":{"operationId":"get_search_events","summary":"Search Events","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"beer"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"location_uid","in":"query","required":false,"schema":{"type":"string"}}]}},"/post":{"get":{"operationId":"get_post","summary":"Post Details","parameters":[{"name":"post_id","in":"query","required":false,"schema":{"type":"string","example":"pfbid02BzYRNmoznsZjci5FuztPUb9mKd9ameNVYSBweaBEvb8oEzSMjcs8nbXnMkYA5Benl"}},{"name":"post_url","in":"query","required":false,"schema":{"type":"string"}}]}},"/search-group-posts":{"get":{"operationId":"get_search_group_posts","summary":"Search Group Posts","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"Be my friend"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"group_id","in":"query","required":false,"schema":{"type":"string","example":"137206643664121"}}]}},"/page-photos":{"get":{"operationId":"get_page_photos","summary":"Page Photos","parameters":[{"name":"page_id","in":"query","required":false,"schema":{"type":"string","example":"100064830872783"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}},{"name":"collection_id","in":"query","required":false,"schema":{"type":"string"}}]}},"/page-reviews":{"get":{"operationId":"get_page_reviews","summary":"Page Reviews","parameters":[{"name":"page_id","in":"query","required":false,"schema":{"type":"string","example":"100063543614476"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/profile-posts":{"get":{"operationId":"get_profile_posts","summary":"Profile Posts","parameters":[{"name":"profile_id","in":"query","required":false,"schema":{"type":"string","example":"4"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}},"/profile-reels":{"get":{"operationId":"get_profile_reels","summary":"Profile Reels","parameters":[{"name":"reels_profile_id","in":"query","required":false,"schema":{"type":"string","example":"YXBwX2NvbGxlY3Rpb246cGZiaWQwUHNSMVVqTTE3a2dicGQ1VVkycEhwcGtKV2dwOFltNHpxUU53U3JCRTluUUZmQ3o0dG9tMjNLaWlTVnNzZmpNQnlDWVoxQWtjTXNlVmlveWdFeGw="}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}