Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claromes/adlibparser
- Owner: claromes
- License: gpl-3.0
- Created: 2024-07-09T22:17:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:32:21.000Z (6 months ago)
- Last Synced: 2024-07-24T03:53:56.056Z (6 months ago)
- Topics: ad-library, ads, csv, facebook, meta, parser
- Language: TypeScript
- Homepage: https://claromes.github.io/adlibparser/
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.