Mirroring AMO?

Hello,
I would like to know if it is possible to locally mirror AMO? Usually there is documentation about this, such as using rsync, etc.

However, I have been unable to find any reliable way to locally mirror the website.
I would only need .xpi files, not all the static content.

Thank you. :slight_smile:

1 Like

You can use the search API to get a list of all add-ons on AMO.

I wrote a library to do this, it grabs the data about all listed add-ons using the publicly available APIs and can also download versions them. I’m using it answer specific ad hoc questions about AMO data, it would probably need to be tailored to your needs.