PHPackages                             shopigo/magento2-extension-ajax-listing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shopigo/magento2-extension-ajax-listing

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

shopigo/magento2-extension-ajax-listing
=======================================

Magento 2 AJAX Listing extension by Shopigo

1.0.1(7y ago)515.1k13OSL-3.0PHPPHP ^7.0

Since Jan 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/acharrex/magento2-extension-ajax-listing)[ Packagist](https://packagist.org/packages/shopigo/magento2-extension-ajax-listing)[ RSS](/packages/shopigo-magento2-extension-ajax-listing/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (4)Used By (3)

[![Shopigo](https://camo.githubusercontent.com/b664b68ade7b7830da43d30585790a0a4f762101dcc91191f00f9e8c252660d6/68747470733a2f2f692e696d6775722e636f6d2f3743746b6e37582e706e67)](https://camo.githubusercontent.com/b664b68ade7b7830da43d30585790a0a4f762101dcc91191f00f9e8c252660d6/68747470733a2f2f692e696d6775722e636f6d2f3743746b6e37582e706e67)

Magento 2 AJAX Listing extension by Shopigo
===========================================

[](#magento-2-ajax-listing-extension-by-shopigo)

This extension allows to get the content of any product listing (category page or search results) in JSON format.

Example:

https://\[mymagentostore\]/women.html?p=2&amp;ajax=1

```
{
    "success": true,
    "current_page_url": "https:\/\/[mymagentostore]\/women.html?p=2",
    "previous_page_url": "https:\/\/[mymagentostore]\/women.html",
    "next_page_url": "https:\/\/[mymagentostore]\/women.html?p=3",
    "html": {
        "content": "[html_content]",
        "sidebar_main": "[html_content]",
    }
}
```

Requirements
------------

[](#requirements)

Magento Open Source Edition 2.2 or 2.3

Installation
------------

[](#installation)

Method 1 - Installing via composer
----------------------------------

[](#method-1---installing-via-composer)

- Switch to your Magento project root
- Run `composer require shopigo/magento2-extension-ajax-listing`

Method 2 - Installing using archive
-----------------------------------

[](#method-2---installing-using-archive)

- Download [ZIP Archive](https://github.com/acharrex/magento2-extension-ajax-listing/archive/master.zip)
- Switch to your Magento project root
- Create folder `app/code/Shopigo/CatalogAjaxListing`
- Extract zip into path

### Enable extension

[](#enable-extension)

- Switch to your Magento project root
- Run the following commands to enable the module and clear static contents generated by Magento:

```
php bin/magento module:enable Shopigo_CatalogAjaxListing
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

```

How to use it
-------------

[](#how-to-use-it)

- On any product listing (category page or search results), add a parameter "ajax=1" to the URL

Response
--------

[](#response)

### Success

[](#success)

FieldFormatDescriptionExamplesuccessbooleanResponse state. Set to `true` in case of success.`true`current\_page\_urlstringCurrent page URLhttps://\[mymagentostore\]/women.html?p=3previous\_page\_urlstringPrevious page URL (if existing)https://\[mymagentostore\]/women.html?p=2next\_page\_urlstringNext page URL (if existing)https://\[mymagentostore\]/women.html?p=4html\[content\]stringHTML content of the products list-html\[sidebar\_main\]stringHTML content of the main sidebar-### Error

[](#error)

FieldFormatDescriptionExamplesuccessbooleanResponse state. Set to `false` in case of error.`false`error\_messagestringError messageUnable to load block content.Support
-------

[](#support)

If you have any issues, open a bug report in GitHub's [issue tracker](https://github.com/acharrex/magento2-extension-ajax-listing/issues).

Change logs
-----------

[](#change-logs)

**Version 1.0.1** (2019-02-07)

- Fix composer.json for Magento 2.3

**Version 1.0.0** (2018-10-09)

- First version

License
-------

[](#license)

The code is licensed under [Open Software License ("OSL") v. 3.0](http://opensource.org/licenses/osl-3.0.php).

Enjoy!

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~29 days

Total

2

Last Release

2702d ago

PHP version history (2 changes)1.0.0PHP 7.0.2|7.0.4|~7.0.6|~7.1.0

1.0.1PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1983908?v=4)[Anthony](/maintainers/acharrex)[@acharrex](https://github.com/acharrex)

---

Tags

magento-2magento-2-extensionmagento-2-extension-freemagento2magento2-extensionmagento2-extension-freemagento2-module

### Embed Badge

![Health badge](/badges/shopigo-magento2-extension-ajax-listing/health.svg)

```
[![Health](https://phpackages.com/badges/shopigo-magento2-extension-ajax-listing/health.svg)](https://phpackages.com/packages/shopigo-magento2-extension-ajax-listing)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282822.9k](/packages/baldwin-magento2-module-url-data-integrity-checker)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3017.9k](/packages/mage-os-module-automatic-translation)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
