SwiftSoup
SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS) (by scinfu)
ZMarkupParser
ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags. (by ZhgChgLi)
SwiftSoup | ZMarkupParser | |
---|---|---|
7 | - | |
4,708 | 327 | |
1.5% | 0.6% | |
6.6 | 7.2 | |
4 days ago | 12 days ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of SwiftSoup.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-24.
- 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.
ZMarkupParser
Posts with mentions or reviews of ZMarkupParser.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning ZMarkupParser yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing SwiftSoup and ZMarkupParser you can also consider the following projects:
Kanna - Kanna(鉋) is an XML/HTML parser for Swift.
SwiftyXML - The most swifty way to deal with XML data in swift 5.
Ji
SWXMLHash - Simple XML parsing in 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.