II.
Library JSON
Structured · livelibrary:scrapy
Scrapy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:scrapy",
"_kind": "Library",
"_file": "domain/libraries/libraries-python.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Scrapy",
"belongsToLanguageId": "language:python",
"description": "High-level web crawling and scraping framework for Python with\nbuilt-in concurrency, pipelines, and spider abstractions.\n"
},
"outgoingEdges": [
{
"from": "library:scrapy",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:scrapy",
"to": "skill-area:web-scraping",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:beautifulsoup",
"to": "library:scrapy",
"kind": "alternative_to"
}
]
}