Odoo Apps Store Market Intelligence avatar

Odoo Apps Store Market Intelligence

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Odoo Apps Store Market Intelligence

Odoo Apps Store Market Intelligence

Scrape Odoo Apps Store with filters (search, version, category, price). Extract title, author, price, rating, downloads, estimated revenue, technical name, license, dependencies. Export to CSV/JSON for market research.

Pricing

from $0.01 / 1,000 results

Rating

5.0

(3)

Developer

Nguyễn Anh Duy

Nguyễn Anh Duy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

Share

Run on Apify Apify Marketplace GitHub Repo

Scrape, analyze, and export Odoo Apps Store data with filters. Find market gaps, estimate competitor revenue, and discover profitable niches. NEW: Version comparison across Odoo 15-18.


Features

  • Browse & Filter — Search by keyword, Odoo version, category, price (Free/Paid), and author
  • Smart Sorting — Sort by downloads, estimated revenue, or rating
  • Free-Only Mode — Override price filter to show only free apps
  • Rich Data — Title, author, price, rating, purchases, technical name, license, lines of code, supported versions, screenshots, reviews, dependencies, version adoption stats
  • Killer Feature: Estimated Revenueprice × purchases — sort by this to find goldmine modules
  • CSV/JSON Export — 6 API endpoints ready for Excel or ETL pipelines
  • Zero DOM — Cheerio-based, no browser, fast and cheap

Use Cases

WhoWhy
Odoo DevelopersFind high-demand, low-competition niches
Odoo PartnersTrack competitor pricing and market share
InvestorsEstimate module revenue before acquisition
Product ManagersValidate new module ideas with real market data

Input

FieldTypeDefaultDescription
searchKeywordstring""Search for specific apps
odooVersionenumAllFilter by Odoo version (10.0–19.0)
categoryenumAllFilter by category (18 categories)
filterTypeenumAllFree, Paid, or All
freeAppsOnlybooleanfalseOverride: show only free apps (ignores filterType)
authorSearchstring""Filter by developer/author name
sortByenumSort order: downloads, revenue, or rating
maxItemsinteger500Max apps to scrape (max 5000)
scrapeDetailsbooleantrueVisit detail pages for richer data

Output

Each record:

FieldTypeExample
titlestring"Shopify Odoo Connector"
technicalNamestring"shopify_ept"
authorstring"Emipro Technologies"
categorystring"eCommerce"
pricenumber465.06
currencystring"EUR"
purchasesinteger2301
estimatedRevenuenumber1070103.06
ratingnumber4.8
ratingCountinteger270
latestVersionstring"17.0"
supportedVersionsarray["16.0","17.0","18.0"]
licensestring"OPL-1"
linesOfCodeinteger14329
summarystring"Shopify Odoo Connector"
appUrlstring"https://apps.odoo.com/..."
websitestring"https://www.emiprotechnologies.com"
summarystring"Shopify Odoo Connector by Emipro..."
screenshotsarray["https://apps.odoo.com/...jpg", "..."]
lastUpdatedstring"2026-03-15"
createdOnstring"2019-06-01"
dependenciesarray["sale_management", "mail"]
reviewsarray[{ rating, text, author, date }]
versionAdoptionPercentobject{ "17.0": 65, "18.0": 35 } — install distribution across supported versions

Plus a summary entry with aggregate stats (total, avg price, estimated total revenue).

Pricing

$0.01 per 1,000 results. One result = one app record. Lightweight Cheerio scraper keeps compute costs minimal.

Quick Start

curl -X POST https://api.apify.com/v2/acts/foxpink~odoo-apps-market-intelligence/runs \
-H "Content-Type: application/json" \
-d '{
"searchKeyword": "payment",
"odooVersion": "18.0",
"filterType": "Paid",
"freeAppsOnly": false,
"authorSearch": "VentorTech",
"sortBy": "revenue",
"maxItems": 100,
"scrapeDetails": true
}' \
"https://api.apify.com/v2/acts/foxpink~odoo-apps-market-intelligence/runs?token=YOUR_API_TOKEN"

Compatibility

  • 100% Node.js (18+)
  • No browser, no headless, no DOM
  • CheerioCrawler — fast, low memory
  • ESM (ECMAScript Modules)

MCP / AI Agent Usage

{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/mcp-server"],
"env": { "APIFY_TOKEN": "YOUR_API_TOKEN" }
}
}
}