{"info":{"_postman_id":"37f306e5-ab1b-4e8c-8d4a-d8f867e7d558","name":"Get ID Facebook","description":"<html><head></head><body><h1 id=\"facebook-id-extractor-api\">Facebook ID Extractor API</h1>\n<h2 id=\"👋-introduction\">👋 Introduction</h2>\n<p>The <strong>Facebook ID Extractor API</strong> is a tool designed to extract Facebook IDs from various types of URLs with reliable performance. This project supports retrieving IDs from groups, personal profiles, posts/videos, and pages, with a focus on efficiency. The API uses <strong>regular expressions (regex)</strong> for extracting IDs from URLs, ensuring robust parsing of different URL formats. Additionally, it employs an <strong>anonymous</strong> checking method to determine whether the content is publicly accessible, resulting in an is_public variable in the response to indicate visibility status. While the current speed is satisfactory, there is room for further optimization and enhancement. We welcome feedback and suggestions from the community to improve its functionality and reliability.</p>\n<h3 id=\"supported-features\">Supported Features</h3>\n<ul>\n<li><strong>Groups</strong>: Fully supported.</li>\n<li><strong>Personal Profiles</strong>: Fully supported.</li>\n<li><strong>Posts and Videos</strong>: Fully supported.</li>\n<li><strong>Pages</strong>: Fully supported.</li>\n<li><strong>Notes</strong>: Supported, but some links may be restricted due to lack of access rights (e.g., private or inaccessible content). Users may need to provide valid authentication (e.g., cookies) to access restricted links.</li>\n</ul>\n<h3 id=\"base-url\">Base URL</h3>\n<ul>\n<li><code>https://nqtam.id.vn</code></li>\n</ul>\n<h3 id=\"authentication\">Authentication</h3>\n<ul>\n<li>No authentication is required at this time. However, for restricted content (e.g., private profiles or notes), users may need to include a valid Facebook cookie in the request headers.</li>\n</ul>\n<h3 id=\"rate-limits\">Rate Limits</h3>\n<ul>\n<li>No specific rate limits are enforced. However, excessive requests may result in temporary blocks by Facebook's servers (e.g., HTTP 429 - Too Many Requests).</li>\n</ul>\n<h3 id=\"version\">Version</h3>\n<ul>\n<li>Current version: 1.0 (as of May 06, 2025).</li>\n</ul>\n<h2 id=\"is_live-parameter\">is_live parameter</h2>\n<ul>\n<li>Type: boolean</li>\n<li>Accepted values: true/false (case-insensitive). Examples: True, False, true, false.</li>\n<li>Behavior:<ul>\n<li>When is_live = true: The API attempts ID extraction only if the target content is live (e.g., livestream or live post). If the URL is not live, the response will not include an id (status remains success but data.id may be absent or null).</li>\n<li>When is_live = false: The API attempts ID extraction only if the target content is not live (e.g., normal profiles, pages, posts). If the URL points to live content, the response may not include an id.</li>\n</ul>\n</li>\n<li>If the value and the target content type mismatch, expect no id in the data object.</li>\n</ul>\n<h2 id=\"🛟-help-and-support\">🛟 Help and Support</h2>\n<p>For assistance, bug reports, or feature requests, please contact the developer via:</p>\n<ul>\n<li><strong>Telegram</strong>: <a href=\"https://t.me/nqtam_26\">https://t.me/nqtam_26</a></li>\n</ul>\n<h2 id=\"contribution\">Contribution</h2>\n<p>We encourage contributions from the community. Please share your feedback or suggestions through the Telegram channel to help us improve this API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Facebook ID Extractor API","slug":"facebook-id-extractor-api"}],"owner":"26087845","collectionId":"37f306e5-ab1b-4e8c-8d4a-d8f867e7d558","publishedId":"2sB2iwFZnL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-21T14:42:49.000Z"},"item":[{"name":"GET GET_ID","event":[{"listen":"test","script":{"id":"7d918d6c-0693-4b74-85be-363ea2f07b7f","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>ID</th>","        <th>Status</th>","        <th>Time</th>","    </tr>","    <tr>","        <td>{{response.data.id}}</td>","        <td>{{response.status}}</td>","        <td>{{response.time}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()};","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6c589aa1-52b1-4da4-a1a3-6ff475ec6ca8","protocolProfileBehavior":{"strictSSL":false},"request":{"method":"GET","header":[],"url":"https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&is_live=True","description":"<p>Get completely new data or data that already exists in the database.</p>\n<p>is_live: boolean query parameter. true means only attempt extraction for live content; false means only attempt for non-live content.</p>\n<p>Examples:</p>\n<ul>\n<li>GET <a href=\"https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=True\">https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=True</a></li>\n<li>GET <a href=\"https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=False\">https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=False</a></li>\n</ul>\n<p>Note: If is_live does not match the actual content type, the response may not include an id in data.</p>\n","urlObject":{"protocol":"https","path":["get-id"],"host":["nqtam","id","vn"],"query":[{"key":"link","value":"https://www.facebook.com/nqtam6666/"},{"key":"is_live","value":"True"}],"variable":[]}},"response":[{"id":"a77d6d0f-562c-4f52-988f-c99eeb0ad0ee","name":"GET GET_ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nqtam.id.vn/get-id?link=https://www.facebook.com/nqtam6666/&is_live=True","protocol":"https","host":["nqtam","id","vn"],"path":["get-id"],"query":[{"key":"link","value":"https://www.facebook.com/nqtam6666/"},{"key":"is_live","value":"True","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"130"},{"key":"date","value":"Tue, 17 Jun 2025 01:29:33 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"22221182\",\n        \"name\": \"Nguyễn Quang Tâm\"\n    },\n    \"is_die\": false,\n    \"is_public\": true,\n    \"status\": \"success\",\n    \"time\": \"0.001s\"\n}"}],"_postman_id":"6c589aa1-52b1-4da4-a1a3-6ff475ec6ca8"},{"name":"POST GET_ID","event":[{"listen":"test","script":{"id":"d76080eb-d20c-40a4-acbf-4c02ec0129db","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"31ee6632-f941-4213-b616-956ac560a6f9","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"link","value":"https://www.facebook.com/nqtam6666/","type":"text","uuid":"13cef20a-3367-4fda-82d7-10a178e3c011"},{"key":"is_live","value":"True","type":"text","uuid":"6f1e8742-90e5-4717-962e-10a6f1e2c766"}]},"url":"https://nqtam.id.vn/get-id","description":"<p>Get completely new data or data that already exists in the database.</p>\n<p>is_live: boolean flag indicating whether the target content is live (livestream/live post) or not.</p>\n<p>Examples:</p>\n<ul>\n<li>Form-data (is_live=True):<ul>\n<li>link=<a href=\"https://www.facebook.com/nqtam6666/\">https://www.facebook.com/nqtam6666/</a></li>\n<li>is_live=True</li>\n</ul>\n</li>\n<li>Form-data (is_live=False):<ul>\n<li>link=<a href=\"https://www.facebook.com/nqtam6666/\">https://www.facebook.com/nqtam6666/</a></li>\n<li>is_live=False</li>\n</ul>\n</li>\n</ul>\n<p>Note: If is_live does not match the actual content type, the response may not include an id in data.</p>\n","urlObject":{"protocol":"https","path":["get-id"],"host":["nqtam","id","vn"],"query":[],"variable":[]}},"response":[{"id":"8db92d51-72a7-434f-bdd1-d867f9a29585","name":"POST GET_ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"link","value":"https://www.facebook.com/nqtam6666/","type":"text","uuid":"13cef20a-3367-4fda-82d7-10a178e3c011"},{"key":"is_live","value":"True","type":"text","uuid":"d047dec6-a858-442f-8199-1367d50c3d5a"}]},"url":"https://nqtam.id.vn/get-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"130"},{"key":"date","value":"Tue, 17 Jun 2025 01:29:54 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"22221182\",\n        \"name\": \"Nguyễn Quang Tâm\"\n    },\n    \"is_die\": false,\n    \"is_public\": true,\n    \"status\": \"success\",\n    \"time\": \"0.003s\"\n}"}],"_postman_id":"31ee6632-f941-4213-b616-956ac560a6f9"},{"name":"GET REGET_ID","event":[{"listen":"test","script":{"id":"7d918d6c-0693-4b74-85be-363ea2f07b7f","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>ID</th>","        <th>Status</th>","        <th>Time</th>","    </tr>","    <tr>","        <td>{{response.data.id}}</td>","        <td>{{response.status}}</td>","        <td>{{response.time}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()};","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0058b08c-b94f-47f9-8862-3a18cb87293e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&is_live=True","description":"<p>Perform a completely new data retrieval.</p>\n<p>is_live: boolean query parameter. true means only attempt extraction for live content; false means only attempt for non-live content.</p>\n<p>Examples:</p>\n<ul>\n<li>GET <a href=\"https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=True\">https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=True</a></li>\n<li>GET <a href=\"https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=False\">https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&amp;is_live=False</a></li>\n</ul>\n<p>Note: If is_live does not match the actual content type, the response may not include an id in data.</p>\n","urlObject":{"protocol":"https","path":["re-get-id"],"host":["nqtam","id","vn"],"query":[{"key":"link","value":"https://www.facebook.com/nqtam6666/"},{"key":"is_live","value":"True"}],"variable":[]}},"response":[{"id":"054b837f-731b-4b7b-83e8-bea2a1e159d7","name":"GET REGET_ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nqtam.id.vn/re-get-id?link=https://www.facebook.com/nqtam6666/&is_live=True","protocol":"https","host":["nqtam","id","vn"],"path":["re-get-id"],"query":[{"key":"link","value":"https://www.facebook.com/nqtam6666/"},{"key":"is_live","value":"True","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"130"},{"key":"date","value":"Tue, 17 Jun 2025 01:30:10 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"22221182\",\n        \"name\": \"Nguyễn Quang Tâm\"\n    },\n    \"is_die\": false,\n    \"is_public\": true,\n    \"status\": \"success\",\n    \"time\": \"1.267s\"\n}"}],"_postman_id":"0058b08c-b94f-47f9-8862-3a18cb87293e"},{"name":"POST REGET_ID","event":[{"listen":"test","script":{"id":"d76080eb-d20c-40a4-acbf-4c02ec0129db","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e6f0a9f2-a5ec-47cf-8060-c22b5cb3f8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"link","value":"https://www.facebook.com/nqtam6666/","type":"text","uuid":"13cef20a-3367-4fda-82d7-10a178e3c011"},{"key":"is_live","value":"True","type":"text","uuid":"a55b681c-8e14-4b19-b18a-c9609686c1d9"}]},"url":"https://nqtam.id.vn/re-get-id","description":"<p>Perform a completely new data retrieval.</p>\n<p>is_live: boolean flag indicating whether the target content is live (livestream/live post) or not.</p>\n<p>Examples:</p>\n<ul>\n<li>Form-data (is_live=True):<ul>\n<li>link=<a href=\"https://www.facebook.com/nqtam6666/\">https://www.facebook.com/nqtam6666/</a></li>\n<li>is_live=True</li>\n</ul>\n</li>\n<li>Form-data (is_live=False):<ul>\n<li>link=<a href=\"https://www.facebook.com/nqtam6666/\">https://www.facebook.com/nqtam6666/</a></li>\n<li>is_live=False</li>\n</ul>\n</li>\n</ul>\n<p>Note: If is_live does not match the actual content type, the response may not include an id in data.</p>\n","urlObject":{"protocol":"https","path":["re-get-id"],"host":["nqtam","id","vn"],"query":[],"variable":[]}},"response":[{"id":"2af8fcda-274e-494d-ac34-ef0f823e543b","name":"POST REGET_ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"link","value":"https://www.facebook.com/nqtam6666/","type":"text","uuid":"13cef20a-3367-4fda-82d7-10a178e3c011"},{"key":"is_live","value":"True","type":"text","uuid":"0989d062-f001-4a2d-8546-c16431196484"}]},"url":"https://nqtam.id.vn/re-get-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"130"},{"key":"date","value":"Tue, 17 Jun 2025 01:30:24 GMT"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"22221182\",\n        \"name\": \"Nguyễn Quang Tâm\"\n    },\n    \"is_die\": false,\n    \"is_public\": true,\n    \"status\": \"success\",\n    \"time\": \"1.170s\"\n}"}],"_postman_id":"e6f0a9f2-a5ec-47cf-8060-c22b5cb3f8d1"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"variable":[{"id":"530bbdd9-38d3-441e-92dc-61f171c18dc2","key":"id","value":"1"},{"id":"57b5ecc1-1ffd-4eb5-a9a4-fa78c5251c5d","key":"base_url","value":"https://postman-rest-api-learner.glitch.me/"}]}