Exporting Facebook/Meta Data!


In this guide, we will walk through the exact steps to request and save your data directly from Facebook. We will focus specifically on downloading the data in ".json" format, which serves as the benchmark for long-term data preservation. Because such a format contains non-parsed, illegible code, we will outline three methods for successfully converting ".json" files into clean, readable PDF documents for archival purposes.

Converting Facebook/Meta Information Data

To download your data from Facebook, follow these steps.

  1. Click your profile picture in the top-right corner, then click Settings & privacy.
  2. Click Settings.
  3. Click Accounts Center to the left, then click Your information and permissions.
  4. Click Export your information. (Note: Meta’s interface updates frequently; look for "Download or transfer information" if the exact wording differs)
  5. Click Create export.
  6. Select the profile you'd like to export information from.
  7. Choose Export to device.
  8. Choose ".json" under “Format”.
  9. Choose High Quality under “media quality”.
  10. Click Start Export.
  11. Enter your Facebook Account password and click Continue.
  12. You will receive an email that your "Meta Download" is in progress.
  13. Once the data has been delivered, click “Download” under “Available Downloads”.

The Text Import Wizard Method (For Direct Visibility and a Simple Amount Of Data)

Using Excel's Text Import Wizard is a great method as it prompts Excel to display all the raw text directly onto the screen, ensuring your actual messages are immediately visible without any extra digging.

  1. Open a blank workbook in Microsoft Excel.
  2. Go to File > Open > Browse.
  3. In the bottom right corner of the file explorer window, change the file type dropdown from "All Excel Files" to "All Files (*.*)".
  4. Locate your comments.json file and click Open. This will automatically trigger the Text Import Wizard pop-up.
  5. Once the Wizard opens, select Fixed width, then click Next. (Note: Because JSON is a structured format and not truly fixed-width, some text may be truncated or split across columns; this method is best for quick scanning rather than perfect data reconstruction.)
  6. Then, click Next.
  7. At the next prompt, click Next, then Finish.

Excel will display the data across multiple columns. Because it is splitting raw JSON, the sheet will look cluttered with brackets and labels.

Manual Cleanup: Scan the columns for your actual human-readable text, then highlight and delete the surrounding columns that contain unnecessary code strings.

Once you have isolated the columns containing your actual comments and timestamps, adjust the column widths so the text is fully readable.

Go to File > Print and select Microsoft Print to PDF (or Save as PDF on Mac) to generate your document.

The Open-Source Local Viewer (Best for Privacy)

For complex, back-and-forth Messenger conversations, standard spreadsheet formatting will fail, while raw Facebook JSON exports often contain "End-to-End Encrypted" (E2EE) data, which is illegible. The best approach is to first retrieve your decrypted data from “Messenger.com” and then process those files locally using a dedicated open-source viewer like DuckCIT/Facebook-Messenger-JSON-Viewer.

The greatest advantage of this method is total privacy. Because it is built on lightweight web files, the tool runs entirely locally on your computer. Your .json files are processed directly in your computer's memory, ensuring your private conversations are never uploaded to a remote server or third-party database, as the entire interface runs in an offline browser of your choosing.

Note: If your viewer displays system logs and blocks of random characters (like ZXluc...) instead of your actual conversation, you uploaded a standard, encrypted Facebook export. To fix this and see your messages, you must go to Messenger.com and download your decrypted Secure storage data instead.

Step-by-Step Process:

  1. Navigate to the DuckCIT repository on GitHub, click the green “Code” button, and select “Download ZIP”.
  2. Extract the .zip folder to a location on your computer.
  3. Open the extracted folder and double-click the index.html file. This will instantly open a standalone, offline webpage in your default web browser.
  4. On the webpage, click the upload button and navigate to the unzipped Facebook folder.
  5. Select the specific chat file you wish to view (this must be a specific message file, usually titled message_1.json, located within the messages/inbox folder).
  6. The offline tool will instantly parse the code and display a visual recreation of the chat interface.
  7. To convert this to a document, use the built-in “export to PDF” feature or your browser's built-in print function by pressing Ctrl+P (or Cmd+P on Mac).
  8. Change the printer destination to Save as PDF and click Save.

Premium Software Method (Best for Bulk Data)

For massive archives where manual extraction is impossible, proprietary software SysTools JSON to PDF Converter fully automates the conversion process.

The Process:

  1. Purchase and install the converter software.
  2. Launch the application and load your unzipped .json files or folders.
  3. Select the data you want to save, choose PDF as the output, and click Export.

Notice

This guide focuses heavily on manipulating “.json” files, which are the preferred Preservation Description Information (PDI) format, as they preserve data relationships. While PDF serves as a Dissemination Information Package (DIP) for human consumption, it is important to mention that there is a vastly simpler method if your only goal is to read your data quickly. For users who simply want a clean, accessible document without the technical hurdles, it is much easier to select the HTML format option when initially requesting your data download directly from Facebook. Unlike JSON's raw code, Facebook's HTML files are pre-formatted for conventional reading; you can simply open them like normal offline webpages in any standard web browser, and select "Save as PDF," completely bypassing the need for spreadsheets, data parsing, or third-party viewer tools.