Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claromes/adlibparser

Convert Meta Ad Library data to CSV
https://github.com/claromes/adlibparser

ad-library ads csv facebook meta parser

Last synced: 17 days ago
JSON representation

Convert Meta Ad Library data to CSV

Awesome Lists containing this project

README

        

# Meta Ad Library Parser

A client-side tool to parse [HTTP Archive (HAR)](https://en.wikipedia.org/wiki/HAR_(file_format)) files from the Meta Ad Library and convert them to CSV.

Follow the [tool](https://claromes.github.io/adlibparser/)'s instructions on how to export the HAR file from the Ad Library page, then insert the file into the parser to download the data in comma-separated values (CSV) format.

This tool is not affiliated with Meta.

## Run from the source

$ `git clone [email protected]:claromes/adlibparser.git`

$ `npm install`

$ `npm run html`

To generate the application in the `docs` directory:

$ `npm run build`

## License

Meta Ad Library Parser is licensed under the GNU General Public License v3.0.