diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json new file mode 100644 index 0000000..7255fcf --- /dev/null +++ b/.github/plugin/marketplace.json @@ -0,0 +1,19 @@ +{ + "name": "apify", + "owner": { + "name": "Apify", + "email": "support@apify.com" + }, + "metadata": { + "description": "Extract data from any website with thousands of trusted scrapers, crawlers, and automations from Apify Store. Integrate ready-made Actors to access all popular social media, video, e-commerce, search engines, maps, and travel sites. Build, debug, publish, and monetize new Actors on Apify.", + "version": "1.0.0" + }, + "plugins": [ + { + "name": "apify", + "description": "Extract data from any website with thousands of trusted scrapers, crawlers, and automations from Apify Store. Integrate ready-made Actors to access all popular social media, video, e-commerce, search engines, maps, and travel sites. Build, debug, publish, and monetize new Actors on Apify.", + "version": "1.0.0", + "source": "./apify" + } + ] +} \ No newline at end of file diff --git a/apify/plugin.json b/apify/plugin.json index 616a003..a5b38df 100644 --- a/apify/plugin.json +++ b/apify/plugin.json @@ -1,6 +1,6 @@ { "name": "apify", - "description": "Apify platform integration for web scraping, automation, and Actor development", + "description": "Extract data from any website with thousands of trusted scrapers, crawlers, and automations from Apify Store. Integrate ready-made Actors to access all popular social media, video, e-commerce, search engines, maps, and travel sites. Build, debug, publish, and monetize new Actors on Apify.", "version": "1.0.0", "author": { "name": "Apify",