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. shopigo/magento2-extension-ajax-listing

ActiveMagento2-module

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

Magento 2 AJAX Listing extension by Shopigo

1.0.1(7y ago)515.1k23OSL-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 yesterday

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

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

2652d 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://www.gravatar.com/avatar/745dd792b43d524a528e919cf6a497b8036119e70b757311cae378f8a67e2a89?d=identicon)[acharrex](/maintainers/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

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[hyva-themes/magento2-react-checkout

Highly customizable Magento 2 Checkout, built with React

189169.8k1](/packages/hyva-themes-magento2-react-checkout)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6276.8k](/packages/lizardmedia-module-varnish-warmer)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)

PHPackages © 2026

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