Software Advice avatar
Software Advice

Pricing

$12.00/month + usage

Go to Store
Software Advice

Software Advice

Developed by

Canadesk Support

Maintained by Community

Get Products, Reviews, Statistics and Search results from Software Advice/Capterra. It's fast and costs little.

0.0 (0)

Pricing

$12.00/month + usage

4

Monthly users

2

Runs succeeded

>99%

Response time

1.4 days

Last modified

2 months ago

You can access the Software Advice programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "1.4",
5    "x-build-id": "WLvyAK7ibIKvFouko"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/canadesk~software-advice/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-canadesk-software-advice",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/canadesk~software-advice/runs": {
50      "post": {
51        "operationId": "runs-sync-canadesk-software-advice",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/canadesk~software-advice/run-sync": {
93      "post": {
94        "operationId": "run-sync-canadesk-software-advice",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "query",
135          "process"
136        ],
137        "properties": {
138          "process": {
139            "title": "Process",
140            "enum": [
141              "gc",
142              "gp",
143              "gb",
144              "gn",
145              "gr",
146              "gt",
147              "gs"
148            ],
149            "type": "string",
150            "description": "Process to run.",
151            "default": "gr"
152          },
153          "query": {
154            "title": "Software",
155            "type": "string",
156            "description": "Keyword to look for."
157          },
158          "country": {
159            "title": "Country",
160            "enum": [
161              "us",
162              "ca",
163              "au",
164              "sg",
165              "uk",
166              "nz",
167              "ie",
168              "fr",
169              "de",
170              "at",
171              "ch",
172              "za"
173            ],
174            "type": "string",
175            "description": "May influence some results.",
176            "default": "us"
177          },
178          "mycat": {
179            "title": "Products - Category keyword",
180            "type": "string",
181            "description": "Only applies to Get Products by Category. Will return products for any category matching the keyword."
182          },
183          "sort": {
184            "title": "Products - Sort By",
185            "enum": [
186              "6",
187              "1",
188              "2",
189              "3",
190              "8"
191            ],
192            "type": "string",
193            "description": "Only applies to Get Products.",
194            "default": "6"
195          },
196          "maximumcats": {
197            "title": "Products - Maximum categories",
198            "minimum": 1,
199            "maximum": 2000,
200            "type": "integer",
201            "description": "Only applies to Get Products/by Category. Maximum number of categories processed.",
202            "default": 5
203          },
204          "delay": {
205            "title": "Products - Delay",
206            "minimum": 1,
207            "maximum": 60,
208            "type": "integer",
209            "description": "Only applies to Get Products. Waiting time between requests.",
210            "default": 5
211          },
212          "fromi": {
213            "title": "Products - From [i]",
214            "minimum": 0,
215            "maximum": 2000,
216            "type": "integer",
217            "description": "Only applies to Get Products. Will restart process from occurrence [i] (e.g., 5).",
218            "default": 0
219          },
220          "cookie": {
221            "title": "Cookie",
222            "type": "string",
223            "description": "See Information tab!"
224          },
225          "maximum": {
226            "title": "Maximum results",
227            "minimum": 25,
228            "maximum": 9975,
229            "type": "integer",
230            "description": "Nearest 25.",
231            "default": 75
232          },
233          "proxy": {
234            "title": "Proxy configuration",
235            "type": "object",
236            "description": "Select proxies to be used by your crawler."
237          }
238        }
239      },
240      "runsResponseSchema": {
241        "type": "object",
242        "properties": {
243          "data": {
244            "type": "object",
245            "properties": {
246              "id": {
247                "type": "string"
248              },
249              "actId": {
250                "type": "string"
251              },
252              "userId": {
253                "type": "string"
254              },
255              "startedAt": {
256                "type": "string",
257                "format": "date-time",
258                "example": "2025-01-08T00:00:00.000Z"
259              },
260              "finishedAt": {
261                "type": "string",
262                "format": "date-time",
263                "example": "2025-01-08T00:00:00.000Z"
264              },
265              "status": {
266                "type": "string",
267                "example": "READY"
268              },
269              "meta": {
270                "type": "object",
271                "properties": {
272                  "origin": {
273                    "type": "string",
274                    "example": "API"
275                  },
276                  "userAgent": {
277                    "type": "string"
278                  }
279                }
280              },
281              "stats": {
282                "type": "object",
283                "properties": {
284                  "inputBodyLen": {
285                    "type": "integer",
286                    "example": 2000
287                  },
288                  "rebootCount": {
289                    "type": "integer",
290                    "example": 0
291                  },
292                  "restartCount": {
293                    "type": "integer",
294                    "example": 0
295                  },
296                  "resurrectCount": {
297                    "type": "integer",
298                    "example": 0
299                  },
300                  "computeUnits": {
301                    "type": "integer",
302                    "example": 0
303                  }
304                }
305              },
306              "options": {
307                "type": "object",
308                "properties": {
309                  "build": {
310                    "type": "string",
311                    "example": "latest"
312                  },
313                  "timeoutSecs": {
314                    "type": "integer",
315                    "example": 300
316                  },
317                  "memoryMbytes": {
318                    "type": "integer",
319                    "example": 1024
320                  },
321                  "diskMbytes": {
322                    "type": "integer",
323                    "example": 2048
324                  }
325                }
326              },
327              "buildId": {
328                "type": "string"
329              },
330              "defaultKeyValueStoreId": {
331                "type": "string"
332              },
333              "defaultDatasetId": {
334                "type": "string"
335              },
336              "defaultRequestQueueId": {
337                "type": "string"
338              },
339              "buildNumber": {
340                "type": "string",
341                "example": "1.0.0"
342              },
343              "containerUrl": {
344                "type": "string"
345              },
346              "usage": {
347                "type": "object",
348                "properties": {
349                  "ACTOR_COMPUTE_UNITS": {
350                    "type": "integer",
351                    "example": 0
352                  },
353                  "DATASET_READS": {
354                    "type": "integer",
355                    "example": 0
356                  },
357                  "DATASET_WRITES": {
358                    "type": "integer",
359                    "example": 0
360                  },
361                  "KEY_VALUE_STORE_READS": {
362                    "type": "integer",
363                    "example": 0
364                  },
365                  "KEY_VALUE_STORE_WRITES": {
366                    "type": "integer",
367                    "example": 1
368                  },
369                  "KEY_VALUE_STORE_LISTS": {
370                    "type": "integer",
371                    "example": 0
372                  },
373                  "REQUEST_QUEUE_READS": {
374                    "type": "integer",
375                    "example": 0
376                  },
377                  "REQUEST_QUEUE_WRITES": {
378                    "type": "integer",
379                    "example": 0
380                  },
381                  "DATA_TRANSFER_INTERNAL_GBYTES": {
382                    "type": "integer",
383                    "example": 0
384                  },
385                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
386                    "type": "integer",
387                    "example": 0
388                  },
389                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
390                    "type": "integer",
391                    "example": 0
392                  },
393                  "PROXY_SERPS": {
394                    "type": "integer",
395                    "example": 0
396                  }
397                }
398              },
399              "usageTotalUsd": {
400                "type": "number",
401                "example": 0.00005
402              },
403              "usageUsd": {
404                "type": "object",
405                "properties": {
406                  "ACTOR_COMPUTE_UNITS": {
407                    "type": "integer",
408                    "example": 0
409                  },
410                  "DATASET_READS": {
411                    "type": "integer",
412                    "example": 0
413                  },
414                  "DATASET_WRITES": {
415                    "type": "integer",
416                    "example": 0
417                  },
418                  "KEY_VALUE_STORE_READS": {
419                    "type": "integer",
420                    "example": 0
421                  },
422                  "KEY_VALUE_STORE_WRITES": {
423                    "type": "number",
424                    "example": 0.00005
425                  },
426                  "KEY_VALUE_STORE_LISTS": {
427                    "type": "integer",
428                    "example": 0
429                  },
430                  "REQUEST_QUEUE_READS": {
431                    "type": "integer",
432                    "example": 0
433                  },
434                  "REQUEST_QUEUE_WRITES": {
435                    "type": "integer",
436                    "example": 0
437                  },
438                  "DATA_TRANSFER_INTERNAL_GBYTES": {
439                    "type": "integer",
440                    "example": 0
441                  },
442                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
443                    "type": "integer",
444                    "example": 0
445                  },
446                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
447                    "type": "integer",
448                    "example": 0
449                  },
450                  "PROXY_SERPS": {
451                    "type": "integer",
452                    "example": 0
453                  }
454                }
455              }
456            }
457          }
458        }
459      }
460    }
461  }
462}

Software Advice OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Software Advice from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

1 day

Price

$12.00