SwiftSoup
Ji


Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SwiftSoup
-
Does iOS application development platform support HTML rendering?
For parsing there is this amazing library, but again, that's only for parsing HTML, not rendering anything: https://github.com/scinfu/SwiftSoup
- Swift for data science?
-
Hi guys, want to share another post of my previous app to keep track of your Cardano portfolio value
for iOS you could use SwiftSoup: https://github.com/scinfu/SwiftSoup
-
How would you make an app that scrapes data off a website and displays it?
It has SPM support, Click File>Add Package, enter the github URL for SwiftSoup in the search field and add it and it should add it automatically. Then just import SwiftSoup and use it as described in the usage notes: https://github.com/scinfu/SwiftSoup
-
iOS Widget how to grab text from website?
SwiftSoup
-
How to load list of urls in succession(load next url on finish) using for loop in WKWebview swift [Help]
If I was tackling this kind of problem I would avoid WKWebView and use something like SwiftSoup as it just parses the HTML without loading all the external resources (CSS, JS, images) and rendering it. This will only work if the page you're scraping doesn't rely upon Javascript.
Ji
We haven't tracked posts mentioning Ji yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Kanna - Kanna(鉋) is an XML/HTML parser for Swift.
WKZombie - WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.
APIKit - Type-safe networking abstraction layer that associates request type with response type.
HTMLKit - An Objective-C framework for your everyday HTML needs.
OAuth2 - OAuth2 framework for macOS and iOS, written in Swift.
Moya - Network abstraction layer written in Swift.
ZMarkupParser - ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.
ShadowsocksX-NG - Next Generation of ShadowsocksX
RSNetworking
SwiftyXMLParer - Simple XML Parser implemented in Swift

