Skip to content

Commit 1f2b293

Browse files
authored
Merge pull request #6 from apify/feat/marketplace-fallback
Feat/marketplace fallback
2 parents c4d2b1b + f06356d commit 1f2b293

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/plugin/marketplace.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "apify",
3+
"owner": {
4+
"name": "Apify",
5+
"email": "support@apify.com"
6+
},
7+
"metadata": {
8+
"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.",
9+
"version": "1.0.0"
10+
},
11+
"plugins": [
12+
{
13+
"name": "apify",
14+
"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.",
15+
"version": "1.0.0",
16+
"source": "./apify"
17+
}
18+
]
19+
}

apify/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify",
3-
"description": "Apify platform integration for web scraping, automation, and Actor development",
3+
"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.",
44
"version": "1.0.0",
55
"author": {
66
"name": "Apify",

0 commit comments

Comments
 (0)