-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update docs * fix docs generation and add references * add API
- Loading branch information
Showing
12 changed files
with
107 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
API | ||
=== | ||
|
||
.. meta:: | ||
:description lang=en: | ||
See how to use the official Trafilatura API to download or extract data for free or for larger volumes. | ||
|
||
|
||
Introduction | ||
------------ | ||
|
||
Use the last version of the software straight from the application programming interface. This is especially useful if you want to try out Trafilatura without installing it or if you want to support the project while saving time. | ||
|
||
- Fast URL download, or use HTML file as input | ||
- Configurable output | ||
|
||
|
||
Endpoints | ||
--------- | ||
|
||
The official API comes in two versions, available from two different gateways: | ||
|
||
- `Free for demonstration purposes <https://trafilatura.mooo.com>`_ (including documentation page) | ||
- `For a larger volume of requests <https://rapidapi.com/trafapi/api/trafilatura>`_ (documentation and plans) | ||
|
||
|
||
|
||
Further information | ||
------------------- | ||
|
||
The API is still an early-stage product and the code is currently not available under an open-source license. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Usage | |
usage-python | ||
usage-cli | ||
usage-r | ||
usage-api | ||
usage-gui | ||
downloads | ||
crawls | ||
|
Oops, something went wrong.